Lines Matching refs:irq_out
620 struct urb *irq_out; /* urb for interrupt out report */ member
1029 xpad->irq_out->transfer_buffer_length = init_packet->len; in xpad_prepare_next_init_packet()
1065 xpad->irq_out->transfer_buffer_length = packet->len; in xpad_prepare_next_out_packet()
1079 usb_anchor_urb(xpad->irq_out, &xpad->irq_out_anchor); in xpad_try_sending_next_out_packet()
1080 error = usb_submit_urb(xpad->irq_out, GFP_ATOMIC); in xpad_try_sending_next_out_packet()
1085 usb_unanchor_urb(xpad->irq_out); in xpad_try_sending_next_out_packet()
1158 xpad->irq_out = usb_alloc_urb(0, GFP_KERNEL); in xpad_init_output()
1159 if (!xpad->irq_out) { in xpad_init_output()
1164 usb_fill_int_urb(xpad->irq_out, xpad->udev, in xpad_init_output()
1168 xpad->irq_out->transfer_dma = xpad->odata_dma; in xpad_init_output()
1169 xpad->irq_out->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; in xpad_init_output()
1193 usb_free_urb(xpad->irq_out); in xpad_deinit_output()