Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/joystick/
Dxpad.c555 struct urb *irq_out; /* urb for interrupt out report */ member
962 xpad->irq_out->transfer_buffer_length = init_packet->len; in xpad_prepare_next_init_packet()
998 xpad->irq_out->transfer_buffer_length = packet->len; in xpad_prepare_next_out_packet()
1012 usb_anchor_urb(xpad->irq_out, &xpad->irq_out_anchor); in xpad_try_sending_next_out_packet()
1013 error = usb_submit_urb(xpad->irq_out, GFP_ATOMIC); in xpad_try_sending_next_out_packet()
1018 usb_unanchor_urb(xpad->irq_out); in xpad_try_sending_next_out_packet()
1091 xpad->irq_out = usb_alloc_urb(0, GFP_KERNEL); in xpad_init_output()
1092 if (!xpad->irq_out) { in xpad_init_output()
1097 usb_fill_int_urb(xpad->irq_out, xpad->udev, in xpad_init_output()
1101 xpad->irq_out->transfer_dma = xpad->odata_dma; in xpad_init_output()
[all …]
/Linux-v5.4/sound/pci/au88x0/
Dau88x0.c202 goto irq_out; in snd_vortex_create()
220 irq_out: in snd_vortex_create()
/Linux-v5.4/drivers/mmc/host/
Ds3cmci.c641 goto irq_out; in s3cmci_irq()
647 goto irq_out; in s3cmci_irq()
655 goto irq_out; in s3cmci_irq()
787 goto irq_out; in s3cmci_irq()
798 goto irq_out; in s3cmci_irq()
800 irq_out: in s3cmci_irq()