Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dap_bus.h124 struct ap_device;
140 int (*probe)(struct ap_device *);
141 void (*remove)(struct ap_device *);
149 struct ap_device { struct
155 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument
158 struct ap_device ap_dev;
171 struct ap_device ap_dev;
H A 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()
H A 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()
H A 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()
H A 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()
H A Dap_bus.c571 struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()
672 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()
723 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()