Home
last modified time | relevance | path

Searched refs:irq_out (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/input/joystick/
H A Dxpad.c764 struct urb *irq_out; /* urb for interrupt out report */ member
1291 xpad->irq_out->transfer_buffer_length = init_packet->len; in xpad_prepare_next_init_packet()
1327 xpad->irq_out->transfer_buffer_length = packet->len; in xpad_prepare_next_out_packet()
1341 usb_anchor_urb(xpad->irq_out, &xpad->irq_out_anchor); in xpad_try_sending_next_out_packet()
1342 error = usb_submit_urb(xpad->irq_out, GFP_ATOMIC); in xpad_try_sending_next_out_packet()
1348 usb_unanchor_urb(xpad->irq_out); in xpad_try_sending_next_out_packet()
1418 xpad->irq_out = usb_alloc_urb(0, GFP_KERNEL); in xpad_init_output()
1419 if (!xpad->irq_out) { in xpad_init_output()
1424 usb_fill_int_urb(xpad->irq_out, xpad->udev, in xpad_init_output()
1428 xpad->irq_out->transfer_dma = xpad->odata_dma; in xpad_init_output()
[all …]