Lines Matching refs:to_ap_dev
1028 struct ap_device *ap_dev = to_ap_dev(dev); in ap_hwtype_show()
1037 struct ap_device *ap_dev = to_ap_dev(dev); in ap_raw_hwtype_show()
1047 struct ap_device *ap_dev = to_ap_dev(dev); in ap_depth_show()
1056 struct ap_device *ap_dev = to_ap_dev(dev); in ap_request_count_show()
1070 struct ap_device *ap_dev = to_ap_dev(dev); in ap_requestq_count_show()
1084 struct ap_device *ap_dev = to_ap_dev(dev); in ap_pendingq_count_show()
1098 struct ap_device *ap_dev = to_ap_dev(dev); in ap_reset_show()
1123 struct ap_device *ap_dev = to_ap_dev(dev); in ap_interrupt_show()
1142 return sprintf(buf, "ap:t%02X\n", to_ap_dev(dev)->device_type); in ap_modalias_show()
1150 struct ap_device *ap_dev = to_ap_dev(dev); in ap_functions_show()
1182 struct ap_device *ap_dev = to_ap_dev(dev); in ap_bus_match()
1209 struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()
1228 struct ap_device *ap_dev = to_ap_dev(dev); in ap_dev_suspend()
1319 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()
1364 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()
1382 kfree(to_ap_dev(dev)); in ap_device_release()
1607 return to_ap_dev(dev)->qid == (ap_qid_t)(unsigned long) data; in __ap_scan_bus()
1631 ap_dev = to_ap_dev(dev); in ap_scan_bus()