Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/xen/
Dplatform-pci.c147 goto irq_out; in platform_pci_probe()
155 goto irq_out; in platform_pci_probe()
162 irq_out: in platform_pci_probe()
/linux-6.12.1/drivers/input/joystick/
Dxpad.c722 struct urb *irq_out; /* urb for interrupt out report */ member
1223 xpad->irq_out->transfer_buffer_length = init_packet->len; in xpad_prepare_next_init_packet()
1259 xpad->irq_out->transfer_buffer_length = packet->len; in xpad_prepare_next_out_packet()
1273 usb_anchor_urb(xpad->irq_out, &xpad->irq_out_anchor); in xpad_try_sending_next_out_packet()
1274 error = usb_submit_urb(xpad->irq_out, GFP_ATOMIC); in xpad_try_sending_next_out_packet()
1279 usb_unanchor_urb(xpad->irq_out); in xpad_try_sending_next_out_packet()
1352 xpad->irq_out = usb_alloc_urb(0, GFP_KERNEL); in xpad_init_output()
1353 if (!xpad->irq_out) { in xpad_init_output()
1358 usb_fill_int_urb(xpad->irq_out, xpad->udev, in xpad_init_output()
1362 xpad->irq_out->transfer_dma = xpad->odata_dma; in xpad_init_output()
[all …]
/linux-6.12.1/drivers/power/supply/
Dbq25980_charger.c839 goto irq_out; in bq25980_irq_handler_thread()
842 goto irq_out; in bq25980_irq_handler_thread()
850 irq_out: in bq25980_irq_handler_thread()
Dbq256xx_charger.c1190 goto irq_out; in bq256xx_irq_handler_thread()
1193 goto irq_out; in bq256xx_irq_handler_thread()
1201 irq_out: in bq256xx_irq_handler_thread()