Lines Matching defs: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() local
560 struct ap_queue *aq = to_ap_queue(dev); in request_count_store() local
574 struct ap_queue *aq = to_ap_queue(dev); in requestq_count_show() local
589 struct ap_queue *aq = to_ap_queue(dev); in pendingq_count_show() local
604 struct ap_queue *aq = to_ap_queue(dev); in reset_show() local
628 struct ap_queue *aq = to_ap_queue(dev); in reset_store() local
647 struct ap_queue *aq = to_ap_queue(dev); in interrupt_show() local
671 struct ap_queue *aq = to_ap_queue(dev); in config_show() local
685 struct ap_queue *aq = to_ap_queue(dev); in chkstop_show() local
699 struct ap_queue *aq = to_ap_queue(dev); in ap_functions_show() local
720 struct ap_queue *aq = to_ap_queue(dev); in states_show() local
778 struct ap_queue *aq = to_ap_queue(dev); in last_err_rc_show() local
852 struct ap_queue *aq = to_ap_queue(dev); in se_bind_show() local
885 struct ap_queue *aq = to_ap_queue(dev); in se_bind_store() local
980 struct ap_queue *aq = to_ap_queue(dev); in se_associate_show() local
1020 struct ap_queue *aq = to_ap_queue(dev); in se_associate_store() local
1103 struct ap_queue *aq = to_ap_queue(dev); in ap_queue_device_release() local
1114 struct ap_queue *aq; in ap_queue_create() local
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()