Home
last modified time | relevance | path

Searched refs:to_ap_card (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/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()
145 struct ap_card *ac = to_ap_card(dev); in config_show()
155 struct ap_card *ac = to_ap_card(dev); in config_store()
[all …]
Dzcrypt_cex4.c84 struct ap_card *ac = to_ap_card(dev); in cca_serialnr_show()
215 struct ap_card *ac = to_ap_card(dev); in ep11_api_ordinalnr_show()
236 struct ap_card *ac = to_ap_card(dev); in ep11_fw_version_show()
259 struct ap_card *ac = to_ap_card(dev); in ep11_serialnr_show()
293 struct ap_card *ac = to_ap_card(dev); in ep11_card_op_modes_show()
467 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex4_card_probe()
624 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()
Dap_bus.h198 #define to_ap_card(x) container_of((x), struct ap_card, ap_dev.device) macro
Dap_bus.c636 struct ap_card *ac = to_ap_card(&ap_dev->device); in ap_uevent()
1717 return is_card_dev(dev) && to_ap_card(dev)->id == (int)(long)(void *)data; in __match_card_device_with_id()
1969 ac = dev ? to_ap_card(dev) : NULL; in ap_scan_adapter()