Searched refs:ap_drv (Results 1 – 1 of 1) sorted by relevance
774 struct ap_driver *ap_drv = to_ap_drv(drv); in ap_bus_match() local781 for (id = ap_drv->ids; id->match_flags; id++) { in ap_bus_match()915 struct ap_driver *ap_drv = to_ap_drv(dev->driver); in ap_device_probe() local918 ap_dev->drv = ap_drv; in ap_device_probe()924 rc = ap_drv->probe ? ap_drv->probe(ap_dev) : -ENODEV; in ap_device_probe()966 struct ap_driver *ap_drv = ap_dev->drv; in ap_device_remove() local973 if (ap_drv->remove) in ap_device_remove()974 ap_drv->remove(ap_dev); in ap_device_remove()981 int ap_driver_register(struct ap_driver *ap_drv, struct module *owner, in ap_driver_register() argument984 struct device_driver *drv = &ap_drv->driver; in ap_driver_register()[all …]