Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cxl/
Dcxl.h610 static inline struct cxl_driver *to_cxl_drv(struct device_driver *drv) in to_cxl_drv() function
/Linux-v6.1/drivers/cxl/core/
Dport.c1778 return cxl_device_id(dev) == to_cxl_drv(drv)->id; in cxl_bus_match()
1785 rc = to_cxl_drv(dev->driver)->probe(dev); in cxl_bus_probe()
1792 struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver); in cxl_bus_remove()