Lines Matching refs:at_response_ctx
218 struct at_context at_response_ctx; member
1232 if (ctx == &ohci->at_response_ctx) { in at_context_queue_packet()
1567 if (ctx == &ohci->at_response_ctx) { in handle_local_request()
2001 context_stop(&ohci->at_response_ctx.context); in handle_selfid_complete_event()
2010 at_context_flush(&ohci->at_response_ctx); in handle_selfid_complete_event()
2092 queue_work(ohci->card.async_wq, &ohci->at_response_ctx.work); in irq_handler()
2455 flush_work(&ohci->at_response_ctx.work); in ohci_disable()
2467 at_context_flush(&ohci->at_response_ctx); in ohci_disable()
2562 at_context_transmit(&ohci->at_response_ctx, packet); in ohci_send_response()
3661 err = context_init(&ohci->at_response_ctx.context, ohci, in pci_probe()
3665 INIT_WORK(&ohci->at_response_ctx.work, ohci_at_context_work); in pci_probe()