Searched refs:handled (Results 176 - 200 of 299) sorted by relevance

1234567891011>>

/linux-master/drivers/ntb/hw/idt/
H A Dntb_hw_idt.c2113 * handled by clearing of corresponding NTINTSTS bit.
2204 bool handled = false; local
2213 handled = true;
2219 handled = true;
2225 handled = true;
2228 dev_dbg(&ndev->ntb.pdev->dev, "IDT IRQs 0x%08x handled", ntint_sts);
2230 return handled ? IRQ_HANDLED : IRQ_NONE;
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.c1710 unsigned int frame, handled = 0; local
1727 handled = 1;
1740 handled = IRQ_HANDLED;
1744 if (handled == IRQ_HANDLED) {
1749 return handled;
/linux-master/drivers/media/i2c/
H A Dadv7842.c2202 static void adv7842_cec_isr(struct v4l2_subdev *sd, bool *handled) argument
2233 if (handled)
2234 *handled = true;
2358 static int adv7842_isr(struct v4l2_subdev *sd, u32 status, bool *handled) argument
2416 if (handled)
2417 *handled = true;
2425 if (handled)
2426 *handled = true;
2431 adv7842_cec_isr(sd, handled);
2438 if (handled)
[all...]
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c466 * single AXI transaction but the next 188 bytes will be handled
843 * Check whether trb has been handled by DMA.
847 * Returns false if request has not been handled by DMA, else returns true.
868 * At below two cases, the request have been handled.
885 int handled = 0; local
926 handled = 1;
932 handled = 1;
938 handled = 1;
940 handled = 1;
944 trace_cdns2_request_handled(preq, current_index, handled);
[all...]
/linux-master/drivers/usb/cdns3/
H A Dcdns3-gadget.c34 * in correct order. If the first packet in the buffer will not be handled,
1447 * cdns3_trb_handled - check whether trb has been handled by DMA
1454 * Returns false if request has not been handled by DMA, else returns true.
1475 * At below two cases, the request have been handled.
1491 int handled = 0; local
1525 handled = 1;
1531 handled = 1;
1537 handled = 1;
1539 handled = 1;
1543 trace_cdns3_request_handled(priv_req, current_index, handled);
[all...]
/linux-master/arch/x86/kvm/
H A Dxen.c1624 bool handled = false; local
1659 * are permitted in guest userspace can be handled by the VMM.
1668 handled = true;
1673 handled = kvm_xen_hcall_evtchn_send(vcpu, params[1], &r);
1676 handled = kvm_xen_hcall_sched_op(vcpu, longmode, params[0],
1680 handled = kvm_xen_hcall_vcpu_op(vcpu, longmode, params[0], params[1],
1688 handled = kvm_xen_hcall_set_timer_op(vcpu, timeout, &r);
1695 if (handled)
/linux-master/drivers/usb/host/
H A Disp1362-hcd.c1009 int handled = 0; local
1031 handled = 1;
1051 handled = 1;
1065 handled = 1;
1100 handled = 1;
1126 handled = 1;
1152 handled = 1;
1157 handled = 1;
1165 handled = 1;
1178 return IRQ_RETVAL(handled);
[all...]
/linux-master/drivers/pcmcia/
H A Di82365.c836 int handled = 0; local
845 handled = 1;
875 return IRQ_RETVAL(handled);
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-core.c349 * I2C interrupt masking is handled by the I2C objects themselves. */
1208 int i, handled = 0; local
1222 handled += cx25821_video_irq(dev, i,
1230 return IRQ_RETVAL(handled);
/linux-master/drivers/net/hamradio/
H A Dyam.c735 int handled = 0; local
749 handled = 1;
776 return IRQ_RETVAL(handled);
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-core.c503 int loop, handled = 0; local
527 handled = 1;
621 return IRQ_RETVAL(handled);
/linux-master/drivers/net/ethernet/i825xx/
H A D82596.c1235 int handled = 0; local
1266 handled = 1;
1385 return IRQ_RETVAL(handled);
/linux-master/drivers/ata/
H A Dsata_fsl.c1284 unsigned handled = 0; local
1306 handled = 1;
1310 return IRQ_RETVAL(handled);
/linux-master/drivers/tty/serial/8250/
H A D8250_core.c113 int pass_counter = 0, handled = 0; local
128 handled = 1;
143 return IRQ_RETVAL(handled);
H A D8250_bcm7271.c783 int handled = 0; local
813 handled = 1;
816 if (handled)
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-msm.c54 * @skip_wake_irqs: Skip IRQs that are handled by wakeup interrupt controller
951 * msm_gpio_update_dual_edge_parent() - Prime next edge for IRQs handled by parent.
955 * normally handled by the parent irqchip. The logic here is slightly
1313 int handled = 0; local
1328 handled++;
1333 if (handled == 0)
/linux-master/drivers/perf/
H A Darm-cci.c1028 int idx, handled = IRQ_NONE; local
1055 handled = IRQ_HANDLED;
1062 return IRQ_RETVAL(handled);
/linux-master/drivers/perf/arm_cspmu/
H A Darm_cspmu.c1042 bool handled = false; local
1063 handled = true;
1068 return IRQ_RETVAL(handled);
/linux-master/sound/pci/hda/
H A Dhda_controller.c1075 bool active, handled = false; local
1094 handled = true;
1122 return IRQ_RETVAL(handled);
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c1350 unsigned int handled = 1; local
1369 handled = 0;
1385 handled = 0;
1468 return IRQ_RETVAL(handled);
/linux-master/arch/arc/kernel/
H A Dentry-compact.S199 ; (Kernel mode memory errors handled via separate exception vectors)
/linux-master/include/drm/display/
H A Ddrm_dp_mst_helper.h827 bool *handled);
/linux-master/drivers/nvme/host/
H A Dapple.c661 bool handled = false; local
666 handled = true;
668 handled = true;
671 if (handled)
/linux-master/drivers/tty/serial/
H A Dpch_uart.c1006 unsigned int handled; local
1014 handled = 0;
1070 handled |= (unsigned int)ret;
1074 return IRQ_RETVAL(handled);
/linux-master/arch/x86/events/intel/
H A Dcore.c2963 int handled = 0; local
3005 handled++;
3025 handled++;
3034 handled++;
3048 handled++;
3065 return handled;
3079 int handled; local
3100 handled = intel_pmu_drain_bts_buffer();
3101 handled += intel_bts_interrupt();
3122 handled
[all...]

Completed in 280 milliseconds

1234567891011>>