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()
752 struct urb *irq_out; /* urb for interrupt out report */1253 xpad->irq_out->transfer_buffer_length = init_packet->len; in xpad_prepare_next_out_packet() 1289 xpad->irq_out->transfer_buffer_length = packet->len; in xpad_try_sending_next_out_packet() 1303 usb_anchor_urb(xpad->irq_out, &xpad->irq_out_anchor); in xpad_irq_out() 1304 error = usb_submit_urb(xpad->irq_out, GFP_ATOMIC); in xpad_irq_out() 1309 usb_unanchor_urb(xpad->irq_out); in xpad_irq_out() 1382 xpad->irq_out = usb_alloc_urb(0, GFP_KERNEL); in xpad_stop_output() 1383 if (!xpad->irq_out) { in xpad_stop_output() 1388 usb_fill_int_urb(xpad->irq_out, xpad->udev,1392 xpad->irq_out in xpad_deinit_output() 727 struct urb *irq_out; /* urb for interrupt out report */ global() member [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()