Home
last modified time | relevance | path

Searched refs:handled (Results 1 – 200 of 504) sorted by relevance

123

/linux-4.4.14/arch/powerpc/kernel/
Dmce_power.c117 long handled = 1; in mce_handle_derror() local
137 handled = 0; in mce_handle_derror()
139 return handled; in mce_handle_derror()
149 long handled = 0; in mce_handle_common_ierror() local
158 handled = 1; in mce_handle_common_ierror()
163 handled = 1; in mce_handle_common_ierror()
170 return handled; in mce_handle_common_ierror()
175 long handled = 0; in mce_handle_ierror_p7() local
177 handled = mce_handle_common_ierror(srr1); in mce_handle_ierror_p7()
181 handled = 1; in mce_handle_ierror_p7()
[all …]
Dmce.c71 void save_mce_event(struct pt_regs *regs, long handled, in save_mce_event() argument
95 if (handled) in save_mce_event()
/linux-4.4.14/include/trace/events/
Dnmi.h12 TP_PROTO(void *handler, s64 delta_ns, int handled),
14 TP_ARGS(handler, delta_ns, handled),
19 __field( int, handled )
25 __entry->handled = handled;
31 __entry->handled)
/linux-4.4.14/drivers/usb/musb/
Dmusb_gadget_ep0.c80 int handled = 1; in service_tx_status_request() local
126 handled = -EINVAL; in service_tx_status_request()
144 handled = 0; in service_tx_status_request()
149 if (handled > 0) { in service_tx_status_request()
157 return handled; in service_tx_status_request()
174 int handled = 0; /* not handled */ in service_in_request() local
180 handled = service_tx_status_request(musb, in service_in_request()
190 return handled; in service_in_request()
230 int handled = -EINVAL; in service_zero_data_request() local
242 handled = 1; in service_zero_data_request()
[all …]
Dmusb_core.c542 irqreturn_t handled = IRQ_NONE; in musb_stage0_irq() local
552 handled = IRQ_HANDLED; in musb_stage0_irq()
642 handled = IRQ_HANDLED; in musb_stage0_irq()
713 handled = IRQ_HANDLED; in musb_stage0_irq()
719 handled = IRQ_HANDLED; in musb_stage0_irq()
775 handled = IRQ_HANDLED; in musb_stage0_irq()
834 handled = IRQ_HANDLED; in musb_stage0_irq()
879 handled = IRQ_HANDLED; in musb_stage0_irq()
950 handled = IRQ_HANDLED; in musb_stage0_irq()
978 return handled; in musb_stage0_irq()
/linux-4.4.14/arch/x86/kernel/
Dnmi.c117 int handled=0; in nmi_handle() local
133 handled += thishandled; in nmi_handle()
147 return handled; in nmi_handle()
279 int handled; in unknown_nmi_error() local
287 handled = nmi_handle(NMI_UNKNOWN, regs); in unknown_nmi_error()
288 if (handled) { in unknown_nmi_error()
289 __this_cpu_add(nmi_stats.unknown, handled); in unknown_nmi_error()
312 int handled; in default_do_nmi() local
335 handled = nmi_handle(NMI_LOCAL, regs); in default_do_nmi()
336 __this_cpu_add(nmi_stats.normal, handled); in default_do_nmi()
[all …]
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv_ras.c72 long handled = 1; in kvmppc_realmode_mc_power7() local
92 handled = 0; in kvmppc_realmode_mc_power7()
108 handled = 0; in kvmppc_realmode_mc_power7()
125 handled = 1; in kvmppc_realmode_mc_power7()
136 return handled; in kvmppc_realmode_mc_power7()
/linux-4.4.14/drivers/irqchip/
Dirq-versatile-fpga.c93 int handled = 0; in handle_one_fpga() local
100 handled = 1; in handle_one_fpga()
103 return handled; in handle_one_fpga()
112 int i, handled; in fpga_handle_irq() local
115 for (i = 0, handled = 0; i < fpga_irq_id; ++i) in fpga_handle_irq()
116 handled |= handle_one_fpga(&fpga_irq_devices[i], regs); in fpga_handle_irq()
117 } while (handled); in fpga_handle_irq()
Dirq-vic.c217 int handled = 0; in handle_one_vic() local
222 handled = 1; in handle_one_vic()
225 return handled; in handle_one_vic()
250 int i, handled; in vic_handle_irq() local
253 for (i = 0, handled = 0; i < vic_id; ++i) in vic_handle_irq()
254 handled |= handle_one_vic(&vic_devices[i], regs); in vic_handle_irq()
255 } while (handled); in vic_handle_irq()
/linux-4.4.14/arch/metag/kernel/
Dkick.c74 int handled = 0; in kick_handler() local
97 ret = kh->func(State, SigNum, Triggers, Inst, pTBI, &handled); in kick_handler()
98 if (handled) in kick_handler()
104 WARN_ON(!handled); in kick_handler()
Dsmp.c526 int handled = 0; in do_IPI() local
537 handled = 1; in do_IPI()
556 return handled; in do_IPI()
619 int Inst, PTBI pTBI, int *handled) in ipi_handler() argument
621 *handled = do_IPI(); in ipi_handler()
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-av.c27 bool handled; in cx23885_av_work_handler() local
30 PCI_MSK_AV_CORE, &handled); in cx23885_av_work_handler()
35 if (!handled) { in cx23885_av_work_handler()
Dcx23885-core.c1556 int handled = 0; in cx23885_irq_417() local
1559 return handled; in cx23885_irq_417()
1601 handled = 1; in cx23885_irq_417()
1604 return handled; in cx23885_irq_417()
1610 int handled = 0; in cx23885_irq_ts() local
1652 handled = 1; in cx23885_irq_ts()
1655 return handled; in cx23885_irq_ts()
1668 int vida_count = 0, ts1_count = 0, ts2_count = 0, handled = 0; in cx23885_irq() local
1767 handled += netup_ci_slot_status(dev, pci_status); in cx23885_irq()
1771 handled += altera_ci_irq(dev); in cx23885_irq()
[all …]
Dcx23885-vbi.c81 int handled = 0; in cx23885_vbi_irq() local
89 handled++; in cx23885_vbi_irq()
92 return handled; in cx23885_vbi_irq()
Dcx23888-ir.c530 bool *handled) in cx23888_ir_irq_handler() argument
555 *handled = false; in cx23888_ir_irq_handler()
584 *handled = true; in cx23888_ir_irq_handler()
614 *handled = true; in cx23888_ir_irq_handler()
644 *handled = true; in cx23888_ir_irq_handler()
Dcx23885-video.c1008 int handled = 0; in cx23885_video_irq() local
1012 return handled; in cx23885_video_irq()
1047 handled++; in cx23885_video_irq()
1051 handled += cx23885_vbi_irq(dev, status); in cx23885_video_irq()
1053 return handled; in cx23885_video_irq()
/linux-4.4.14/drivers/regulator/
Dda9210-regulator.c128 unsigned int val, handled = 0; in da9210_irq_handler() local
139 handled |= DA9210_E_OVCURR; in da9210_irq_handler()
145 handled |= DA9210_E_NPWRGOOD; in da9210_irq_handler()
150 handled |= val & (DA9210_E_TEMP_WARN | DA9210_E_TEMP_CRIT); in da9210_irq_handler()
156 handled |= DA9210_E_VMAX; in da9210_irq_handler()
158 if (handled) { in da9210_irq_handler()
160 error = regmap_write(chip->regmap, DA9210_REG_EVENT_B, handled); in da9210_irq_handler()
Dda9062-regulator.c698 int handled = IRQ_NONE; in da9062_ldo_lim_event() local
716 handled = IRQ_HANDLED; in da9062_ldo_lim_event()
721 return handled; in da9062_ldo_lim_event()
/linux-4.4.14/drivers/gpu/drm/mga/
Dmga_irq.c55 int handled = 0; in mga_driver_irq_handler() local
64 handled = 1; in mga_driver_irq_handler()
83 handled = 1; in mga_driver_irq_handler()
86 if (handled) in mga_driver_irq_handler()
/linux-4.4.14/Documentation/trace/
Devents-nmi.txt39 …>-0 [000] d.h3 505.397558: nmi_handler: perf_event_nmi_handler() delta_ns: 3236765 handled: 1
40 …>-0 [000] d.h3 505.805893: nmi_handler: perf_event_nmi_handler() delta_ns: 3174234 handled: 1
41 …>-0 [000] d.h3 506.158206: nmi_handler: perf_event_nmi_handler() delta_ns: 3084642 handled: 1
42 …>-0 [000] d.h3 506.334346: nmi_handler: perf_event_nmi_handler() delta_ns: 3080351 handled: 1
/linux-4.4.14/drivers/media/i2c/
Dtc358743.c912 bool *handled) in tc358743_hdmi_audio_int_handler() argument
925 static void tc358743_csi_err_int_handler(struct v4l2_subdev *sd, bool *handled) in tc358743_csi_err_int_handler() argument
933 bool *handled) in tc358743_hdmi_misc_int_handler() argument
954 if (handled) in tc358743_hdmi_misc_int_handler()
955 *handled = true; in tc358743_hdmi_misc_int_handler()
965 bool *handled) in tc358743_hdmi_cbit_int_handler() argument
981 if (handled) in tc358743_hdmi_cbit_int_handler()
982 *handled = true; in tc358743_hdmi_cbit_int_handler()
992 if (handled) in tc358743_hdmi_cbit_int_handler()
993 *handled = true; in tc358743_hdmi_cbit_int_handler()
[all …]
/linux-4.4.14/drivers/staging/comedi/drivers/
Damplc_pc236_common.c134 bool handled; in pc236_interrupt() local
136 handled = pc236_intr_check(dev); in pc236_interrupt()
137 if (dev->attached && handled) { in pc236_interrupt()
141 return IRQ_RETVAL(handled); in pc236_interrupt()
Dpcmuio.c373 int handled = 0; in pcmuio_interrupt() local
376 handled += pcmuio_handle_asic_interrupt(dev, 0); in pcmuio_interrupt()
378 handled += pcmuio_handle_asic_interrupt(dev, 1); in pcmuio_interrupt()
380 return handled ? IRQ_HANDLED : IRQ_NONE; in pcmuio_interrupt()
Ddt282x.c503 int handled = 0; in dt282x_interrupt() local
518 handled = 1; in dt282x_interrupt()
525 handled = 1; in dt282x_interrupt()
530 handled = 1; in dt282x_interrupt()
551 handled = 1; in dt282x_interrupt()
557 return IRQ_RETVAL(handled); in dt282x_interrupt()
Damplc_dio200_common.c483 int handled; in dio200_interrupt() local
488 handled = dio200_handle_read_intr(dev, s); in dio200_interrupt()
490 return IRQ_RETVAL(handled); in dio200_interrupt()
/linux-4.4.14/kernel/irq/
Dspurious.c314 int handled; in note_interrupt() local
339 handled = atomic_read(&desc->threads_handled); in note_interrupt()
340 handled |= SPURIOUS_DEFERRED; in note_interrupt()
341 if (handled != desc->threads_handled_last) { in note_interrupt()
351 desc->threads_handled_last = handled; in note_interrupt()
/linux-4.4.14/arch/mips/oprofile/
Dop_model_loongson3.c137 uint32_t cause, handled = IRQ_NONE; in loongson3_perfcount_handler() local
142 return handled; in loongson3_perfcount_handler()
166 handled = IRQ_HANDLED; in loongson3_perfcount_handler()
168 return handled; in loongson3_perfcount_handler()
Dop_model_mipsxx.c247 int handled = IRQ_NONE; in mipsxx_perfcount_handler() local
250 return handled; in mipsxx_perfcount_handler()
261 handled = IRQ_HANDLED; \ in mipsxx_perfcount_handler()
269 return handled; in mipsxx_perfcount_handler()
/linux-4.4.14/drivers/ata/
Dsata_qstor.c373 unsigned int handled = 0; in qs_intr_pkt() local
393 handled = 1; in qs_intr_pkt()
410 return handled; in qs_intr_pkt()
415 unsigned int handled = 0, port_no; in qs_intr_mmio() local
434 handled = 1; in qs_intr_mmio()
441 handled |= ata_sff_port_intr(ap, qc); in qs_intr_mmio()
443 return handled; in qs_intr_mmio()
449 unsigned int handled = 0; in qs_intr() local
455 handled = qs_intr_pkt(host) | qs_intr_mmio(host); in qs_intr()
460 return IRQ_RETVAL(handled); in qs_intr()
Dsata_vsc.c238 int handled = 0; in vsc_port_intr() local
247 handled = ata_bmdma_port_intr(ap, qc); in vsc_port_intr()
254 if (unlikely(!handled)) in vsc_port_intr()
268 unsigned int handled = 0; in vsc_sata_interrupt() local
286 handled++; in vsc_sata_interrupt()
292 return IRQ_RETVAL(handled); in vsc_sata_interrupt()
Dpdc_adma.c427 unsigned int handled = 0, port_no; in adma_intr_pkt() local
438 handled = 1; in adma_intr_pkt()
472 return handled; in adma_intr_pkt()
477 unsigned int handled = 0, port_no; in adma_intr_mmio() local
511 handled = 1; in adma_intr_mmio()
514 return handled; in adma_intr_mmio()
520 unsigned int handled = 0; in adma_intr() local
525 handled = adma_intr_pkt(host) | adma_intr_mmio(host); in adma_intr()
530 return IRQ_RETVAL(handled); in adma_intr()
Dsata_dwc_460ex.c462 int handled, num_processed, port = 0; in sata_dwc_isr() local
481 handled = 1; in sata_dwc_isr()
505 handled = 1; in sata_dwc_isr()
525 handled = 1; in sata_dwc_isr()
536 handled = 1; in sata_dwc_isr()
563 handled = 1; in sata_dwc_isr()
570 handled = 1; in sata_dwc_isr()
625 handled = 1; in sata_dwc_isr()
665 handled = 1; in sata_dwc_isr()
669 return IRQ_RETVAL(handled); in sata_dwc_isr()
Dsata_sx4.c711 unsigned int handled = 0; in pdc20621_host_intr() local
739 handled = 1; in pdc20621_host_intr()
766 handled = 1; in pdc20621_host_intr()
775 handled = 1; in pdc20621_host_intr()
781 return handled; in pdc20621_host_intr()
795 unsigned int handled = 0; in pdc20621_interrupt() local
839 handled += pdc20621_host_intr(ap, qc, (i > 4), in pdc20621_interrupt()
850 return IRQ_RETVAL(handled); in pdc20621_interrupt()
Dsata_nv.c907 int i, handled = 0; in nv_adma_interrupt() local
926 handled += nv_host_intr(ap, irq_stat); in nv_adma_interrupt()
940 handled += nv_host_intr(ap, irq_stat); in nv_adma_interrupt()
966 handled++; /* irq handled if we got here */ in nv_adma_interrupt()
1037 return IRQ_RETVAL(handled); in nv_adma_interrupt()
1480 unsigned int handled = 0; in nv_generic_interrupt() local
1491 handled += ata_bmdma_port_intr(ap, qc); in nv_generic_interrupt()
1503 return IRQ_RETVAL(handled); in nv_generic_interrupt()
1508 int i, handled = 0; in nv_do_interrupt() local
1511 handled += nv_host_intr(host->ports[i], irq_stat); in nv_do_interrupt()
[all …]
Dsata_rcar.c710 int handled = 0; in sata_rcar_ata_interrupt() local
714 handled |= ata_bmdma_port_intr(ap, qc); in sata_rcar_ata_interrupt()
717 if (!handled) in sata_rcar_ata_interrupt()
726 unsigned int handled = 0; in sata_rcar_interrupt() local
748 handled = 1; in sata_rcar_interrupt()
752 return IRQ_RETVAL(handled); in sata_rcar_interrupt()
Dsata_promise.c894 unsigned int handled = 0; in pdc_host_intr() local
916 handled = 1; in pdc_host_intr()
923 return handled; in pdc_host_intr()
939 unsigned int handled = 0; in pdc_interrupt() local
997 ++handled; in pdc_interrupt()
1008 handled += pdc_host_intr(ap, qc); in pdc_interrupt()
1016 return IRQ_RETVAL(handled); in pdc_interrupt()
Dpata_octeon_cf.c685 unsigned int handled = 0; in octeon_cf_interrupt() local
712 handled = 1; in octeon_cf_interrupt()
738 handled = 1; in octeon_cf_interrupt()
740 handled |= octeon_cf_dma_finished(ap, qc); in octeon_cf_interrupt()
745 return IRQ_RETVAL(handled); in octeon_cf_interrupt()
Dsata_sil.c525 int handled = 0; in sil_interrupt() local
543 handled = 1; in sil_interrupt()
548 return IRQ_RETVAL(handled); in sil_interrupt()
Dlibata-sff.c1601 unsigned int handled, idle, polling; in __ata_sff_interrupt() local
1608 handled = idle = polling = 0; in __ata_sff_interrupt()
1616 handled |= port_intr(ap, qc); in __ata_sff_interrupt()
1628 if (!handled && !retried) { in __ata_sff_interrupt()
1664 return IRQ_RETVAL(handled); in __ata_sff_interrupt()
2842 unsigned int handled; in ata_bmdma_port_intr() local
2864 handled = __ata_sff_port_intr(ap, qc, bmdma_stopped); in ata_bmdma_port_intr()
2869 return handled; in ata_bmdma_port_intr()
Dsata_inic162x.c418 int i, handled = 0; in inic_interrupt() local
430 handled++; in inic_interrupt()
436 return IRQ_RETVAL(handled); in inic_interrupt()
/linux-4.4.14/arch/arm/mach-imx/
Dtzic.c132 int i, irqofs, handled; in tzic_handle_irq() local
135 handled = 0; in tzic_handle_irq()
142 handled = 1; in tzic_handle_irq()
148 } while (handled); in tzic_handle_irq()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dbase.c33 bool handled = false; in nvkm_sw_mthd() local
39 handled = nvkm_sw_chan_mthd(chan, subc, mthd, data); in nvkm_sw_mthd()
46 return handled; in nvkm_sw_mthd()
/linux-4.4.14/drivers/input/serio/
Drpckbd.c65 int handled = IRQ_NONE; in rpckbd_rx() local
71 handled = IRQ_HANDLED; in rpckbd_rx()
73 return handled; in rpckbd_rx()
Daltera_ps2.c38 irqreturn_t handled = IRQ_NONE; in altera_ps2_rxint() local
42 handled = IRQ_HANDLED; in altera_ps2_rxint()
45 return handled; in altera_ps2_rxint()
Dambakmi.c43 int handled = IRQ_NONE; in amba_kmi_int() local
48 handled = IRQ_HANDLED; in amba_kmi_int()
51 return handled; in amba_kmi_int()
Dpcips2.c65 int handled = 0; in pcips2_interrupt() local
73 handled = 1; in pcips2_interrupt()
85 return IRQ_RETVAL(handled); in pcips2_interrupt()
/linux-4.4.14/sound/isa/gus/
Dgus_irq.c37 int handled = 0; in snd_gus_interrupt() local
42 return IRQ_RETVAL(handled); in snd_gus_interrupt()
43 handled = 1; in snd_gus_interrupt()
Dgusmax.c109 int handled = 0; in snd_gusmax_interrupt() local
114 handled = 1; in snd_gusmax_interrupt()
119 handled = 1; in snd_gusmax_interrupt()
124 return IRQ_RETVAL(handled); in snd_gusmax_interrupt()
Dinterwave.c303 int handled = 0; in snd_interwave_interrupt() local
308 handled = 1; in snd_interwave_interrupt()
313 handled = 1; in snd_interwave_interrupt()
318 return IRQ_RETVAL(handled); in snd_interwave_interrupt()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_knc.c216 int handled = 0; in knc_pmu_handle_irq() local
227 return handled; in knc_pmu_handle_irq()
244 handled++; in knc_pmu_handle_irq()
270 return handled; in knc_pmu_handle_irq()
Dperf_event_amd_ibs.c614 int handled = 0; in perf_ibs_nmi_handler() local
616 handled += perf_ibs_handle_irq(&perf_ibs_fetch, regs); in perf_ibs_nmi_handler()
617 handled += perf_ibs_handle_irq(&perf_ibs_op, regs); in perf_ibs_nmi_handler()
619 if (handled) in perf_ibs_nmi_handler()
622 return handled; in perf_ibs_nmi_handler()
Dperf_event_p4.c1004 int idx, handled = 0; in p4_pmu_handle_irq() local
1015 handled++; in p4_pmu_handle_irq()
1031 handled += overflow; in p4_pmu_handle_irq()
1044 if (handled) in p4_pmu_handle_irq()
1059 return handled; in p4_pmu_handle_irq()
/linux-4.4.14/drivers/sn/
Dioc3.c406 int handled = 1, id; in ioc3_intr_io() local
415 handled = handled && !ioc3_ethernet->intr(ioc3_ethernet, in ioc3_intr_io()
440 handled = 1; in ioc3_intr_io()
442 return handled?IRQ_HANDLED:IRQ_NONE; in ioc3_intr_io()
449 int handled = 1; in ioc3_intr_eth() local
456 handled = handled && !ioc3_ethernet->intr(ioc3_ethernet, idd, 0); in ioc3_intr_eth()
458 return handled?IRQ_HANDLED:IRQ_NONE; in ioc3_intr_eth()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
Dbase.c73 bool handled = false; in nvkm_pci_intr() local
78 nvkm_mc_intr(mc, &handled); in nvkm_pci_intr()
81 return handled ? IRQ_HANDLED : IRQ_NONE; in nvkm_pci_intr()
/linux-4.4.14/drivers/mfd/
Dlp8788-irq.c115 bool handled; in lp8788_irq_handler() local
128 handled = true; in lp8788_irq_handler()
132 return handled ? IRQ_HANDLED : IRQ_NONE; in lp8788_irq_handler()
/linux-4.4.14/drivers/macintosh/
Dmacio-adb.c209 int handled = 0; in macio_adb_interrupt() local
213 handled = 1; in macio_adb_interrupt()
234 handled = 1; in macio_adb_interrupt()
273 return IRQ_RETVAL(handled); in macio_adb_interrupt()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
Dbase.c57 nvkm_mc_intr(struct nvkm_mc *mc, bool *handled) in nvkm_mc_intr() argument
77 *handled = intr != 0; in nvkm_mc_intr()
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Drx.c1197 u32 handled = 0; in iwl_pcie_irq_handler() local
1282 handled |= CSR_INT_BIT_HW_ERR; in iwl_pcie_irq_handler()
1329 handled |= CSR_INT_BIT_RF_KILL; in iwl_pcie_irq_handler()
1336 handled |= CSR_INT_BIT_CT_KILL; in iwl_pcie_irq_handler()
1345 handled |= CSR_INT_BIT_SW_ERR; in iwl_pcie_irq_handler()
1356 handled |= CSR_INT_BIT_WAKEUP; in iwl_pcie_irq_handler()
1366 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX); in iwl_pcie_irq_handler()
1371 handled |= CSR_INT_BIT_RX_PERIODIC; in iwl_pcie_irq_handler()
1413 handled |= CSR_INT_BIT_FH_TX; in iwl_pcie_irq_handler()
1419 if (inta & ~handled) { in iwl_pcie_irq_handler()
[all …]
/linux-4.4.14/sound/pci/emu10k1/
Dirq.c36 int handled = 0; in snd_emu10k1_interrupt() local
42 handled = 1; in snd_emu10k1_interrupt()
212 return IRQ_RETVAL(handled); in snd_emu10k1_interrupt()
/linux-4.4.14/drivers/gpu/drm/via/
Dvia_irq.c113 int handled = 0; in via_driver_irq_handler() local
136 handled = 1; in via_driver_irq_handler()
143 handled = 1; in via_driver_irq_handler()
156 if (handled) in via_driver_irq_handler()
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-ipc.c646 int handled = 0; in hsw_module_message() local
658 handled = 1; in hsw_module_message()
661 handled = hsw_process_reply(hsw, header); in hsw_module_message()
665 return handled; in hsw_module_message()
672 int handled = 0; in hsw_stream_message() local
680 return handled; in hsw_stream_message()
694 handled = hsw_process_reply(hsw, header); in hsw_stream_message()
698 return handled; in hsw_stream_message()
728 int handled = 1; in hsw_process_notification() local
738 return handled; in hsw_process_notification()
[all …]
/linux-4.4.14/drivers/media/pci/smipcie/
Dsmipcie-ir.c158 int handled = 0; in smi_ir_irq() local
164 handled = 1; in smi_ir_irq()
166 return handled; in smi_ir_irq()
Dsmipcie-main.c454 int handled = 0; in smi_port_irq() local
461 handled = 1; in smi_port_irq()
463 return handled; in smi_port_irq()
472 int handled = 0; in smi_irq_handler() local
478 handled += smi_port_irq(port0, intr_status); in smi_irq_handler()
482 handled += smi_port_irq(port1, intr_status); in smi_irq_handler()
485 handled += smi_ir_irq(ir, intr_status); in smi_irq_handler()
487 return IRQ_RETVAL(handled); in smi_irq_handler()
/linux-4.4.14/drivers/media/pci/cx25821/
Dcx25821-audio-upstream.c516 int handled = 0; in cx25821_upstream_irq_audio() local
528 handled = cx25821_audio_upstream_irq(dev, in cx25821_upstream_irq_audio()
532 if (handled < 0) in cx25821_upstream_irq_audio()
535 handled += handled; in cx25821_upstream_irq_audio()
537 return IRQ_RETVAL(handled); in cx25821_upstream_irq_audio()
Dcx25821-alsa.c369 int loop, handled = 0; in cx25821_irq() local
383 handled = 1; in cx25821_irq()
394 handled = 1; in cx25821_irq()
402 if (handled) in cx25821_irq()
406 return IRQ_RETVAL(handled); in cx25821_irq()
Dcx25821-video-upstream.c499 int handled = 0; in cx25821_upstream_irq() local
511 handled = cx25821_video_upstream_irq(chan, vid_status); in cx25821_upstream_irq()
513 return IRQ_RETVAL(handled); in cx25821_upstream_irq()
Dcx25821-video.c104 int handled = 0; in cx25821_video_irq() local
110 return handled; in cx25821_video_irq()
139 handled++; in cx25821_video_irq()
141 return handled; in cx25821_video_irq()
/linux-4.4.14/drivers/usb/gadget/udc/
Dgr_udc.c1339 int handled = 0; in gr_handle_state_changes() local
1347 handled = 1; in gr_handle_state_changes()
1354 handled = 1; in gr_handle_state_changes()
1363 handled = 1; in gr_handle_state_changes()
1371 handled = 1; in gr_handle_state_changes()
1389 handled = 1; in gr_handle_state_changes()
1409 handled = 1; in gr_handle_state_changes()
1412 return handled; in gr_handle_state_changes()
1420 int handled = 0; in gr_irq_handler() local
1437 handled = gr_handle_in_ep(ep) || handled; in gr_irq_handler()
[all …]
Dpxa25x_udc.c1702 int handled; in pxa25x_udc_irq() local
1708 handled = 0; in pxa25x_udc_irq()
1713 handled = 1; in pxa25x_udc_irq()
1726 handled = 1; in pxa25x_udc_irq()
1738 handled = 1; in pxa25x_udc_irq()
1769 handled = 1; in pxa25x_udc_irq()
1779 handled = 1; in pxa25x_udc_irq()
1785 handled = 1; in pxa25x_udc_irq()
1793 } while (handled); in pxa25x_udc_irq()
Dgoku_udc.c1543 handled = 1; \
1551 u32 stat, handled = 0; in goku_irq() local
1568 handled = 1; in goku_irq()
1587 handled = 1; in goku_irq()
1692 handled = 1; in goku_irq()
1705 return IRQ_RETVAL(handled); in goku_irq()
/linux-4.4.14/Documentation/
Ddevices.txt279 loop devices is handled by mount(8) or losetup(8).
288 Partitions are handled in the same way as for IDE
597 Partitions are handled the same way as for IDE disks
608 Partitions are handled the same way as for the first
716 Partitions are handled in the same way as for IDE
804 Partitions are handled the same way as for the first
822 Partitions are handled the same way as for the first
949 Partitions are handled in the same way as for IDE
973 Partitions are handled in the same way as for IDE
1026 Partitions are handled as for major 48.
[all …]
Dmd-cluster.txt24 Reads are just handled normally. It is up to the filesystem to
151 Device failures are handled and communicated with the metadata update
/linux-4.4.14/drivers/net/ethernet/amd/
Dariadne.c245 int handled = 0; in ariadne_interrupt() local
300 handled = 1; in ariadne_interrupt()
307 handled = 1; in ariadne_interrupt()
365 handled = 1; in ariadne_interrupt()
369 handled = 1; in ariadne_interrupt()
373 handled = 1; in ariadne_interrupt()
389 return IRQ_RETVAL(handled); in ariadne_interrupt()
Dam79c961a.c593 int handled = 0; in am79c961_interrupt() local
602 handled = 1; in am79c961_interrupt()
606 handled = 1; in am79c961_interrupt()
610 handled = 1; in am79c961_interrupt()
614 handled = 1; in am79c961_interrupt()
619 return IRQ_RETVAL(handled); in am79c961_interrupt()
Datarilance.c855 int handled = 0; in lance_interrupt() local
870 handled = 1; in lance_interrupt()
957 return IRQ_RETVAL(handled); in lance_interrupt()
/linux-4.4.14/Documentation/devicetree/bindings/soc/sunxi/
Dsram.txt6 reprensenting the SRAM handled by the SRAM controller.
21 Each SRAM will have SRAM sections that are going to be handled by the
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dtegra.c185 bool handled = false; in nvkm_device_tegra_intr() local
188 nvkm_mc_intr(mc, &handled); in nvkm_device_tegra_intr()
191 return handled ? IRQ_HANDLED : IRQ_NONE; in nvkm_device_tegra_intr()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dpsb_irq.c261 int handled = 0; in psb_irq_handler() local
285 handled = 1; in psb_irq_handler()
292 handled = 1; in psb_irq_handler()
298 handled = dev_priv->ops->hotplug(dev); in psb_irq_handler()
306 if (!handled) in psb_irq_handler()
/linux-4.4.14/drivers/tty/serial/
Dmen_z135_uart.c393 bool handled = false; in men_z135_intr() local
408 handled = true; in men_z135_intr()
415 handled = true; in men_z135_intr()
420 handled = true; in men_z135_intr()
425 handled = true; in men_z135_intr()
430 return IRQ_RETVAL(handled); in men_z135_intr()
Drp2.c491 int ch, handled = 0; in rp2_asic_interrupt() local
497 handled++; in rp2_asic_interrupt()
499 return handled; in rp2_asic_interrupt()
505 int handled; in rp2_uart_interrupt() local
507 handled = rp2_asic_interrupt(card, 0); in rp2_uart_interrupt()
509 handled += rp2_asic_interrupt(card, 1); in rp2_uart_interrupt()
511 return handled ? IRQ_HANDLED : IRQ_NONE; in rp2_uart_interrupt()
Defm32-uart.c245 int handled = IRQ_NONE; in efm32_uart_rxirq() local
255 handled = IRQ_HANDLED; in efm32_uart_rxirq()
263 handled = IRQ_HANDLED; in efm32_uart_rxirq()
270 return handled; in efm32_uart_rxirq()
Detraxfs-uart.c546 int handled = 0; in ser_interrupt() local
563 handled = 1; in ser_interrupt()
568 handled = 1; in ser_interrupt()
572 return IRQ_RETVAL(handled); in ser_interrupt()
Damba-pl010.c246 int handled = 0; in pl010_int() local
266 handled = 1; in pl010_int()
271 return IRQ_RETVAL(handled); in pl010_int()
Dcrisv10.c1890 int handled = 0; in tr_interrupt() local
1902 handled = 1; in tr_interrupt()
1916 return IRQ_RETVAL(handled); in tr_interrupt()
1927 int handled = 0; in rec_interrupt() local
1939 handled = 1; in rec_interrupt()
1947 return IRQ_RETVAL(handled); in rec_interrupt()
2472 int handled = 0; in ser_interrupt() local
2483 handled = 1; in ser_interrupt()
2526 handled = 1; in ser_interrupt()
2554 return IRQ_RETVAL(handled); in ser_interrupt()
/linux-4.4.14/tools/perf/
Dperf.c150 int handled = 0; in handle_options() local
209 handled++; in handle_options()
288 handled++; in handle_options()
290 return handled; in handle_options()
/linux-4.4.14/drivers/net/ethernet/
Ddnet.c450 unsigned int handled = 0; in dnet_interrupt() local
465 handled = 1; in dnet_interrupt()
477 handled = 1; in dnet_interrupt()
489 handled = 1; in dnet_interrupt()
504 handled = 1; in dnet_interrupt()
507 if (!handled) in dnet_interrupt()
512 return IRQ_RETVAL(handled); in dnet_interrupt()
/linux-4.4.14/drivers/misc/cb710/
Dcore.c72 irqreturn_t handled = IRQ_NONE; in cb710_irq_handler() local
80 handled = IRQ_HANDLED; in cb710_irq_handler()
85 return handled; in cb710_irq_handler()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dmc.h10 void nvkm_mc_intr(struct nvkm_mc *, bool *handled);
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes.c390 int handled = 0; in nes_interrupt() local
399 handled = 1; in nes_interrupt()
412 handled = 1; in nes_interrupt()
418 handled = 1; in nes_interrupt()
422 (handled == 0)) { in nes_interrupt()
425 handled = 1; in nes_interrupt()
429 if (handled) { in nes_interrupt()
439 handled = nes_read32(nesdev->regs+NES_INT_PENDING); in nes_interrupt()
443 if (handled) { in nes_interrupt()
/linux-4.4.14/drivers/gpu/host1x/
Djob.h27 bool handled; member
Djob.c536 if (g->handled) in host1x_job_pin()
543 job->gathers[j].handled = true; in host1x_job_pin()
/linux-4.4.14/drivers/scsi/
Dsun3_scsi.c192 int handled = 0; in scsi_sun3_intr() local
206 handled = 1; in scsi_sun3_intr()
211 handled = 1; in scsi_sun3_intr()
214 return IRQ_RETVAL(handled); in scsi_sun3_intr()
Daha1740.c217 int handled = 0; in aha1740_intr_handle() local
229 handled = 1; in aha1740_intr_handle()
311 return IRQ_RETVAL(handled); in aha1740_intr_handle()
Datp870u.c188 goto handled; in atp870u_intr_handle()
194 goto handled; in atp870u_intr_handle()
215 goto handled; in atp870u_intr_handle()
256 goto handled; in atp870u_intr_handle()
270 goto handled; in atp870u_intr_handle()
376 goto handled; in atp870u_intr_handle()
428 goto handled; in atp870u_intr_handle()
436 goto handled; in atp870u_intr_handle()
510 goto handled; in atp870u_intr_handle()
543 goto handled; in atp870u_intr_handle()
[all …]
Dvmw_pvscsi.c1130 int handled; in pvscsi_isr() local
1133 handled = true; in pvscsi_isr()
1136 handled = (val & PVSCSI_INTR_ALL_SUPPORTED) != 0; in pvscsi_isr()
1137 if (handled) in pvscsi_isr()
1141 if (handled) { in pvscsi_isr()
1153 return IRQ_RETVAL(handled); in pvscsi_isr()
Deata.c2348 goto handled; in ihdlr()
2357 goto handled; in ihdlr()
2362 goto handled; in ihdlr()
2367 goto handled; in ihdlr()
2371 goto handled; in ihdlr()
2524 handled: in ihdlr()
/linux-4.4.14/drivers/media/platform/marvell-ccic/
Dcafe-driver.c441 unsigned int irqs, handled; in cafe_irq() local
445 handled = cam->registered && mccic_irq(mcam, irqs); in cafe_irq()
449 handled = 1; in cafe_irq()
452 return IRQ_RETVAL(handled); in cafe_irq()
Dmmp-driver.c308 unsigned int irqs, handled; in mmpcam_irq() local
312 handled = mccic_irq(mcam, irqs); in mmpcam_irq()
314 return IRQ_RETVAL(handled); in mmpcam_irq()
Dmcam-core.c1710 unsigned int frame, handled = 0; in mccic_irq() local
1727 handled = 1; in mccic_irq()
1740 handled = IRQ_HANDLED; in mccic_irq()
1744 if (handled == IRQ_HANDLED) { in mccic_irq()
1749 return handled; in mccic_irq()
/linux-4.4.14/drivers/rtc/
Drtc-ab-b5ze-s3.c820 int ret, handled = IRQ_NONE; in _abb5zes3_rtc_interrupt() local
827 return handled; in _abb5zes3_rtc_interrupt()
840 handled = IRQ_HANDLED; in _abb5zes3_rtc_interrupt()
853 handled = IRQ_HANDLED; in _abb5zes3_rtc_interrupt()
870 handled = IRQ_HANDLED; in _abb5zes3_rtc_interrupt()
873 return handled; in _abb5zes3_rtc_interrupt()
Drtc-isl12057.c511 int ret, handled = IRQ_NONE; in isl12057_rtc_interrupt() local
524 handled = IRQ_HANDLED; in isl12057_rtc_interrupt()
527 return handled; in isl12057_rtc_interrupt()
Drtc-isl1208.c499 int handled = 0, sr, err; in isl1208_rtc_interrupt() local
530 handled = 1; in isl1208_rtc_interrupt()
538 return handled ? IRQ_HANDLED : IRQ_NONE; in isl1208_rtc_interrupt()
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/
Dentry-macro.S24 @ handled
/linux-4.4.14/fs/ext4/
DKconfig14 filesystem is now handled by the ext4 driver.
23 filesystem is now handled by the ext4 driver.
31 filesystem is now handled by the ext4 driver.
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv04.c115 bool handled = false; in nv04_fifo_swmthd() local
125 handled = nvkm_sw_mthd(sw, chid, subc, mthd, data); in nv04_fifo_swmthd()
131 return handled; in nv04_fifo_swmthd()
/linux-4.4.14/drivers/net/ethernet/micrel/
Dks8851.c603 unsigned handled = 0; in ks8851_irq() local
613 handled |= IRQ_LCI; in ks8851_irq()
620 handled |= IRQ_LDI; in ks8851_irq()
624 handled |= IRQ_RXPSI; in ks8851_irq()
627 handled |= IRQ_TXI; in ks8851_irq()
640 handled |= IRQ_RXI; in ks8851_irq()
644 handled |= IRQ_SPIBEI; in ks8851_irq()
647 ks8851_wrreg16(ks, KS_ISR, handled); in ks8851_irq()
/linux-4.4.14/Documentation/virtual/kvm/
Ds390-diag.txt16 all supported DIAGNOSE calls need to be handled by either KVM or its
80 This function code is handled by userspace.
Dppc-pv.txt10 could be handled differently.
204 them are handled in the kernel, some are handled in user space. This is only
/linux-4.4.14/drivers/power/
Dsmb347-charger.c711 bool handled = false; in smb347_interrupt() local
745 handled = true; in smb347_interrupt()
757 handled = true; in smb347_interrupt()
770 handled = true; in smb347_interrupt()
785 handled = true; in smb347_interrupt()
788 return handled ? IRQ_HANDLED : IRQ_NONE; in smb347_interrupt()
Dbq25890_charger.c548 goto handled; in bq25890_irq_handler_thread()
551 goto handled; in bq25890_irq_handler_thread()
561 handled: in bq25890_irq_handler_thread()
/linux-4.4.14/Documentation/arm/
DInterrupts8 MMU TLB. Each MMU TLB variant is now handled completely separately -
16 The 2.5 kernels will be having major changes to the way IRQs are handled.
48 SA11x0 IRQs are handled by two separate "chip" structures, one for
79 handled by do_level_IRQ.
Dkernel_mode_neon.txt41 subsequent use. This is handled by the function kernel_neon_begin(), which
44 mode will hit the lazy restore trap upon next use. This is handled by the
/linux-4.4.14/arch/cris/arch-v10/drivers/
Dsync_serial.c1270 int handled = 0; in tr_interrupt() local
1282 handled = 1; in tr_interrupt()
1315 return IRQ_RETVAL(handled); in tr_interrupt()
1322 int handled = 0; in rx_interrupt() local
1334 handled = 1; in rx_interrupt()
1377 return IRQ_RETVAL(handled); in rx_interrupt()
1385 int handled = 0; in manual_interrupt() local
1395 handled = 1; in manual_interrupt()
1458 return IRQ_RETVAL(handled); in manual_interrupt()
/linux-4.4.14/net/batman-adv/
Dbridge_loop_avoidance.c1482 goto handled; in batadv_bla_rx()
1490 goto handled; in batadv_bla_rx()
1522 goto handled; in batadv_bla_rx()
1538 handled: in batadv_bla_rx()
1582 goto handled; in batadv_bla_tx()
1589 goto handled; in batadv_bla_tx()
1617 goto handled; in batadv_bla_tx()
1628 handled: in batadv_bla_tx()
/linux-4.4.14/drivers/staging/fwserial/
DTODO4 - I/O is handled asynchronously which presents some issues when error
/linux-4.4.14/drivers/pci/pcie/aer/
DKconfig13 Port will be handled by PCI Express AER driver.
/linux-4.4.14/drivers/xen/xen-pciback/
Dconf_space.c210 int err = 0, handled = 0; in xen_pcibk_config_write() local
254 handled = 1; in xen_pcibk_config_write()
258 if (!handled && !err) { in xen_pcibk_config_write()
Dpciback_ops.c425 dev_data->handled++; in xen_pcibk_guest_interrupt()
426 if ((dev_data->handled % 1000) == 0) { in xen_pcibk_guest_interrupt()
Dpciback.h51 unsigned long handled; member
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dste-coh901318.txt12 - dma-channels: the number of DMA channels handled
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dti,omap2-intc.txt15 - ti,intc-size: Number of interrupts handled by the interrupt controller.
Dti,cp-intc.txt16 - ti,intc-size: Number of interrupts handled by the interrupt controller.
Dallwinner,sun67i-sc-nmi.txt14 - interrupts: Specifies the interrupt line (NMI) which is handled by
Dabilis,tb10x-ictl.txt17 - interrupts: Specifies the list of interrupt lines which are handled by
/linux-4.4.14/drivers/mmc/host/
Dbfin_sdh.c477 int handled = 0; in sdh_stat_irq() local
490 handled |= sdh_cmd_done(host, status); in sdh_stat_irq()
498 handled |= sdh_data_done(host, status); in sdh_stat_irq()
504 return IRQ_RETVAL(handled); in sdh_stat_irq()
Dpxamci.c403 int handled = 0; in pxamci_irq() local
413 handled |= pxamci_cmd_done(host, stat); in pxamci_irq()
415 handled |= pxamci_data_done(host, stat); in pxamci_irq()
418 handled = 1; in pxamci_irq()
422 return IRQ_RETVAL(handled); in pxamci_irq()
/linux-4.4.14/sound/isa/
Dopl3sa2.c303 int handled = 0; in snd_opl3sa2_interrupt() local
312 handled = 1; in snd_opl3sa2_interrupt()
317 handled = 1; in snd_opl3sa2_interrupt()
322 handled = 1; in snd_opl3sa2_interrupt()
327 handled = 1; in snd_opl3sa2_interrupt()
338 return IRQ_RETVAL(handled); in snd_opl3sa2_interrupt()
/linux-4.4.14/arch/arm/vfp/
Dentry.S52 ret r9 @ we have handled the fault
/linux-4.4.14/drivers/target/
Dtarget_core_user.c576 int handled = 0; in tcmu_handle_completions() local
621 handled++; in tcmu_handle_completions()
631 return handled; in tcmu_handle_completions()
657 int handled; in tcmu_device_timedout() local
659 handled = tcmu_handle_completions(udev); in tcmu_device_timedout()
661 pr_warn("%d completions handled from timeout\n", handled); in tcmu_device_timedout()
/linux-4.4.14/drivers/nfc/pn544/
DKconfig27 is handled by Intel's Management Engine Interface on your platform.
/linux-4.4.14/drivers/gpu/drm/omapdrm/
DTODO13 . This can be handled by the dma-buf fence/reservation stuff when it
/linux-4.4.14/drivers/net/ethernet/realtek/
Datp.c600 int handled = 0; in atp_interrupt() local
620 handled = 1; in atp_interrupt()
643 handled = 1; in atp_interrupt()
708 return IRQ_RETVAL(handled); in atp_interrupt()
/linux-4.4.14/Documentation/networking/
Dipvs-sysctl.txt51 connections handled by IPVS.
53 This should be enabled if connections handled by IPVS are to be
54 also handled by stateful firewall rules. That is, iptables rules
58 Connections handled by the IPVS FTP application module
Dx25.txt8 framing, bit-stuffing and checksumming. These both need to be handled by the
/linux-4.4.14/drivers/nfc/microread/
DKconfig28 is handled by Intel's Management Engine Interface on your platform.
/linux-4.4.14/drivers/i2c/busses/
Di2c-uniphier-f.c203 goto handled; in uniphier_fi2c_interrupt()
228 goto handled; in uniphier_fi2c_interrupt()
244 handled: in uniphier_fi2c_interrupt()
/linux-4.4.14/drivers/pcmcia/
Di82092.c299 int handled = 0; in i82092aa_interrupt() local
323 handled = 1; in i82092aa_interrupt()
351 return IRQ_RETVAL(handled); in i82092aa_interrupt()
Dm32r_pcc.c345 int handled = 0; in pcc_interrupt() local
355 handled = 1; in pcc_interrupt()
380 return IRQ_RETVAL(handled); in pcc_interrupt()
Dm32r_cfc.c364 int handled = 0; in pcc_interrupt() local
371 handled = 1; in pcc_interrupt()
380 return IRQ_RETVAL(handled); in pcc_interrupt()
Dpd6729.c178 int handled = 0; in pd6729_interrupt() local
199 handled = 1; in pd6729_interrupt()
232 return IRQ_RETVAL(handled); in pd6729_interrupt()
/linux-4.4.14/sound/pci/asihpi/
Dhpioctl.c315 int handled; in asihpi_isr() local
323 handled = a->adapter->irq_query_and_clear(a->adapter, 0); in asihpi_isr()
325 if (!handled) in asihpi_isr()
/linux-4.4.14/drivers/net/ethernet/seeq/
Dether3.c552 unsigned int status, handled = IRQ_NONE; in ether3_interrupt() local
564 handled = IRQ_HANDLED; in ether3_interrupt()
570 handled = IRQ_HANDLED; in ether3_interrupt()
577 return handled; in ether3_interrupt()
/linux-4.4.14/drivers/block/rsxx/
Dcore.c352 int handled = 0; in rsxx_isr() local
388 handled++; in rsxx_isr()
395 handled++; in rsxx_isr()
401 handled++; in rsxx_isr()
407 return handled ? IRQ_HANDLED : IRQ_NONE; in rsxx_isr()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbgmac.c418 int handled = 0; in bgmac_dma_rx_read() local
477 handled++; in bgmac_dma_rx_read()
485 if (handled >= weight) /* Should never be greater */ in bgmac_dma_rx_read()
491 return handled; in bgmac_dma_rx_read()
1253 int handled = 0; in bgmac_poll() local
1259 handled += bgmac_dma_rx_read(bgmac, &bgmac->rx_ring[0], weight); in bgmac_poll()
1265 if (handled < weight) { in bgmac_poll()
1270 return handled; in bgmac_poll()
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-dsp-keystone.txt13 - reading pin value returns 0 - if IRQ was handled or 1 - IRQ is still
Dbrcm,brcmstb-gpio.txt5 interrupt is shared for all of the banks handled by the controller.
/linux-4.4.14/arch/powerpc/include/asm/
Dmce.h189 extern void save_mce_event(struct pt_regs *regs, long handled,
/linux-4.4.14/Documentation/arm/nwfpe/
DTODO19 and are handled by routines in libc. These are not implemented by the FPA11
20 hardware, but are handled by the floating point support code. They should
DREADME.FPE136 and are handled by routines in libc. These are not implemented by the FPA11
137 hardware, but are handled by the floating point support code. They should
/linux-4.4.14/drivers/media/i2c/cx25840/
Dcx25840-ir.c522 int cx25840_ir_irq_handler(struct v4l2_subdev *sd, u32 status, bool *handled) in cx25840_ir_irq_handler() argument
535 *handled = false; in cx25840_ir_irq_handler()
589 *handled = true; in cx25840_ir_irq_handler()
619 *handled = true; in cx25840_ir_irq_handler()
649 *handled = true; in cx25840_ir_irq_handler()
Dcx25840-core.h156 int cx25840_ir_irq_handler(struct v4l2_subdev *sd, u32 status, bool *handled);
/linux-4.4.14/Documentation/virtual/kvm/arm/
Dvgic-mapped-irqs.txt16 passthrough device, where the physical interrupts are initially handled
25 Forwarded physical interrupts are handled slightly differently compared
70 handled on the host (see details on the timer as an example below). For other
184 guest without having actually been handled on the host. In this case it
/linux-4.4.14/drivers/media/usb/pwc/
DKconfig24 Some newer logitech webcams are not handled by this driver but by the
/linux-4.4.14/drivers/base/regmap/
Dregmap-irq.c216 bool handled = false; in regmap_irq_thread() local
309 handled = true; in regmap_irq_thread()
316 if (handled) in regmap_irq_thread()
/linux-4.4.14/drivers/devfreq/
Dtegra-devfreq.c312 bool handled = false; in actmon_isr() local
320 handled = true; in actmon_isr()
324 return handled ? IRQ_WAKE_THREAD : IRQ_NONE; in actmon_isr()
/linux-4.4.14/arch/arc/mm/
Dcache.c953 int handled = IS_ENABLED(CONFIG_ARC_CACHE_VIPT_ALIASING); in arc_cache_init() local
955 if (dc->alias && !handled) in arc_cache_init()
957 else if (!dc->alias && handled) in arc_cache_init()
/linux-4.4.14/drivers/iommu/
Dintel-svm.c525 int head, tail, handled = 0; in prq_event_thread() local
541 handled = 1; in prq_event_thread()
646 return IRQ_RETVAL(handled); in prq_event_thread()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-core.c501 int handled = 0; in cx88_core_irq() local
505 handled++; in cx88_core_irq()
507 if (!handled) in cx88_core_irq()
511 return handled; in cx88_core_irq()
Dcx88-mpeg.c358 int loop, handled = 0; in cx8802_irq() local
368 handled = 1; in cx8802_irq()
384 return IRQ_RETVAL(handled); in cx8802_irq()
Dcx88-alsa.c265 int loop, handled = 0; in cx8801_irq() local
274 handled = 1; in cx8801_irq()
291 return IRQ_RETVAL(handled); in cx8801_irq()
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Dinterrupt.c534 unsigned int handled = 0; in tulip_interrupt() local
540 handled = phy_interrupt (dev); in tulip_interrupt()
543 return IRQ_RETVAL(handled); in tulip_interrupt()
/linux-4.4.14/Documentation/device-mapper/
Ddm-flakey.txt34 Read I/O is handled correctly.
/linux-4.4.14/Documentation/i2c/
Dold-module-parameters41 the driver. The dummy device will be handled by i2c-core itself, preventing
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dmt8173-cpu-dvfs.txt18 flow is handled by hardware, hence no software "voltage tracking" is
/linux-4.4.14/drivers/hv/
Dvmbus_drv.c783 bool handled = false; in vmbus_isr() local
803 handled = true; in vmbus_isr()
812 handled = true; in vmbus_isr()
815 if (handled) in vmbus_isr()
/linux-4.4.14/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt74 DDR initialization is already handled by a HW IP block.
/linux-4.4.14/Documentation/power/
Dstates.txt92 STD can be handled by the firmware or the kernel. If it is handled by
/linux-4.4.14/drivers/net/wan/
Dwanxl.c251 int handled = 0; in wanxl_intr() local
255 handled = 1; in wanxl_intr()
268 return IRQ_RETVAL(handled); in wanxl_intr()
Dhd64572.c355 int i, handled = 0; in sca_intr() local
360 handled = 1; in sca_intr()
366 return IRQ_RETVAL(handled); in sca_intr()
Dhd64570.c382 int handled = 0; in sca_intr() local
386 handled = 1; in sca_intr()
403 return IRQ_RETVAL(handled); in sca_intr()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c713 bool handled; in radeon_dp_mst_check_status() local
720 ret = drm_dp_mst_hpd_irq(&radeon_connector->mst_mgr, esi, &handled); in radeon_dp_mst_check_status()
722 if (handled) { in radeon_dp_mst_check_status()
/linux-4.4.14/drivers/char/
Dapplicom.c622 int handled = 0; in ac_interrupt() local
644 handled = 1; in ac_interrupt()
688 return IRQ_RETVAL(handled); in ac_interrupt()
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-amd.c502 int handled = 0; in amd_gpio_irq_handler() local
537 handled++; in amd_gpio_irq_handler()
543 if (handled == 0) in amd_gpio_irq_handler()
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc9194.c1323 int handled = 0; in smc_interrupt() local
1348 handled = 1; in smc_interrupt()
1421 return IRQ_RETVAL(handled); in smc_interrupt()
/linux-4.4.14/Documentation/PCI/
DPCIEBUS-HOWTO.txt30 be handled by a single complex driver or be individually distributed
31 and handled by corresponding service drivers.
36 physical device to be handled by only a single driver. The PCI
/linux-4.4.14/sound/pci/lola/
Dlola.c233 int handled = 0; in lola_interrupt() local
295 handled = 1; in lola_interrupt()
302 return IRQ_RETVAL(handled); in lola_interrupt()
/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c1373 int handled = IRQ_NONE; in mipsxx_pmu_handle_shared_irq() local
1377 return handled; in mipsxx_pmu_handle_shared_irq()
1401 handled = IRQ_HANDLED; \ in mipsxx_pmu_handle_shared_irq()
1415 if (handled == IRQ_HANDLED) in mipsxx_pmu_handle_shared_irq()
1422 return handled; in mipsxx_pmu_handle_shared_irq()
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-core.c629 int i, handled = 0, bit; in saa7164_irq() local
633 handled = 0; in saa7164_irq()
656 handled = 1; in saa7164_irq()
658 if (handled == 0) in saa7164_irq()
726 return IRQ_RETVAL(handled); in saa7164_irq()
/linux-4.4.14/sound/pci/
Des1938.c1642 int handled = 0; in snd_es1938_interrupt() local
1666 handled = 1; in snd_es1938_interrupt()
1688 handled = 1; in snd_es1938_interrupt()
1697 handled = 1; in snd_es1938_interrupt()
1717 handled = 1; in snd_es1938_interrupt()
1721 return IRQ_RETVAL(handled); in snd_es1938_interrupt()
/linux-4.4.14/drivers/staging/speakup/
DTODO31 /sys/class/vtconsole/vtcon0/speakup, the nasty path being handled by
/linux-4.4.14/Documentation/scsi/
Dhptiop.txt84 All queued requests are handled via inbound/outbound queue port.
129 All queued requests are handled via inbound/outbound list.
/linux-4.4.14/drivers/usb/host/
Disp1362-hcd.c1007 int handled = 0; in isp1362_irq() local
1029 handled = 1; in isp1362_irq()
1049 handled = 1; in isp1362_irq()
1063 handled = 1; in isp1362_irq()
1098 handled = 1; in isp1362_irq()
1124 handled = 1; in isp1362_irq()
1150 handled = 1; in isp1362_irq()
1155 handled = 1; in isp1362_irq()
1163 handled = 1; in isp1362_irq()
1176 return IRQ_RETVAL(handled); in isp1362_irq()
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2.c550 int handled = 0; in c2_interrupt() local
567 handled++; in c2_interrupt()
575 handled++; in c2_interrupt()
578 if (handled) { in c2_interrupt()
/linux-4.4.14/sound/pci/au88x0/
Dau88x0_core.c2413 int i, handled; in vortex_interrupt() local
2434 handled = 0; in vortex_interrupt()
2452 handled = 1; in vortex_interrupt()
2484 handled = 1; in vortex_interrupt()
2489 handled = 1; in vortex_interrupt()
2494 handled = 1; in vortex_interrupt()
2497 if (!handled) { in vortex_interrupt()
2500 return IRQ_RETVAL(handled); in vortex_interrupt()
/linux-4.4.14/Documentation/fb/
Dtgafb.txt26 * Sync-on-green is now handled properly
/linux-4.4.14/Documentation/laptops/
Dtoshiba_haps.txt53 provided to query such information, handled by the kernel module toshiba_acpi
/linux-4.4.14/drivers/net/ethernet/3com/
D3c589_cs.c606 int i = 0, handled = 1; in el3_interrupt() local
620 handled = 0; in el3_interrupt()
677 return IRQ_RETVAL(handled); in el3_interrupt()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-firmware-acpi29 that class of devices will be handled by the ACPI core hotplug
61 All ACPI interrupts are handled via a single IRQ,
/linux-4.4.14/Documentation/video4linux/bttv/
DSound-FAQ6 Making video work often is not a big deal, because this is handled
8 sound is handled in slightly different ways on each board.
/linux-4.4.14/Documentation/vm/
Dhwpoison.txt18 * that if the error cannot be handled for some reason it's safe to
68 Note some pages are always handled as late kill.
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dsnps-dw-apb-uart.txt13 The supplying peripheral clock can also be handled, needing a second property
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt84 Seeks/trick modes are assumed to be handled by the host.
113 settings, this routine returns the minimum buffer size handled by the
204 - Volume control/routing is not handled by this API. Devices exposing a
/linux-4.4.14/drivers/dma/sh/
Dshdma-base.c859 unsigned int handled = 0; in shdma_reset() local
897 handled++; in shdma_reset()
900 return !!handled; in shdma_reset()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_intr.c301 int handled; in handle_e_ibstatuschanged() local
302 handled = dd->ipath_f_ib_updown(dd, 0, ibcs); in handle_e_ibstatuschanged()
304 if (handled) { in handle_e_ibstatuschanged()
/linux-4.4.14/drivers/pinctrl/qcom/
Dpinctrl-msm.c763 int handled = 0; in msm_gpio_irq_handler() local
779 handled++; in msm_gpio_irq_handler()
784 if (handled == 0) in msm_gpio_irq_handler()
/linux-4.4.14/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt16 etc... These are now handled by the framework and just call the driver when
33 the most common ones are handled by the framework, supported by some assistance
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_mbox.c2064 int handled; in megaraid_ack_sequence() local
2076 handled = 0; in megaraid_ack_sequence()
2086 handled = 1; in megaraid_ack_sequence()
2154 if (handled) in megaraid_ack_sequence()
2157 return handled; in megaraid_ack_sequence()
2172 int handled; in megaraid_isr() local
2174 handled = megaraid_ack_sequence(adapter); in megaraid_isr()
2181 return IRQ_RETVAL(handled); in megaraid_isr()
/linux-4.4.14/Documentation/ia64/
DIRQ-redir.txt51 will be handled by CPU #0.
/linux-4.4.14/arch/m68k/fpsp040/
Dskeleton.S20 | If the exception was completely handled by the package, then
402 | faults should have already been handled.
/linux-4.4.14/Documentation/hwmon/
Dpmbus-core96 Virtual commands have to be handled in device specific driver code. Chip driver
100 handled more efficiently and thus preferred. Either case, the calling PMBus
137 which _must_ be handled in driver specific code. See "Virtual PMBus Commands"

123