Searched refs:nd_cmd_desc (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/include/linux/ |
D | libnvdimm.h | 88 struct nd_cmd_desc { struct 263 const struct nd_cmd_desc *nd_cmd_dimm_desc(int cmd); 264 const struct nd_cmd_desc *nd_cmd_bus_desc(int cmd); 266 const struct nd_cmd_desc *desc, int idx, void *buf); 268 const struct nd_cmd_desc *desc, int idx, const u32 *in_field,
|
/linux-5.19.10/drivers/nvdimm/ |
D | bus.c | 758 static const struct nd_cmd_desc __nd_cmd_dimm_descs[] = { 802 const struct nd_cmd_desc *nd_cmd_dimm_desc(int cmd) in nd_cmd_dimm_desc() 810 static const struct nd_cmd_desc __nd_cmd_bus_descs[] = { 842 const struct nd_cmd_desc *nd_cmd_bus_desc(int cmd) in nd_cmd_bus_desc() 851 const struct nd_cmd_desc *desc, int idx, void *buf) in nd_cmd_in_size() 878 const struct nd_cmd_desc *desc, int idx, const u32 *in_field, in nd_cmd_out_size() 1014 const struct nd_cmd_desc *desc = NULL; in __nd_ioctl()
|
/linux-5.19.10/drivers/acpi/nfit/ |
D | core.c | 443 const struct nd_cmd_desc *desc = NULL; in acpi_nfit_ctl()
|