Lines Matching refs:ap_device

59 static int __ap_poll_device(struct ap_device *ap_dev, unsigned long *flags);
63 static void ap_reset(struct ap_device *ap_dev);
625 static void ap_increase_queue_count(struct ap_device *ap_dev) in ap_increase_queue_count()
643 static void ap_decrease_queue_count(struct ap_device *ap_dev) in ap_decrease_queue_count()
665 struct ap_device *ap_dev = to_ap_dev(dev); in ap_hwtype_show()
674 struct ap_device *ap_dev = to_ap_dev(dev); in ap_raw_hwtype_show()
684 struct ap_device *ap_dev = to_ap_dev(dev); in ap_depth_show()
693 struct ap_device *ap_dev = to_ap_dev(dev); in ap_request_count_show()
707 struct ap_device *ap_dev = to_ap_dev(dev); in ap_requestq_count_show()
721 struct ap_device *ap_dev = to_ap_dev(dev); in ap_pendingq_count_show()
743 struct ap_device *ap_dev = to_ap_dev(dev); in ap_functions_show()
773 struct ap_device *ap_dev = to_ap_dev(dev); in ap_bus_match()
800 struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()
819 struct ap_device *ap_dev = to_ap_dev(dev); in ap_bus_suspend()
853 struct ap_device *ap_dev = to_ap_dev(dev); in ap_bus_resume()
914 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()
939 static void __ap_flush_queue(struct ap_device *ap_dev) in __ap_flush_queue()
955 void ap_flush_queue(struct ap_device *ap_dev) in ap_flush_queue()
965 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()
1293 static int ap_probe_device_type(struct ap_device *ap_dev) in ap_probe_device_type()
1404 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_release()
1411 struct ap_device *ap_dev; in ap_scan_bus()
1560 static int ap_poll_read(struct ap_device *ap_dev, unsigned long *flags) in ap_poll_read()
1609 static int ap_poll_write(struct ap_device *ap_dev, unsigned long *flags) in ap_poll_write()
1657 static inline int ap_poll_queue(struct ap_device *ap_dev, unsigned long *flags) in ap_poll_queue()
1674 static int __ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg) in __ap_queue_message()
1715 void ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg) in ap_queue_message()
1754 void ap_cancel_message(struct ap_device *ap_dev, struct ap_message *ap_msg) in ap_cancel_message()
1792 static void ap_reset(struct ap_device *ap_dev) in ap_reset()
1809 static int __ap_poll_device(struct ap_device *ap_dev, unsigned long *flags) in __ap_poll_device()
1831 struct ap_device *ap_dev; in ap_poll_all()
1868 struct ap_device *ap_dev; in ap_poll_thread()
1939 struct ap_device *ap_dev = (struct ap_device *) data; in ap_request_timeout()