Home
last modified time | relevance | path

Searched refs:to_cxl_drv (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/cxl/core/
Dbus.c609 return cxl_device_id(dev) == to_cxl_drv(drv)->id; in cxl_bus_match()
614 return to_cxl_drv(dev->driver)->probe(dev); in cxl_bus_probe()
619 struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver); in cxl_bus_remove()
/Linux-v5.15/drivers/cxl/
Dcxl.h304 static inline struct cxl_driver *to_cxl_drv(struct device_driver *drv) in to_cxl_drv() function