Searched refs:nd_cmd_desc (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | libnvdimm.h | 99 struct nd_cmd_desc { struct 278 const struct nd_cmd_desc *nd_cmd_dimm_desc(int cmd); 279 const struct nd_cmd_desc *nd_cmd_bus_desc(int cmd); 281 const struct nd_cmd_desc *desc, int idx, void *buf); 283 const struct nd_cmd_desc *desc, int idx, const u32 *in_field,
|
/linux-6.3-rc2/drivers/nvdimm/ |
A D | bus.c | 771 static const struct nd_cmd_desc __nd_cmd_dimm_descs[] = { 815 const struct nd_cmd_desc *nd_cmd_dimm_desc(int cmd) in nd_cmd_dimm_desc() 823 static const struct nd_cmd_desc __nd_cmd_bus_descs[] = { 855 const struct nd_cmd_desc *nd_cmd_bus_desc(int cmd) in nd_cmd_bus_desc() 864 const struct nd_cmd_desc *desc, int idx, void *buf) in nd_cmd_in_size() 891 const struct nd_cmd_desc *desc, int idx, const u32 *in_field, in nd_cmd_out_size() 1027 const struct nd_cmd_desc *desc = NULL; in __nd_ioctl()
|
/linux-6.3-rc2/drivers/acpi/nfit/ |
A D | core.c | 443 const struct nd_cmd_desc *desc = NULL; in acpi_nfit_ctl()
|
Completed in 12 milliseconds