Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/crypto/
Dap_bus.h121 struct ap_device;
137 int (*probe)(struct ap_device *);
138 void (*remove)(struct ap_device *);
139 void (*suspend)(struct ap_device *);
140 void (*resume)(struct ap_device *);
148 struct ap_device { struct
154 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument
157 struct ap_device ap_dev;
171 struct ap_device ap_dev;
262 void ap_queue_suspend(struct ap_device *ap_dev);
[all …]
Dzcrypt_cex2a.c73 static int zcrypt_cex2a_card_probe(struct ap_device *ap_dev) in zcrypt_cex2a_card_probe()
134 static void zcrypt_cex2a_card_remove(struct ap_device *ap_dev) in zcrypt_cex2a_card_remove()
154 static int zcrypt_cex2a_queue_probe(struct ap_device *ap_dev) in zcrypt_cex2a_queue_probe()
194 static void zcrypt_cex2a_queue_remove(struct ap_device *ap_dev) in zcrypt_cex2a_queue_remove()
Dzcrypt_cex2c.c133 static int zcrypt_cex2c_card_probe(struct ap_device *ap_dev) in zcrypt_cex2c_card_probe()
191 static void zcrypt_cex2c_card_remove(struct ap_device *ap_dev) in zcrypt_cex2c_card_remove()
211 static int zcrypt_cex2c_queue_probe(struct ap_device *ap_dev) in zcrypt_cex2c_queue_probe()
249 static void zcrypt_cex2c_queue_remove(struct ap_device *ap_dev) in zcrypt_cex2c_queue_remove()
Dzcrypt_cex4.c158 static int zcrypt_cex4_card_probe(struct ap_device *ap_dev) in zcrypt_cex4_card_probe()
329 static void zcrypt_cex4_card_remove(struct ap_device *ap_dev) in zcrypt_cex4_card_remove()
353 static int zcrypt_cex4_queue_probe(struct ap_device *ap_dev) in zcrypt_cex4_queue_probe()
409 static void zcrypt_cex4_queue_remove(struct ap_device *ap_dev) in zcrypt_cex4_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()
Dap_bus.c573 struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()
592 struct ap_device *ap_dev = to_ap_dev(dev); in ap_dev_suspend()
601 struct ap_device *ap_dev = to_ap_dev(dev); in ap_dev_resume()
776 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()
827 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()
Dap_queue.c455 void ap_queue_suspend(struct ap_device *ap_dev) in ap_queue_suspend()
469 void ap_queue_resume(struct ap_device *ap_dev) in ap_queue_resume()