Searched refs:irq_out (Results 1 – 7 of 7) sorted by relevance
147 goto irq_out; in platform_pci_probe()155 goto irq_out; in platform_pci_probe()162 irq_out: in platform_pci_probe()
720 struct urb *irq_out; /* urb for interrupt out report */ member1221 xpad->irq_out->transfer_buffer_length = init_packet->len; in xpad_prepare_next_init_packet()1257 xpad->irq_out->transfer_buffer_length = packet->len; in xpad_prepare_next_out_packet()1271 usb_anchor_urb(xpad->irq_out, &xpad->irq_out_anchor); in xpad_try_sending_next_out_packet()1272 error = usb_submit_urb(xpad->irq_out, GFP_ATOMIC); in xpad_try_sending_next_out_packet()1277 usb_unanchor_urb(xpad->irq_out); in xpad_try_sending_next_out_packet()1350 xpad->irq_out = usb_alloc_urb(0, GFP_KERNEL); in xpad_init_output()1351 if (!xpad->irq_out) { in xpad_init_output()1356 usb_fill_int_urb(xpad->irq_out, xpad->udev, in xpad_init_output()1360 xpad->irq_out->transfer_dma = xpad->odata_dma; in xpad_init_output()[all …]
337 bool irq_out; in xlnx_pmu_io_irq_update() local340 irq_out = !!s->regs[R_IRQ_PENDING]; in xlnx_pmu_io_irq_update()342 DB_PRINT("Setting IRQ output = %d\n", irq_out); in xlnx_pmu_io_irq_update()344 qemu_set_irq(s->parent_irq, irq_out); in xlnx_pmu_io_irq_update()
839 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()
1198 goto irq_out; in bq256xx_irq_handler_thread()1201 goto irq_out; in bq256xx_irq_handler_thread()1209 irq_out: in bq256xx_irq_handler_thread()
421 void ide_bus_init_output_irq(IDEBus *bus, qemu_irq irq_out);
2798 void ide_bus_init_output_irq(IDEBus *bus, qemu_irq irq_out) in ide_bus_init_output_irq() argument2806 bus->irq = irq_out; in ide_bus_init_output_irq()