Lines Matching refs:ap_queue
19 static void __ap_flush_queue(struct ap_queue *aq);
25 static inline bool ap_q_supported_in_se(struct ap_queue *aq) in ap_q_supported_in_se()
30 static inline bool ap_q_supports_bind(struct ap_queue *aq) in ap_q_supports_bind()
35 static inline bool ap_q_supports_assoc(struct ap_queue *aq) in ap_q_supports_assoc()
40 static inline bool ap_q_needs_bind(struct ap_queue *aq) in ap_q_needs_bind()
54 static int ap_queue_enable_irq(struct ap_queue *aq, void *ind) in ap_queue_enable_irq()
107 static enum ap_sm_wait ap_sm_nop(struct ap_queue *aq) in ap_sm_nop()
119 static struct ap_queue_status ap_sm_recv(struct ap_queue *aq) in ap_sm_recv()
196 static enum ap_sm_wait ap_sm_read(struct ap_queue *aq) in ap_sm_read()
245 static enum ap_sm_wait ap_sm_write(struct ap_queue *aq) in ap_sm_write()
309 static enum ap_sm_wait ap_sm_read_write(struct ap_queue *aq) in ap_sm_read_write()
320 static enum ap_sm_wait ap_sm_reset(struct ap_queue *aq) in ap_sm_reset()
349 static enum ap_sm_wait ap_sm_reset_wait(struct ap_queue *aq) in ap_sm_reset_wait()
390 static enum ap_sm_wait ap_sm_setirq_wait(struct ap_queue *aq) in ap_sm_setirq_wait()
429 static enum ap_sm_wait ap_sm_assoc_wait(struct ap_queue *aq) in ap_sm_assoc_wait()
514 enum ap_sm_wait ap_sm_event(struct ap_queue *aq, enum ap_sm_event event) in ap_sm_event()
523 enum ap_sm_wait ap_sm_event_loop(struct ap_queue *aq, enum ap_sm_event event) in ap_sm_event_loop()
539 struct ap_queue *aq = to_ap_queue(dev); in request_count_show()
560 struct ap_queue *aq = to_ap_queue(dev); in request_count_store()
574 struct ap_queue *aq = to_ap_queue(dev); in requestq_count_show()
589 struct ap_queue *aq = to_ap_queue(dev); in pendingq_count_show()
604 struct ap_queue *aq = to_ap_queue(dev); in reset_show()
628 struct ap_queue *aq = to_ap_queue(dev); in reset_store()
647 struct ap_queue *aq = to_ap_queue(dev); in interrupt_show()
671 struct ap_queue *aq = to_ap_queue(dev); in config_show()
685 struct ap_queue *aq = to_ap_queue(dev); in chkstop_show()
699 struct ap_queue *aq = to_ap_queue(dev); in ap_functions_show()
720 struct ap_queue *aq = to_ap_queue(dev); in states_show()
778 struct ap_queue *aq = to_ap_queue(dev); in last_err_rc_show()
852 struct ap_queue *aq = to_ap_queue(dev); in se_bind_show()
885 struct ap_queue *aq = to_ap_queue(dev); in se_bind_store()
980 struct ap_queue *aq = to_ap_queue(dev); in se_associate_show()
1020 struct ap_queue *aq = to_ap_queue(dev); in se_associate_store()
1103 struct ap_queue *aq = to_ap_queue(dev); in ap_queue_device_release()
1112 struct ap_queue *ap_queue_create(ap_qid_t qid, struct ap_card *ac) in ap_queue_create()
1114 struct ap_queue *aq; in ap_queue_create()
1135 void ap_queue_init_reply(struct ap_queue *aq, struct ap_message *reply) in ap_queue_init_reply()
1150 int ap_queue_message(struct ap_queue *aq, struct ap_message *ap_msg) in ap_queue_message()
1186 bool ap_queue_usable(struct ap_queue *aq) in ap_queue_usable()
1232 void ap_cancel_message(struct ap_queue *aq, struct ap_message *ap_msg) in ap_cancel_message()
1257 static void __ap_flush_queue(struct ap_queue *aq) in __ap_flush_queue()
1276 void ap_flush_queue(struct ap_queue *aq) in ap_flush_queue()
1284 void ap_queue_prepare_remove(struct ap_queue *aq) in ap_queue_prepare_remove()
1295 void ap_queue_remove(struct ap_queue *aq) in ap_queue_remove()
1309 void _ap_queue_init_state(struct ap_queue *aq) in _ap_queue_init_state()
1318 void ap_queue_init_state(struct ap_queue *aq) in ap_queue_init_state()