• Home
  • Raw
  • Download

Lines Matching refs:ap_device

60 static int __ap_poll_device(struct ap_device *ap_dev, unsigned long *flags);
64 static void ap_reset(struct ap_device *ap_dev);
588 static void ap_increase_queue_count(struct ap_device *ap_dev) in ap_increase_queue_count()
606 static void ap_decrease_queue_count(struct ap_device *ap_dev) in ap_decrease_queue_count()
628 struct ap_device *ap_dev = to_ap_dev(dev); in ap_hwtype_show()
636 struct ap_device *ap_dev = to_ap_dev(dev); in ap_depth_show()
645 struct ap_device *ap_dev = to_ap_dev(dev); in ap_request_count_show()
684 struct ap_device *ap_dev = to_ap_dev(dev); in ap_bus_match()
711 struct ap_device *ap_dev = to_ap_dev(dev); in ap_uevent()
730 struct ap_device *ap_dev = to_ap_dev(dev); in ap_bus_suspend()
765 struct ap_device *ap_dev = to_ap_dev(dev); in ap_bus_resume()
812 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_probe()
832 static void __ap_flush_queue(struct ap_device *ap_dev) in __ap_flush_queue()
848 void ap_flush_queue(struct ap_device *ap_dev) in ap_flush_queue()
858 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_remove()
1043 static int ap_probe_device_type(struct ap_device *ap_dev) in ap_probe_device_type()
1154 struct ap_device *ap_dev = to_ap_dev(dev); in ap_device_release()
1161 struct ap_device *ap_dev; in ap_scan_bus()
1314 static int ap_poll_read(struct ap_device *ap_dev, unsigned long *flags) in ap_poll_read()
1363 static int ap_poll_write(struct ap_device *ap_dev, unsigned long *flags) in ap_poll_write()
1411 static inline int ap_poll_queue(struct ap_device *ap_dev, unsigned long *flags) in ap_poll_queue()
1428 static int __ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg) in __ap_queue_message()
1469 void ap_queue_message(struct ap_device *ap_dev, struct ap_message *ap_msg) in ap_queue_message()
1504 void ap_cancel_message(struct ap_device *ap_dev, struct ap_message *ap_msg) in ap_cancel_message()
1542 static void ap_reset(struct ap_device *ap_dev) in ap_reset()
1559 static int __ap_poll_device(struct ap_device *ap_dev, unsigned long *flags) in __ap_poll_device()
1581 struct ap_device *ap_dev; in ap_poll_all()
1618 struct ap_device *ap_dev; in ap_poll_thread()
1689 struct ap_device *ap_dev = (struct ap_device *) data; in ap_request_timeout()