[go: nahoru, domu]

Searched defs:handled (Results 1 - 25 of 196) sorted by relevance

12345678

/drivers/media/pci/cx23885/
H A Dcx23885-av.c27 bool handled; local
30 PCI_MSK_AV_CORE, &handled);
32 /* Getting here with the interrupt not handled
35 if (!handled) {
H A Dcx23885-vbi.c81 int handled = 0; local
89 handled++;
92 return handled;
/drivers/gpu/host1x/
H A Djob.h27 bool handled; member in struct:host1x_job_gather
/drivers/gpu/drm/mga/
H A Dmga_irq.c55 int handled = 0; local
64 handled = 1;
83 handled = 1;
86 if (handled)
/drivers/input/serio/
H A Drpckbd.c65 int handled = IRQ_NONE; local
71 handled = IRQ_HANDLED;
73 return handled;
H A Daltera_ps2.c40 irqreturn_t handled = IRQ_NONE; local
44 handled = IRQ_HANDLED;
47 return handled;
H A Dambakmi.c43 int handled = IRQ_NONE; local
48 handled = IRQ_HANDLED;
51 return handled;
H A Dpcips2.c65 int handled = 0; local
73 handled = 1;
85 return IRQ_RETVAL(handled);
/drivers/staging/comedi/drivers/
H A Damplc_pc236_common.c134 bool handled; local
136 handled = pc236_intr_check(dev);
137 if (dev->attached && handled) {
142 return IRQ_RETVAL(handled);
/drivers/misc/cb710/
H A Dcore.c72 irqreturn_t handled = IRQ_NONE; local
80 handled = IRQ_HANDLED;
85 return handled;
/drivers/xen/xen-pciback/
H A Dconf_space.c210 int err = 0, handled = 0; local
248 /* handled is set true here, but not every byte
250 * every byte is handled is unnecessary as the
254 handled = 1;
258 if (!handled && !err) {
259 /* By default, anything not specificially handled above is
261 * that anything not specifically handled above is writable.
H A Dpciback.h50 unsigned long handled; member in struct:xen_pcibk_dev_data
/drivers/base/regmap/
H A Dregmap-irq.c195 bool handled = false; local
288 handled = true;
295 if (handled)
/drivers/gpu/drm/gma500/
H A Dpsb_irq.c261 int handled = 0; local
285 handled = 1;
292 handled = 1;
298 handled = dev_priv->ops->hotplug(dev);
306 if (!handled)
/drivers/gpu/drm/via/
H A Dvia_irq.c112 int handled = 0; local
135 handled = 1;
142 handled = 1;
155 if (handled)
/drivers/irqchip/
H A Dirq-versatile-fpga.c88 * if we've handled at least one interrupt. This does a single read of the
93 int handled = 0; local
100 handled = 1;
103 return handled;
112 int i, handled; local
115 for (i = 0, handled = 0; i < fpga_irq_id; ++i)
116 handled |= handle_one_fpga(&fpga_irq_devices[i], regs);
117 } while (handled);
/drivers/macintosh/
H A Dmacio-adb.c209 int handled = 0; local
213 handled = 1;
234 handled = 1;
273 return IRQ_RETVAL(handled);
/drivers/media/pci/cx25821/
H A Dcx25821-audio-upstream.c516 int handled = 0; local
528 handled = cx25821_audio_upstream_irq(dev,
532 if (handled < 0)
535 handled += handled;
537 return IRQ_RETVAL(handled);
/drivers/media/platform/marvell-ccic/
H A Dmmp-driver.c308 unsigned int irqs, handled; local
312 handled = mccic_irq(mcam, irqs);
314 return IRQ_RETVAL(handled);
/drivers/mfd/
H A Dlp8788-irq.c115 bool handled; local
128 handled = true;
132 return handled ? IRQ_HANDLED : IRQ_NONE;
/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c534 unsigned int handled = 0; local
540 handled = phy_interrupt (dev);
543 return IRQ_RETVAL(handled);
/drivers/pcmcia/
H A Di82092.c299 int handled = 0; local
323 handled = 1;
351 return IRQ_RETVAL(handled);
H A Dpd6729.c178 int handled = 0; local
199 handled = 1;
232 return IRQ_RETVAL(handled);
/drivers/usb/musb/
H A Dmusb_gadget_ep0.c80 int handled = 1; local
126 handled = -EINVAL;
144 handled = 0;
149 if (handled > 0) {
157 return handled;
174 int handled = 0; /* not handled */ local
180 handled = service_tx_status_request(musb,
190 return handled;
220 * always handled her
230 int handled = -EINVAL; variable
801 int handled = 0; local
[all...]
/drivers/ata/
H A Dsata_vsc.c238 int handled = 0; local
247 handled = ata_bmdma_port_intr(ap, qc);
254 if (unlikely(!handled))
268 unsigned int handled = 0; local
286 handled++;
292 return IRQ_RETVAL(handled);

Completed in 448 milliseconds

12345678