Searched refs:to_ap_card (Results 1 – 5 of 5) sorted by relevance
24 struct ap_card *ac = to_ap_card(dev); in hwtype_show()34 struct ap_card *ac = to_ap_card(dev); in raw_hwtype_show()44 struct ap_card *ac = to_ap_card(dev); in depth_show()54 struct ap_card *ac = to_ap_card(dev); in ap_functions_show()65 struct ap_card *ac = to_ap_card(dev); in request_count_show()81 struct ap_card *ac = to_ap_card(dev); in request_count_store()101 struct ap_card *ac = to_ap_card(dev); in requestq_count_show()120 struct ap_card *ac = to_ap_card(dev); in pendingq_count_show()144 struct ap_card *ac = to_ap_card(dev); in config_show()154 struct ap_card *ac = to_ap_card(dev); in config_store()[all …]
83 struct ap_card *ac = to_ap_card(dev); in cca_serialnr_show()212 struct ap_card *ac = to_ap_card(dev); in ep11_api_ordinalnr_show()232 struct ap_card *ac = to_ap_card(dev); in ep11_fw_version_show()254 struct ap_card *ac = to_ap_card(dev); in ep11_serialnr_show()290 struct ap_card *ac = to_ap_card(dev); in ep11_card_op_modes_show()466 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex4_card_probe()622 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex4_card_remove()
54 struct ap_card *ac = to_ap_card(dev); in online_show()65 struct ap_card *ac = to_ap_card(dev); in online_store()
186 #define to_ap_card(x) container_of((x), struct ap_card, ap_dev.device) macro
671 struct ap_card *ac = to_ap_card(&ap_dev->device); in ap_uevent()1040 to_ap_card(dev)->id, ap_drv->driver.name); in ap_device_probe()1900 return is_card_dev(dev) && to_ap_card(dev)->id == (int)(long)(void *)data; in __match_card_device_with_id()2152 ac = dev ? to_ap_card(dev) : NULL; in ap_scan_adapter()