Searched refs:to_ap_card (Results 1 – 7 of 7) sorted by relevance
25 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 …]
42 struct zcrypt_card *zc = to_ap_card(dev)->private; in type_show()53 struct ap_card *ac = to_ap_card(dev); in online_show()64 struct ap_card *ac = to_ap_card(dev); in online_store()93 struct zcrypt_card *zc = to_ap_card(dev)->private; in load_show()
82 struct ap_card *ac = to_ap_card(dev); in cca_serialnr_show()194 struct ap_card *ac = to_ap_card(dev); in ep11_api_ordinalnr_show()215 struct ap_card *ac = to_ap_card(dev); in ep11_fw_version_show()238 struct ap_card *ac = to_ap_card(dev); in ep11_serialnr_show()272 struct ap_card *ac = to_ap_card(dev); in ep11_card_op_modes_show()439 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex4_card_probe()577 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex4_card_remove()
70 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()314 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex2c_card_remove()315 struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private; in zcrypt_cex2c_card_remove()
84 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex2a_card_probe()134 struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private; in zcrypt_cex2a_card_remove()
168 #define to_ap_card(x) container_of((x), struct ap_card, ap_dev.device) macro
1272 return is_card_dev(dev) && to_ap_card(dev)->id == (int)(long)(void *) data; in __match_card_device_with_id()1445 ac = dev ? to_ap_card(dev) : NULL; in ap_scan_adapter()