Searched refs:to_cxl_drv (Results 1 – 2 of 2) sorted by relevance
1950 return cxl_device_id(dev) == to_cxl_drv(drv)->id; in cxl_bus_match()1957 rc = to_cxl_drv(dev->driver)->probe(dev); in cxl_bus_probe()1964 struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver); in cxl_bus_remove()
765 static inline struct cxl_driver *to_cxl_drv(struct device_driver *drv) in to_cxl_drv() function