Searched refs:to_ap_drv (Results 1 – 2 of 2) sorted by relevance
598 struct ap_driver *ap_drv = to_ap_drv(drv); in ap_bus_match()834 drvres = to_ap_drv(dev->driver)->flags in __ap_revise_reserved()912 struct ap_driver *ap_drv = to_ap_drv(dev->driver); in ap_device_probe()963 struct ap_driver *ap_drv = to_ap_drv(dev->driver); in ap_device_remove()1365 struct ap_driver *ap_drv = to_ap_drv(drv); in __verify_card_reservations()1457 struct ap_driver *ap_drv = to_ap_drv(drv); in __verify_queue_reservations()1742 struct ap_driver *ap_drv = to_ap_drv(drv); in __drv_notify_config_changed()1763 struct ap_driver *ap_drv = to_ap_drv(drv); in __drv_notify_scan_complete()
171 #define to_ap_drv(x) container_of((x), struct ap_driver, driver) macro