Searched refs:drv_to_scif (Results 1 – 2 of 2) sorted by relevance
71 ids = drv_to_scif(dr)->id_table; in scif_dev_match()89 struct scif_driver *drv = drv_to_scif(dev->dev.driver); in scif_dev_probe()97 struct scif_driver *drv = drv_to_scif(dev->dev.driver); in scif_dev_remove()
121 static inline struct scif_driver *drv_to_scif(struct device_driver *drv) in drv_to_scif() function