Searched refs:ap_drv (Results 1 – 1 of 1) sorted by relevance
911 rc = ap_drv->probe ? ap_drv->probe(ap_dev) : -ENODEV; in ap_device_probe()936 if (ap_drv->remove) in ap_device_remove()937 ap_drv->remove(ap_dev); in ap_device_remove()990 driver_unregister(&ap_drv->driver); in ap_driver_unregister()1388 struct ap_driver *ap_drv = to_ap_drv(drv); in __verify_card_reservations() local1398 if (ap_drv->in_use) { in __verify_card_reservations()1480 struct ap_driver *ap_drv = to_ap_drv(drv); in __verify_queue_reservations() local1490 if (ap_drv->in_use) { in __verify_queue_reservations()1768 if (ap_drv->on_config_changed) in __drv_notify_config_changed()1789 if (ap_drv->on_scan_complete) in __drv_notify_scan_complete()[all …]