Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dap_bus.h145 struct ap_driver { struct
171 #define to_ap_drv(x) container_of((x), struct ap_driver, driver) argument
173 int ap_driver_register(struct ap_driver *, struct module *, char *);
174 void ap_driver_unregister(struct ap_driver *);
H A Dvfio_ap_private.h52 struct ap_driver *vfio_ap_drv;
H A Dap_bus.c598 struct ap_driver *ap_drv = to_ap_drv(drv); in ap_bus_match()
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()
1005 int ap_driver_register(struct ap_driver *ap_drv, struct module *owner, in ap_driver_register()
1017 void ap_driver_unregister(struct ap_driver *ap_drv) in ap_driver_unregister()
1369 struct ap_driver *ap_drv = to_ap_drv(drv); in __verify_card_reservations()
1461 struct ap_driver *ap_drv = to_ap_drv(drv); in __verify_queue_reservations()
1746 struct ap_driver *ap_drv = to_ap_drv(drv); in __drv_notify_config_changed()
1767 struct ap_driver *ap_drv = to_ap_drv(drv); in __drv_notify_scan_complete()
H A Dvfio_ap_drv.c46 static struct ap_driver vfio_ap_drv = {
H A Dzcrypt_cex4.c634 static struct ap_driver zcrypt_cex4_card_driver = {
724 static struct ap_driver zcrypt_cex4_queue_driver = {