Home
last modified time | relevance | path

Searched refs:ap_drv (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/s390/crypto/
A Dap_bus.c588 struct ap_driver *ap_drv = to_ap_drv(drv); in ap_bus_match() local
933 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() local
1363 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