Searched refs:to_ap_card (Results 1 – 4 of 4) 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()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 …]
55 struct ap_card *ac = to_ap_card(dev); in online_show()66 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
662 struct ap_card *ac = to_ap_card(&ap_dev->device); in ap_uevent()1805 return is_card_dev(dev) && to_ap_card(dev)->id == (int)(long)(void *)data; in __match_card_device_with_id()2057 ac = dev ? to_ap_card(dev) : NULL; in ap_scan_adapter()