Home
last modified time | relevance | path

Searched refs:ap_device (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/s390/crypto/
Dap_bus.h130 struct ap_device;
146 int (*probe)(struct ap_device *);
147 void (*remove)(struct ap_device *);
155 struct ap_device { struct
161 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument
164 struct ap_device ap_dev;
177 struct ap_device ap_dev;
Dzcrypt_cex2a.c73 static int zcrypt_cex2a_card_probe(struct ap_device *ap_dev) in zcrypt_cex2a_card_probe()
132 static void zcrypt_cex2a_card_remove(struct ap_device *ap_dev) in zcrypt_cex2a_card_remove()
152 static int zcrypt_cex2a_queue_probe(struct ap_device *ap_dev) in zcrypt_cex2a_queue_probe()
193 static void zcrypt_cex2a_queue_remove(struct ap_device *ap_dev) in zcrypt_cex2a_queue_remove()
Dzcrypt_cex2c.c245 static int zcrypt_cex2c_card_probe(struct ap_device *ap_dev) in zcrypt_cex2c_card_probe()
312 static void zcrypt_cex2c_card_remove(struct ap_device *ap_dev) in zcrypt_cex2c_card_remove()
335 static int zcrypt_cex2c_queue_probe(struct ap_device *ap_dev) in zcrypt_cex2c_queue_probe()
387 static void zcrypt_cex2c_queue_remove(struct ap_device *ap_dev) in zcrypt_cex2c_queue_remove()
Dvfio_ap_drv.c52 static int vfio_ap_queue_dev_probe(struct ap_device *apdev) in vfio_ap_queue_dev_probe()
71 static void vfio_ap_queue_dev_remove(struct ap_device *apdev) in vfio_ap_queue_dev_remove()
Dzcrypt_cex4.c406 static int zcrypt_cex4_card_probe(struct ap_device *ap_dev) in zcrypt_cex4_card_probe()
575 static void zcrypt_cex4_card_remove(struct ap_device *ap_dev) in zcrypt_cex4_card_remove()
601 static int zcrypt_cex4_queue_probe(struct ap_device *ap_dev) in zcrypt_cex4_queue_probe()
668 static void zcrypt_cex4_queue_remove(struct ap_device *ap_dev) in zcrypt_cex4_queue_remove()
Dap_bus.c580 struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()
681 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()
732 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()