Searched refs:nd_cmd_desc (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | libnvdimm.h | 93 struct nd_cmd_desc { struct 182 const struct nd_cmd_desc *nd_cmd_dimm_desc(int cmd); 183 const struct nd_cmd_desc *nd_cmd_bus_desc(int cmd); 185 const struct nd_cmd_desc *desc, int idx, void *buf); 187 const struct nd_cmd_desc *desc, int idx, const u32 *in_field,
|
/Linux-v4.19/drivers/nvdimm/ |
D | bus.c | 668 static const struct nd_cmd_desc __nd_cmd_dimm_descs[] = { 712 const struct nd_cmd_desc *nd_cmd_dimm_desc(int cmd) in nd_cmd_dimm_desc() 720 static const struct nd_cmd_desc __nd_cmd_bus_descs[] = { 752 const struct nd_cmd_desc *nd_cmd_bus_desc(int cmd) in nd_cmd_bus_desc() 761 const struct nd_cmd_desc *desc, int idx, void *buf) in nd_cmd_in_size() 788 const struct nd_cmd_desc *desc, int idx, const u32 *in_field, in nd_cmd_out_size() 924 const struct nd_cmd_desc *desc = NULL; in __nd_ioctl()
|
/Linux-v4.19/drivers/acpi/nfit/ |
D | core.c | 400 const struct nd_cmd_desc *desc = NULL; in acpi_nfit_ctl()
|