Home
last modified time | relevance | path

Searched defs:ap_dev (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/drivers/s390/crypto/
Dap_bus.c588 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() local
636 struct ap_device *ap_dev = to_ap_dev(dev); in ap_depth_show() local
645 struct ap_device *ap_dev = to_ap_dev(dev); in ap_request_count_show() local
684 struct ap_device *ap_dev = to_ap_dev(dev); in ap_bus_match() local
711 struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent() local
730 struct ap_device *ap_dev = to_ap_dev(dev); in ap_bus_suspend() local
765 struct ap_device *ap_dev = to_ap_dev(dev); in ap_bus_resume() local
812 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe() local
[all …]
Dzcrypt_pcica.c243 static void zcrypt_pcica_receive(struct ap_device *ap_dev, in zcrypt_pcica_receive()
360 static int zcrypt_pcica_probe(struct ap_device *ap_dev) in zcrypt_pcica_probe()
394 static void zcrypt_pcica_remove(struct ap_device *ap_dev) in zcrypt_pcica_remove()
Dzcrypt_cex2a.c302 static void zcrypt_cex2a_receive(struct ap_device *ap_dev, in zcrypt_cex2a_receive()
428 static int zcrypt_cex2a_probe(struct ap_device *ap_dev) in zcrypt_cex2a_probe()
482 static void zcrypt_cex2a_remove(struct ap_device *ap_dev) in zcrypt_cex2a_remove()
Dzcrypt_pcixcc.c340 static void rng_type6CPRB_msgX(struct ap_device *ap_dev, in rng_type6CPRB_msgX()
639 static void zcrypt_pcixcc_receive(struct ap_device *ap_dev, in zcrypt_pcixcc_receive()
860 static int zcrypt_pcixcc_mcl(struct ap_device *ap_dev) in zcrypt_pcixcc_mcl()
976 static int zcrypt_pcixcc_rng_supported(struct ap_device *ap_dev) in zcrypt_pcixcc_rng_supported()
1029 static int zcrypt_pcixcc_probe(struct ap_device *ap_dev) in zcrypt_pcixcc_probe()
1107 static void zcrypt_pcixcc_remove(struct ap_device *ap_dev) in zcrypt_pcixcc_remove()
Dzcrypt_pcicc.c445 static void zcrypt_pcicc_receive(struct ap_device *ap_dev, in zcrypt_pcicc_receive()
566 static int zcrypt_pcicc_probe(struct ap_device *ap_dev) in zcrypt_pcicc_probe()
600 static void zcrypt_pcicc_remove(struct ap_device *ap_dev) in zcrypt_pcicc_remove()
Dzcrypt_api.h98 struct ap_device *ap_dev; /* The "real" ap device. */ member