Lines Matching refs:nvdimm_bus
100 struct nvdimm_bus;
105 int (*enable)(struct nvdimm_bus *nvdimm_bus, struct device *dev);
106 void (*disable)(struct nvdimm_bus *nvdimm_bus, struct device *dev);
119 struct nvdimm_bus *__nvdimm_bus_register(struct device *parent,
123 void nvdimm_bus_unregister(struct nvdimm_bus *nvdimm_bus);
124 struct nvdimm_bus *to_nvdimm_bus(struct device *dev);
128 struct nvdimm_bus_descriptor *to_nd_desc(struct nvdimm_bus *nvdimm_bus);
131 struct nvdimm *nvdimm_create(struct nvdimm_bus *nvdimm_bus, void *provider_data,
141 int nvdimm_bus_check_dimm_count(struct nvdimm_bus *nvdimm_bus, int dimm_count);
142 struct nd_region *nvdimm_pmem_region_create(struct nvdimm_bus *nvdimm_bus,
144 struct nd_region *nvdimm_blk_region_create(struct nvdimm_bus *nvdimm_bus,
146 struct nd_region *nvdimm_volatile_region_create(struct nvdimm_bus *nvdimm_bus,