Searched refs:nd_cmd_desc (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | libnvdimm.h | 101 struct nd_cmd_desc { struct 292 const struct nd_cmd_desc *nd_cmd_dimm_desc(int cmd); 293 const struct nd_cmd_desc *nd_cmd_bus_desc(int cmd); 295 const struct nd_cmd_desc *desc, int idx, void *buf); 297 const struct nd_cmd_desc *desc, int idx, const u32 *in_field,
|
| /linux/drivers/nvdimm/ |
| H A D | bus.c | 772 static const struct nd_cmd_desc __nd_cmd_dimm_descs[] = { 816 const struct nd_cmd_desc *nd_cmd_dimm_desc(int cmd) in nd_cmd_dimm_desc() 824 static const struct nd_cmd_desc __nd_cmd_bus_descs[] = { 856 const struct nd_cmd_desc *nd_cmd_bus_desc(int cmd) in nd_cmd_bus_desc() 865 const struct nd_cmd_desc *desc, int idx, void *buf) in nd_cmd_in_size() 892 const struct nd_cmd_desc *desc, int idx, const u32 *in_field, in nd_cmd_out_size() 1028 const struct nd_cmd_desc *desc = NULL; in __nd_ioctl()
|