Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
A Dap_bus.h138 struct ap_driver { struct
147 #define to_ap_drv(x) container_of((x), struct ap_driver, driver) argument
149 int ap_driver_register(struct ap_driver *, struct module *, char *);
150 void ap_driver_unregister(struct ap_driver *);
A Dzcrypt_cex2a.c138 static struct ap_driver zcrypt_cex2a_card_driver = {
197 static struct ap_driver zcrypt_cex2a_queue_driver = {
A Dvfio_ap_private.h48 struct ap_driver *vfio_ap_drv;
A Dzcrypt_cex2c.c321 static struct ap_driver zcrypt_cex2c_card_driver = {
394 static struct ap_driver zcrypt_cex2c_queue_driver = {
A Dvfio_ap_drv.c85 static struct ap_driver vfio_ap_drv = {
A Dap_bus.c572 struct ap_driver *ap_drv = to_ap_drv(drv); in ap_bus_match()
853 struct ap_driver *ap_drv = to_ap_drv(dev->driver); in ap_device_probe()
903 struct ap_driver *ap_drv = to_ap_drv(dev->driver); in ap_device_remove()
945 int ap_driver_register(struct ap_driver *ap_drv, struct module *owner, in ap_driver_register()
957 void ap_driver_unregister(struct ap_driver *ap_drv) in ap_driver_unregister()
A Dzcrypt_cex4.c582 static struct ap_driver zcrypt_cex4_card_driver = {
672 static struct ap_driver zcrypt_cex4_queue_driver = {

Completed in 45 milliseconds