Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/s390/crypto/
Dap_bus.h135 struct ap_driver { struct
161 #define to_ap_drv(x) container_of_const((x), struct ap_driver, driver) argument
163 int ap_driver_register(struct ap_driver *, struct module *, char *);
164 void ap_driver_unregister(struct ap_driver *);
Dvfio_ap_private.h52 struct ap_driver *vfio_ap_drv;
Dap_bus.c558 const struct ap_driver *ap_drv = to_ap_drv(drv); in ap_bus_match()
873 struct ap_driver *ap_drv = to_ap_drv(dev->driver); in ap_device_probe()
928 struct ap_driver *ap_drv = to_ap_drv(dev->driver); in ap_device_remove()
970 int ap_driver_register(struct ap_driver *ap_drv, struct module *owner, in ap_driver_register()
987 void ap_driver_unregister(struct ap_driver *ap_drv) in ap_driver_unregister()
1387 struct ap_driver *ap_drv = to_ap_drv(drv); in __verify_card_reservations()
1479 struct ap_driver *ap_drv = to_ap_drv(drv); in __verify_queue_reservations()
1764 struct ap_driver *ap_drv = to_ap_drv(drv); in __drv_notify_config_changed()
1785 struct ap_driver *ap_drv = to_ap_drv(drv); in __drv_notify_scan_complete()
Dvfio_ap_drv.c58 static struct ap_driver vfio_ap_drv = {
Dzcrypt_cex4.c637 static struct ap_driver zcrypt_cex4_card_driver = {
727 static struct ap_driver zcrypt_cex4_queue_driver = {