Searched refs:ap_driver (Results 1 – 7 of 7) sorted by relevance
142 struct ap_driver { struct151 #define to_ap_drv(x) container_of((x), struct ap_driver, driver) argument153 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. */
75 static struct ap_driver zcrypt_cex2a_driver = {
59 static struct ap_driver zcrypt_cex4_driver = {
774 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()
86 static struct ap_driver zcrypt_pcixcc_driver = {
68 static struct ap_driver zcrypt_pcica_driver = {
80 static struct ap_driver zcrypt_pcicc_driver = {