Searched refs:ffa_drv (Results 1 – 2 of 2) sorted by relevance
49 struct ffa_driver *ffa_drv = to_ffa_driver(dev->driver); in ffa_device_probe() local56 return ffa_drv->probe(ffa_dev); in ffa_device_probe()61 struct ffa_driver *ffa_drv = to_ffa_driver(dev->driver); in ffa_device_remove() local63 if (ffa_drv->remove) in ffa_device_remove()64 ffa_drv->remove(to_ffa_dev(dev)); in ffa_device_remove()
1564 struct ffa_driver *ffa_drv = to_ffa_driver(dev->driver); in ffa_bus_notifier() local1565 const struct ffa_device_id *id_table = ffa_drv->id_table; in ffa_bus_notifier()
Completed in 10 milliseconds