Searched refs:to_ap_drv (Results 1 – 2 of 2) sorted by relevance
624 const struct ap_driver *ap_drv = to_ap_drv(drv); in ap_bus_match() 862 drvres = to_ap_drv(dev->driver)->flags in __ap_revise_reserved() 939 struct ap_driver *ap_drv = to_ap_drv(dev->driver); in ap_device_probe() 994 struct ap_driver *ap_drv = to_ap_drv(dev->driver); in ap_device_remove() 1453 struct ap_driver *ap_drv = to_ap_drv(drv); in __verify_card_reservations() 1545 struct ap_driver *ap_drv = to_ap_drv(drv); in __verify_queue_reservations() 1830 struct ap_driver *ap_drv = to_ap_drv(drv); in __drv_notify_config_changed() 1851 struct ap_driver *ap_drv = to_ap_drv(drv); in __drv_notify_scan_complete()
161 #define to_ap_drv(x) container_of_const((x), struct ap_driver, driver) macro