Searched refs:ap_device (Results 1 – 7 of 7) sorted by relevance
/drivers/s390/crypto/ |
D | ap_bus.h | 130 struct ap_device; 137 int (*probe)(struct ap_device *); 138 void (*remove)(struct ap_device *); 140 void (*receive)(struct ap_device *, struct ap_message *, 150 struct ap_device { struct 176 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument 212 void ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg); 213 void ap_cancel_message(struct ap_device *ap_dev, struct ap_message *ap_msg); 214 void ap_flush_queue(struct ap_device *ap_dev);
|
D | ap_bus.c | 60 static int __ap_poll_device(struct ap_device *ap_dev, unsigned long *flags); 64 static void ap_reset(struct ap_device *ap_dev); 588 static void ap_increase_queue_count(struct ap_device *ap_dev) in ap_increase_queue_count() 606 static void ap_decrease_queue_count(struct ap_device *ap_dev) in ap_decrease_queue_count() 628 struct ap_device *ap_dev = to_ap_dev(dev); in ap_hwtype_show() 636 struct ap_device *ap_dev = to_ap_dev(dev); in ap_depth_show() 645 struct ap_device *ap_dev = to_ap_dev(dev); in ap_request_count_show() 684 struct ap_device *ap_dev = to_ap_dev(dev); in ap_bus_match() 711 struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent() 730 struct ap_device *ap_dev = to_ap_dev(dev); in ap_bus_suspend() [all …]
|
D | zcrypt_pcica.c | 62 static int zcrypt_pcica_probe(struct ap_device *ap_dev); 63 static void zcrypt_pcica_remove(struct ap_device *ap_dev); 64 static void zcrypt_pcica_receive(struct ap_device *, struct ap_message *, 241 static void zcrypt_pcica_receive(struct ap_device *ap_dev, in zcrypt_pcica_receive() 358 static int zcrypt_pcica_probe(struct ap_device *ap_dev) in zcrypt_pcica_probe() 392 static void zcrypt_pcica_remove(struct ap_device *ap_dev) in zcrypt_pcica_remove()
|
D | zcrypt_pcicc.c | 74 static int zcrypt_pcicc_probe(struct ap_device *ap_dev); 75 static void zcrypt_pcicc_remove(struct ap_device *ap_dev); 76 static void zcrypt_pcicc_receive(struct ap_device *, struct ap_message *, 443 static void zcrypt_pcicc_receive(struct ap_device *ap_dev, in zcrypt_pcicc_receive() 564 static int zcrypt_pcicc_probe(struct ap_device *ap_dev) in zcrypt_pcicc_probe() 598 static void zcrypt_pcicc_remove(struct ap_device *ap_dev) in zcrypt_pcicc_remove()
|
D | zcrypt_cex2a.c | 72 static int zcrypt_cex2a_probe(struct ap_device *ap_dev); 73 static void zcrypt_cex2a_remove(struct ap_device *ap_dev); 74 static void zcrypt_cex2a_receive(struct ap_device *, struct ap_message *, 300 static void zcrypt_cex2a_receive(struct ap_device *ap_dev, in zcrypt_cex2a_receive() 426 static int zcrypt_cex2a_probe(struct ap_device *ap_dev) in zcrypt_cex2a_probe() 480 static void zcrypt_cex2a_remove(struct ap_device *ap_dev) in zcrypt_cex2a_remove()
|
D | zcrypt_pcixcc.c | 84 static int zcrypt_pcixcc_probe(struct ap_device *ap_dev); 85 static void zcrypt_pcixcc_remove(struct ap_device *ap_dev); 86 static void zcrypt_pcixcc_receive(struct ap_device *, struct ap_message *, 338 static void rng_type6CPRB_msgX(struct ap_device *ap_dev, in rng_type6CPRB_msgX() 637 static void zcrypt_pcixcc_receive(struct ap_device *ap_dev, in zcrypt_pcixcc_receive() 858 static int zcrypt_pcixcc_mcl(struct ap_device *ap_dev) in zcrypt_pcixcc_mcl() 974 static int zcrypt_pcixcc_rng_supported(struct ap_device *ap_dev) in zcrypt_pcixcc_rng_supported() 1027 static int zcrypt_pcixcc_probe(struct ap_device *ap_dev) in zcrypt_pcixcc_probe() 1105 static void zcrypt_pcixcc_remove(struct ap_device *ap_dev) in zcrypt_pcixcc_remove()
|
D | zcrypt_api.h | 98 struct ap_device *ap_dev; /* The "real" ap device. */
|