Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dlibnvdimm.h92 struct nd_cmd_desc { struct
283 const struct nd_cmd_desc *nd_cmd_dimm_desc(int cmd);
284 const struct nd_cmd_desc *nd_cmd_bus_desc(int cmd);
286 const struct nd_cmd_desc *desc, int idx, void *buf);
288 const struct nd_cmd_desc *desc, int idx, const u32 *in_field,
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dbus.c755 static const struct nd_cmd_desc __nd_cmd_dimm_descs[] = {
799 const struct nd_cmd_desc *nd_cmd_dimm_desc(int cmd) in nd_cmd_dimm_desc()
807 static const struct nd_cmd_desc __nd_cmd_bus_descs[] = {
839 const struct nd_cmd_desc *nd_cmd_bus_desc(int cmd) in nd_cmd_bus_desc()
848 const struct nd_cmd_desc *desc, int idx, void *buf) in nd_cmd_in_size()
875 const struct nd_cmd_desc *desc, int idx, const u32 *in_field, in nd_cmd_out_size()
1011 const struct nd_cmd_desc *desc = NULL; in __nd_ioctl()
/OK3568_Linux_fs/kernel/drivers/acpi/nfit/
H A Dcore.c442 const struct nd_cmd_desc *desc = NULL; in acpi_nfit_ctl()