Lines Matching refs:ap_queue

20 static void __ap_flush_queue(struct ap_queue *aq);
26 static inline bool ap_q_supported_in_se(struct ap_queue *aq) in ap_q_supported_in_se()
31 static inline bool ap_q_supports_bind(struct ap_queue *aq) in ap_q_supports_bind()
36 static inline bool ap_q_supports_assoc(struct ap_queue *aq) in ap_q_supports_assoc()
41 static inline bool ap_q_needs_bind(struct ap_queue *aq) in ap_q_needs_bind()
55 static int ap_queue_enable_irq(struct ap_queue *aq, void *ind) in ap_queue_enable_irq()
108 static enum ap_sm_wait ap_sm_nop(struct ap_queue *aq) in ap_sm_nop()
120 static struct ap_queue_status ap_sm_recv(struct ap_queue *aq) in ap_sm_recv()
197 static enum ap_sm_wait ap_sm_read(struct ap_queue *aq) in ap_sm_read()
246 static enum ap_sm_wait ap_sm_write(struct ap_queue *aq) in ap_sm_write()
310 static enum ap_sm_wait ap_sm_read_write(struct ap_queue *aq) in ap_sm_read_write()
321 static enum ap_sm_wait ap_sm_reset(struct ap_queue *aq) in ap_sm_reset()
350 static enum ap_sm_wait ap_sm_reset_wait(struct ap_queue *aq) in ap_sm_reset_wait()
391 static enum ap_sm_wait ap_sm_setirq_wait(struct ap_queue *aq) in ap_sm_setirq_wait()
430 static enum ap_sm_wait ap_sm_assoc_wait(struct ap_queue *aq) in ap_sm_assoc_wait()
515 enum ap_sm_wait ap_sm_event(struct ap_queue *aq, enum ap_sm_event event) in ap_sm_event()
524 enum ap_sm_wait ap_sm_event_loop(struct ap_queue *aq, enum ap_sm_event event) in ap_sm_event_loop()
540 struct ap_queue *aq = to_ap_queue(dev); in request_count_show()
561 struct ap_queue *aq = to_ap_queue(dev); in request_count_store()
575 struct ap_queue *aq = to_ap_queue(dev); in requestq_count_show()
590 struct ap_queue *aq = to_ap_queue(dev); in pendingq_count_show()
605 struct ap_queue *aq = to_ap_queue(dev); in reset_show()
629 struct ap_queue *aq = to_ap_queue(dev); in reset_store()
648 struct ap_queue *aq = to_ap_queue(dev); in interrupt_show()
672 struct ap_queue *aq = to_ap_queue(dev); in config_show()
686 struct ap_queue *aq = to_ap_queue(dev); in chkstop_show()
700 struct ap_queue *aq = to_ap_queue(dev); in ap_functions_show()
721 struct ap_queue *aq = to_ap_queue(dev); in states_show()
779 struct ap_queue *aq = to_ap_queue(dev); in last_err_rc_show()
853 struct ap_queue *aq = to_ap_queue(dev); in se_bind_show()
886 struct ap_queue *aq = to_ap_queue(dev); in se_bind_store()
981 struct ap_queue *aq = to_ap_queue(dev); in se_associate_show()
1021 struct ap_queue *aq = to_ap_queue(dev); in se_associate_store()
1104 struct ap_queue *aq = to_ap_queue(dev); in ap_queue_device_release()
1113 struct ap_queue *ap_queue_create(ap_qid_t qid, struct ap_card *ac) in ap_queue_create()
1115 struct ap_queue *aq; in ap_queue_create()
1136 void ap_queue_init_reply(struct ap_queue *aq, struct ap_message *reply) in ap_queue_init_reply()
1151 int ap_queue_message(struct ap_queue *aq, struct ap_message *ap_msg) in ap_queue_message()
1187 bool ap_queue_usable(struct ap_queue *aq) in ap_queue_usable()
1233 void ap_cancel_message(struct ap_queue *aq, struct ap_message *ap_msg) in ap_cancel_message()
1258 static void __ap_flush_queue(struct ap_queue *aq) in __ap_flush_queue()
1277 void ap_flush_queue(struct ap_queue *aq) in ap_flush_queue()
1285 void ap_queue_prepare_remove(struct ap_queue *aq) in ap_queue_prepare_remove()
1296 void ap_queue_remove(struct ap_queue *aq) in ap_queue_remove()
1310 void _ap_queue_init_state(struct ap_queue *aq) in _ap_queue_init_state()
1319 void ap_queue_init_state(struct ap_queue *aq) in ap_queue_init_state()