Home
last modified time | relevance | path

Searched refs:nd_cmd_desc (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dlibnvdimm.h77 struct nd_cmd_desc { struct
134 const struct nd_cmd_desc *nd_cmd_dimm_desc(int cmd);
135 const struct nd_cmd_desc *nd_cmd_bus_desc(int cmd);
137 const struct nd_cmd_desc *desc, int idx, void *buf);
139 const struct nd_cmd_desc *desc, int idx, const u32 *in_field,
/linux-4.4.14/drivers/nvdimm/
Dbus.c334 static const struct nd_cmd_desc __nd_cmd_dimm_descs[] = {
372 const struct nd_cmd_desc *nd_cmd_dimm_desc(int cmd) in nd_cmd_dimm_desc()
380 static const struct nd_cmd_desc __nd_cmd_bus_descs[] = {
400 const struct nd_cmd_desc *nd_cmd_bus_desc(int cmd) in nd_cmd_bus_desc()
409 const struct nd_cmd_desc *desc, int idx, void *buf) in nd_cmd_in_size()
432 const struct nd_cmd_desc *desc, int idx, const u32 *in_field, in nd_cmd_out_size()
489 const struct nd_cmd_desc *desc = NULL; in __nd_ioctl()
/linux-4.4.14/drivers/acpi/
Dnfit.c79 const struct nd_cmd_desc *desc = NULL; in acpi_nfit_ctl()