Searched refs:ap_driver (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | ap_bus.h | 135 struct ap_driver { struct 144 #define to_ap_drv(x) container_of((x), struct ap_driver, driver) 146 int ap_driver_register(struct ap_driver *, struct module *, char *); 147 void ap_driver_unregister(struct ap_driver *); 151 struct ap_driver *drv; /* Pointer to AP device driver. */
|
H A D | zcrypt_cex2a.c | 140 static struct ap_driver zcrypt_cex2a_card_driver = { 202 static struct ap_driver zcrypt_cex2a_queue_driver = {
|
H A D | vfio_ap_private.h | 45 struct ap_driver *vfio_ap_drv;
|
H A D | zcrypt_cex2c.c | 323 static struct ap_driver zcrypt_cex2c_card_driver = { 398 static struct ap_driver zcrypt_cex2c_queue_driver = {
|
H A D | ap_bus.c | 541 struct ap_driver *ap_drv = to_ap_drv(drv); in ap_bus_match() 673 struct ap_driver *ap_drv = to_ap_drv(dev->driver); in ap_device_probe() 724 struct ap_driver *ap_drv = ap_dev->drv; in ap_device_remove() 768 int ap_driver_register(struct ap_driver *ap_drv, struct module *owner, in ap_driver_register() 782 void ap_driver_unregister(struct ap_driver *ap_drv) in ap_driver_unregister()
|
H A D | vfio_ap_drv.c | 25 static struct ap_driver vfio_ap_drv;
|
H A D | zcrypt_cex4.c | 588 static struct ap_driver zcrypt_cex4_card_driver = { 681 static struct ap_driver zcrypt_cex4_queue_driver = {
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | ap_bus.h | 145 struct ap_driver { struct 171 #define to_ap_drv(x) container_of((x), struct ap_driver, driver) 173 int ap_driver_register(struct ap_driver *, struct module *, char *); 174 void ap_driver_unregister(struct ap_driver *);
|
H A D | vfio_ap_private.h | 52 struct ap_driver *vfio_ap_drv;
|
H A D | ap_bus.c | 598 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 D | vfio_ap_drv.c | 46 static struct ap_driver vfio_ap_drv = {
|
H A D | zcrypt_cex4.c | 634 static struct ap_driver zcrypt_cex4_card_driver = { 724 static struct ap_driver zcrypt_cex4_queue_driver = {
|
Completed in 11 milliseconds