Searched refs:ap_drv (Results 1 – 1 of 1) sorted by relevance
588 struct ap_driver *ap_drv = to_ap_drv(drv); in ap_bus_match() local933 rc = ap_drv->probe ? ap_drv->probe(ap_dev) : -ENODEV; in ap_device_probe()960 if (ap_drv->remove) in ap_device_remove()961 ap_drv->remove(ap_dev); in ap_device_remove()1009 driver_unregister(&ap_drv->driver); in ap_driver_unregister()1353 struct ap_driver *ap_drv = to_ap_drv(drv); in __verify_card_reservations() local1363 if (ap_drv->in_use) { in __verify_card_reservations()1456 if (ap_drv->in_use) { in __verify_queue_reservations()1709 if (ap_drv->on_config_changed) in __drv_notify_config_changed()1730 if (ap_drv->on_scan_complete) in __drv_notify_scan_complete()[all …]
Completed in 6 milliseconds