Home
last modified time | relevance | path

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

/drivers/s390/crypto/
Dap_bus.h138 struct ap_device;
145 int (*probe)(struct ap_device *);
146 void (*remove)(struct ap_device *);
155 struct ap_device { struct
183 #define to_ap_dev(x) container_of((x), struct ap_device, device) argument
194 void (*receive)(struct ap_device *, struct ap_message *,
234 void ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg);
235 void ap_cancel_message(struct ap_device *ap_dev, struct ap_message *ap_msg);
236 void ap_flush_queue(struct ap_device *ap_dev);
Dap_bus.c59 static int __ap_poll_device(struct ap_device *ap_dev, unsigned long *flags);
63 static void ap_reset(struct ap_device *ap_dev);
623 static void ap_increase_queue_count(struct ap_device *ap_dev) in ap_increase_queue_count()
641 static void ap_decrease_queue_count(struct ap_device *ap_dev) in ap_decrease_queue_count()
663 struct ap_device *ap_dev = to_ap_dev(dev); in ap_hwtype_show()
672 struct ap_device *ap_dev = to_ap_dev(dev); in ap_raw_hwtype_show()
682 struct ap_device *ap_dev = to_ap_dev(dev); in ap_depth_show()
691 struct ap_device *ap_dev = to_ap_dev(dev); in ap_request_count_show()
705 struct ap_device *ap_dev = to_ap_dev(dev); in ap_requestq_count_show()
719 struct ap_device *ap_dev = to_ap_dev(dev); in ap_pendingq_count_show()
[all …]
Dzcrypt_pcixcc.c83 static int zcrypt_pcixcc_probe(struct ap_device *ap_dev);
84 static void zcrypt_pcixcc_remove(struct ap_device *ap_dev);
98 static int zcrypt_pcixcc_mcl(struct ap_device *ap_dev) in zcrypt_pcixcc_mcl()
214 static int zcrypt_pcixcc_rng_supported(struct ap_device *ap_dev) in zcrypt_pcixcc_rng_supported()
267 static int zcrypt_pcixcc_probe(struct ap_device *ap_dev) in zcrypt_pcixcc_probe()
348 static void zcrypt_pcixcc_remove(struct ap_device *ap_dev) in zcrypt_pcixcc_remove()
Dzcrypt_cex2a.c72 static int zcrypt_cex2a_probe(struct ap_device *ap_dev);
73 static void zcrypt_cex2a_remove(struct ap_device *ap_dev);
87 static int zcrypt_cex2a_probe(struct ap_device *ap_dev) in zcrypt_cex2a_probe()
144 static void zcrypt_cex2a_remove(struct ap_device *ap_dev) in zcrypt_cex2a_remove()
Dzcrypt_cex4.c51 static int zcrypt_cex4_probe(struct ap_device *ap_dev);
52 static void zcrypt_cex4_remove(struct ap_device *ap_dev);
66 static int zcrypt_cex4_probe(struct ap_device *ap_dev) in zcrypt_cex4_probe()
144 static void zcrypt_cex4_remove(struct ap_device *ap_dev) in zcrypt_cex4_remove()
Dzcrypt_pcica.c63 static int zcrypt_pcica_probe(struct ap_device *ap_dev);
64 static void zcrypt_pcica_remove(struct ap_device *ap_dev);
65 static void zcrypt_pcica_receive(struct ap_device *, struct ap_message *,
249 static void zcrypt_pcica_receive(struct ap_device *ap_dev, in zcrypt_pcica_receive()
368 static int zcrypt_pcica_probe(struct ap_device *ap_dev) in zcrypt_pcica_probe()
402 static void zcrypt_pcica_remove(struct ap_device *ap_dev) in zcrypt_pcica_remove()
Dzcrypt_pcicc.c75 static int zcrypt_pcicc_probe(struct ap_device *ap_dev);
76 static void zcrypt_pcicc_remove(struct ap_device *ap_dev);
77 static void zcrypt_pcicc_receive(struct ap_device *, struct ap_message *,
452 static void zcrypt_pcicc_receive(struct ap_device *ap_dev, in zcrypt_pcicc_receive()
575 static int zcrypt_pcicc_probe(struct ap_device *ap_dev) in zcrypt_pcicc_probe()
609 static void zcrypt_pcicc_remove(struct ap_device *ap_dev) in zcrypt_pcicc_remove()
Dzcrypt_api.h104 struct ap_device *ap_dev; /* The "real" ap device. */
Dzcrypt_msgtype6.h125 static inline void rng_type6CPRB_msgX(struct ap_device *ap_dev, in rng_type6CPRB_msgX()
Dzcrypt_msgtype50.c56 static void zcrypt_cex2a_receive(struct ap_device *, struct ap_message *,
386 static void zcrypt_cex2a_receive(struct ap_device *ap_dev, in zcrypt_cex2a_receive()
Dzcrypt_msgtype6.c63 static void zcrypt_msgtype6_receive(struct ap_device *, struct ap_message *,
818 static void zcrypt_msgtype6_receive(struct ap_device *ap_dev, in zcrypt_msgtype6_receive()
869 static void zcrypt_msgtype6_receive_ep11(struct ap_device *ap_dev, in zcrypt_msgtype6_receive_ep11()