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