dax_device_driver
int __dax_driver_register(struct dax_device_driver *dax_drv,
void dax_driver_unregister(struct dax_device_driver *dax_drv)
struct dax_device_driver *dax_drv = to_dax_drv(dev->driver);
struct dax_device_driver *dax_drv = to_dax_drv(dev->driver);
const struct dax_device_driver *dax_drv = to_dax_drv(drv);
#define to_dax_drv(__drv) container_of_const(__drv, struct dax_device_driver, drv)
static struct dax_id *__dax_match_id(const struct dax_device_driver *dax_drv,
static int dax_match_id(const struct dax_device_driver *dax_drv, struct device *dev)
static int dax_match_type(const struct dax_device_driver *dax_drv, struct device *dev)
struct dax_device_driver *dax_drv = to_dax_drv(drv);
int __dax_driver_register(struct dax_device_driver *dax_drv,
void dax_driver_unregister(struct dax_device_driver *dax_drv);
static struct dax_device_driver device_dax_driver = {
static struct dax_device_driver device_dax_kmem_driver = {