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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dap_bus.h110 struct ap_device;
117 int (*probe)(struct ap_device *);
118 void (*remove)(struct ap_device *);
120 void (*receive)(struct ap_device *, struct ap_message *,
130 struct ap_device { struct
156 #define to_ap_dev(x) container_of((x), struct ap_device, device)
192 void ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg);
193 void ap_cancel_message(struct ap_device *ap_dev, struct ap_message *ap_msg);
194 void ap_flush_queue(struct ap_device *ap_dev);
H A Dzcrypt_api.h98 struct ap_device *ap_dev; /* The "real" ap device. */
H A Dap_bus.c58 static int __ap_poll_device(struct ap_device *ap_dev, unsigned long *flags);
62 static void ap_reset(struct ap_device *ap_dev);
504 static void ap_increase_queue_count(struct ap_device *ap_dev)
522 static void ap_decrease_queue_count(struct ap_device *ap_dev)
544 struct ap_device *ap_dev = to_ap_dev(dev);
552 struct ap_device *ap_dev = to_ap_dev(dev);
561 struct ap_device *ap_dev = to_ap_dev(dev);
600 struct ap_device *ap_dev = to_ap_dev(dev);
627 struct ap_device *ap_dev = to_ap_dev(dev);
646 struct ap_device *ap_de
[all...]
H A Dzcrypt_cex2a.c72 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 *,
267 static void zcrypt_cex2a_receive(struct ap_device *ap_dev,
384 static int zcrypt_cex2a_probe(struct ap_device *ap_dev)
432 static void zcrypt_cex2a_remove(struct ap_device *ap_dev)
H A Dzcrypt_pcica.c64 static int zcrypt_pcica_probe(struct ap_device *ap_dev);
65 static void zcrypt_pcica_remove(struct ap_device *ap_dev);
66 static void zcrypt_pcica_receive(struct ap_device *, struct ap_message *,
243 static void zcrypt_pcica_receive(struct ap_device *ap_dev,
360 static int zcrypt_pcica_probe(struct ap_device *ap_dev)
393 static void zcrypt_pcica_remove(struct ap_device *ap_dev)
H A Dzcrypt_pcicc.c76 static int zcrypt_pcicc_probe(struct ap_device *ap_dev);
77 static void zcrypt_pcicc_remove(struct ap_device *ap_dev);
78 static void zcrypt_pcicc_receive(struct ap_device *, struct ap_message *,
445 static void zcrypt_pcicc_receive(struct ap_device *ap_dev,
566 static int zcrypt_pcicc_probe(struct ap_device *ap_dev)
599 static void zcrypt_pcicc_remove(struct ap_device *ap_dev)
H A Dzcrypt_pcixcc.c91 static int zcrypt_pcixcc_probe(struct ap_device *ap_dev);
92 static void zcrypt_pcixcc_remove(struct ap_device *ap_dev);
93 static void zcrypt_pcixcc_receive(struct ap_device *, struct ap_message *,
352 static void rng_type6CPRB_msgX(struct ap_device *ap_dev,
642 static void zcrypt_pcixcc_receive(struct ap_device *ap_dev,
863 static int zcrypt_pcixcc_mcl(struct ap_device *ap_dev)
979 static int zcrypt_pcixcc_rng_supported(struct ap_device *ap_dev)
1032 static int zcrypt_pcixcc_probe(struct ap_device *ap_dev)
1106 static void zcrypt_pcixcc_remove(struct ap_device *ap_dev)

Completed in 74 milliseconds