Home
last modified time | relevance | path

Searched refs:ap_card (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/s390/crypto/
Dap_card.c25 struct ap_card *ac = to_ap_card(dev); in hwtype_show()
35 struct ap_card *ac = to_ap_card(dev); in raw_hwtype_show()
45 struct ap_card *ac = to_ap_card(dev); in depth_show()
55 struct ap_card *ac = to_ap_card(dev); in ap_functions_show()
66 struct ap_card *ac = to_ap_card(dev); in request_count_show()
82 struct ap_card *ac = to_ap_card(dev); in request_count_store()
102 struct ap_card *ac = to_ap_card(dev); in requestq_count_show()
121 struct ap_card *ac = to_ap_card(dev); in pendingq_count_show()
146 struct ap_card *ac = to_ap_card(dev); in config_show()
156 struct ap_card *ac = to_ap_card(dev); in config_store()
[all …]
Dap_bus.h178 struct ap_card { struct
190 #define to_ap_card(x) container_of((x), struct ap_card, ap_dev.device) argument
195 struct ap_card *card; /* Ptr to assoc. AP card. */
312 struct ap_card *ap_card_create(int id, int queue_depth, int raw_type,
Dzcrypt_cex4.c84 struct ap_card *ac = to_ap_card(dev); in cca_serialnr_show()
224 struct ap_card *ac = to_ap_card(dev); in ep11_api_ordinalnr_show()
245 struct ap_card *ac = to_ap_card(dev); in ep11_fw_version_show()
268 struct ap_card *ac = to_ap_card(dev); in ep11_serialnr_show()
302 struct ap_card *ac = to_ap_card(dev); in ep11_card_op_modes_show()
476 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex4_card_probe()
633 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex4_card_remove()
Dzcrypt_card.c54 struct ap_card *ac = to_ap_card(dev); in online_show()
65 struct ap_card *ac = to_ap_card(dev); in online_store()
Dzcrypt_cex2c.c71 struct ap_card *ac = to_ap_card(dev); in cca_serialnr_show()
256 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex2c_card_probe()
313 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex2c_card_remove()
DMakefile6 ap-objs := ap_bus.o ap_card.o ap_queue.o
Dzcrypt_api.h94 struct ap_card *card; /* The "real" ap card device. */
Dzcrypt_cex2a.c85 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex2a_card_probe()
Dap_bus.c620 struct ap_card *ac = to_ap_card(&ap_dev->device); in ap_uevent()
1729 static inline void ap_scan_rm_card_dev_and_queue_devs(struct ap_card *ac) in ap_scan_rm_card_dev_and_queue_devs()
1742 static inline void ap_scan_domains(struct ap_card *ac) in ap_scan_domains()
1901 struct ap_card *ac; in ap_scan_adapter()