Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/crypto/
Dap_bus.h142 struct ap_driver { struct
151 #define to_ap_drv(x) container_of((x), struct ap_driver, driver) argument
153 int ap_driver_register(struct ap_driver *, struct module *, char *);
154 void ap_driver_unregister(struct ap_driver *);
158 struct ap_driver *drv; /* Pointer to AP device driver. */
Dzcrypt_cex2a.c75 static struct ap_driver zcrypt_cex2a_driver = {
Dzcrypt_cex4.c59 static struct ap_driver zcrypt_cex4_driver = {
Dap_bus.c774 struct ap_driver *ap_drv = to_ap_drv(drv); in ap_bus_match()
915 struct ap_driver *ap_drv = to_ap_drv(dev->driver); in ap_device_probe()
966 struct ap_driver *ap_drv = ap_dev->drv; in ap_device_remove()
981 int ap_driver_register(struct ap_driver *ap_drv, struct module *owner, in ap_driver_register()
995 void ap_driver_unregister(struct ap_driver *ap_drv) in ap_driver_unregister()
Dzcrypt_pcixcc.c86 static struct ap_driver zcrypt_pcixcc_driver = {
Dzcrypt_pcica.c68 static struct ap_driver zcrypt_pcica_driver = {
Dzcrypt_pcicc.c80 static struct ap_driver zcrypt_pcicc_driver = {