Home
last modified time | relevance | path

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

123

/linux-4.1.27/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.1.27/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.1.27/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.c528 irqreturn_t handled = IRQ_NONE; in musb_stage0_irq() local
538 handled = IRQ_HANDLED; in musb_stage0_irq()
628 handled = IRQ_HANDLED; in musb_stage0_irq()
699 handled = IRQ_HANDLED; in musb_stage0_irq()
705 handled = IRQ_HANDLED; in musb_stage0_irq()
761 handled = IRQ_HANDLED; in musb_stage0_irq()
820 handled = IRQ_HANDLED; in musb_stage0_irq()
865 handled = IRQ_HANDLED; in musb_stage0_irq()
936 handled = IRQ_HANDLED; in musb_stage0_irq()
964 return handled; in musb_stage0_irq()
/linux-4.1.27/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, false); 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, b2b); in default_do_nmi()
336 __this_cpu_add(nmi_stats.normal, handled); in default_do_nmi()
[all …]
/linux-4.1.27/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.1.27/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.c218 int handled = 0; in handle_one_vic() local
223 handled = 1; in handle_one_vic()
226 return handled; in handle_one_vic()
251 int i, handled; in vic_handle_irq() local
254 for (i = 0, handled = 0; i < vic_id; ++i) in vic_handle_irq()
255 handled |= handle_one_vic(&vic_devices[i], regs); in vic_handle_irq()
256 } while (handled); in vic_handle_irq()
/linux-4.1.27/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.c524 int handled = 0; in do_IPI() local
535 handled = 1; in do_IPI()
554 return handled; in do_IPI()
617 int Inst, PTBI pTBI, int *handled) in ipi_handler() argument
619 *handled = do_IPI(); in ipi_handler()
/linux-4.1.27/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.c1554 int handled = 0; in cx23885_irq_417() local
1557 return handled; in cx23885_irq_417()
1599 handled = 1; in cx23885_irq_417()
1602 return handled; in cx23885_irq_417()
1608 int handled = 0; in cx23885_irq_ts() local
1650 handled = 1; in cx23885_irq_ts()
1653 return handled; in cx23885_irq_ts()
1666 int vida_count = 0, ts1_count = 0, ts2_count = 0, handled = 0; in cx23885_irq() local
1765 handled += netup_ci_slot_status(dev, pci_status); in cx23885_irq()
1769 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.c1003 int handled = 0; in cx23885_video_irq() local
1007 return handled; in cx23885_video_irq()
1042 handled++; in cx23885_video_irq()
1046 handled += cx23885_vbi_irq(dev, status); in cx23885_video_irq()
1048 return handled; in cx23885_video_irq()
/linux-4.1.27/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.1.27/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.1.27/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.c482 int handled; in dio200_interrupt() local
487 handled = dio200_handle_read_intr(dev, s); in dio200_interrupt()
489 return IRQ_RETVAL(handled); in dio200_interrupt()
/linux-4.1.27/kernel/irq/
Dspurious.c315 int handled; in note_interrupt() local
340 handled = atomic_read(&desc->threads_handled); in note_interrupt()
341 handled |= SPURIOUS_DEFERRED; in note_interrupt()
342 if (handled != desc->threads_handled_last) { in note_interrupt()
352 desc->threads_handled_last = handled; in note_interrupt()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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()
268 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()
Dperf_event_intel.c1578 int handled; in intel_pmu_handle_irq() local
1589 handled = intel_pmu_drain_bts_buffer(); in intel_pmu_handle_irq()
1590 handled += intel_bts_interrupt(); in intel_pmu_handle_irq()
1626 handled++; in intel_pmu_handle_irq()
1634 handled++; in intel_pmu_handle_irq()
1648 handled++; in intel_pmu_handle_irq()
1681 return handled; in intel_pmu_handle_irq()
Dperf_event.c1362 int idx, handled = 0; in x86_pmu_handle_irq() local
1385 handled++; in x86_pmu_handle_irq()
1398 handled++; in x86_pmu_handle_irq()
1408 if (handled) in x86_pmu_handle_irq()
1411 return handled; in x86_pmu_handle_irq()
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Drx.c887 u32 handled = 0; in iwl_pcie_irq_handler() local
972 handled |= CSR_INT_BIT_HW_ERR; in iwl_pcie_irq_handler()
1017 handled |= CSR_INT_BIT_RF_KILL; in iwl_pcie_irq_handler()
1024 handled |= CSR_INT_BIT_CT_KILL; in iwl_pcie_irq_handler()
1033 handled |= CSR_INT_BIT_SW_ERR; in iwl_pcie_irq_handler()
1044 handled |= CSR_INT_BIT_WAKEUP; in iwl_pcie_irq_handler()
1054 handled |= (CSR_INT_BIT_FH_RX | CSR_INT_BIT_SW_RX); in iwl_pcie_irq_handler()
1059 handled |= CSR_INT_BIT_RX_PERIODIC; in iwl_pcie_irq_handler()
1101 handled |= CSR_INT_BIT_FH_TX; in iwl_pcie_irq_handler()
1107 if (inta & ~handled) { in iwl_pcie_irq_handler()
[all …]
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/gpu/drm/via/
Dvia_irq.c112 int handled = 0; in via_driver_irq_handler() local
135 handled = 1; in via_driver_irq_handler()
142 handled = 1; in via_driver_irq_handler()
155 if (handled) in via_driver_irq_handler()
/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-ipc.c642 int handled = 0; in hsw_module_message() local
654 handled = 1; in hsw_module_message()
657 handled = hsw_process_reply(hsw, header); in hsw_module_message()
661 return handled; in hsw_module_message()
668 int handled = 0; in hsw_stream_message() local
676 return handled; in hsw_stream_message()
690 handled = hsw_process_reply(hsw, header); in hsw_stream_message()
694 return handled; in hsw_stream_message()
724 int handled = 1; in hsw_process_notification() local
734 return handled; in hsw_process_notification()
[all …]
/linux-4.1.27/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.1.27/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.c1701 int handled; in pxa25x_udc_irq() local
1707 handled = 0; in pxa25x_udc_irq()
1712 handled = 1; in pxa25x_udc_irq()
1725 handled = 1; in pxa25x_udc_irq()
1737 handled = 1; in pxa25x_udc_irq()
1768 handled = 1; in pxa25x_udc_irq()
1778 handled = 1; in pxa25x_udc_irq()
1784 handled = 1; in pxa25x_udc_irq()
1792 } while (handled); in pxa25x_udc_irq()
Dgoku_udc.c1505 handled = 1; \
1513 u32 stat, handled = 0; in goku_irq() local
1530 handled = 1; in goku_irq()
1549 handled = 1; in goku_irq()
1654 handled = 1; in goku_irq()
1667 return IRQ_RETVAL(handled); in goku_irq()
/linux-4.1.27/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.1.27/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.1.27/arch/arc/mm/
Dcache_arc700.c175 int handled; in arc_cache_init() local
185 handled = IS_ENABLED(CONFIG_ARC_CACHE_VIPT_ALIASING); in arc_cache_init()
187 if (dc->alias && !handled) in arc_cache_init()
189 else if (!dc->alias && handled) in arc_cache_init()
/linux-4.1.27/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.1.27/drivers/tty/serial/
Dmen_z135_uart.c394 bool handled = false; in men_z135_intr() local
409 handled = true; in men_z135_intr()
416 handled = true; in men_z135_intr()
421 handled = true; in men_z135_intr()
426 handled = true; in men_z135_intr()
431 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.c582 int handled = 0; in ser_interrupt() local
599 handled = 1; in ser_interrupt()
605 handled = 1; in ser_interrupt()
609 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.c1928 int handled = 0; in tr_interrupt() local
1940 handled = 1; in tr_interrupt()
1955 return IRQ_RETVAL(handled); in tr_interrupt()
1966 int handled = 0; in rec_interrupt() local
1978 handled = 1; in rec_interrupt()
1986 return IRQ_RETVAL(handled); in rec_interrupt()
2514 int handled = 0; in ser_interrupt() local
2525 handled = 1; in ser_interrupt()
2568 handled = 1; in ser_interrupt()
2596 return IRQ_RETVAL(handled); in ser_interrupt()
/linux-4.1.27/tools/perf/
Dperf.c148 int handled = 0; in handle_options() local
193 handled++; in handle_options()
272 handled++; in handle_options()
274 return handled; in handle_options()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/media/platform/marvell-ccic/
Dcafe-driver.c437 unsigned int irqs, handled; in cafe_irq() local
441 handled = cam->registered && mccic_irq(mcam, irqs); in cafe_irq()
445 handled = 1; in cafe_irq()
448 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.c1834 unsigned int frame, handled = 0; in mccic_irq() local
1851 handled = 1; in mccic_irq()
1864 handled = IRQ_HANDLED; in mccic_irq()
1868 if (handled == IRQ_HANDLED) { in mccic_irq()
1873 return handled; in mccic_irq()
/linux-4.1.27/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()
Du14-34f.c1758 if ((HD(j)->iocount > 500) && ((HD(j)->iocount % 500) < 3)) goto handled; in ihdlr()
1763 goto handled; in ihdlr()
1769 goto handled; in ihdlr()
1774 goto handled; in ihdlr()
1922 handled: in ihdlr()
/linux-4.1.27/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.c506 int handled = 0, sr, err; in isl1208_rtc_interrupt() local
537 handled = 1; in isl1208_rtc_interrupt()
545 return handled ? IRQ_HANDLED : IRQ_NONE; in isl1208_rtc_interrupt()
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/
Dentry-macro.S24 @ handled
/linux-4.1.27/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.1.27/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.1.27/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()
/linux-4.1.27/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.1.27/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.1.27/net/batman-adv/
Dbridge_loop_avoidance.c1468 goto handled; in batadv_bla_rx()
1476 goto handled; in batadv_bla_rx()
1508 goto handled; in batadv_bla_rx()
1524 handled: in batadv_bla_rx()
1568 goto handled; in batadv_bla_tx()
1575 goto handled; in batadv_bla_tx()
1603 goto handled; in batadv_bla_tx()
1614 handled: in batadv_bla_tx()
/linux-4.1.27/drivers/staging/fwserial/
DTODO4 - I/O is handled asynchronously which presents some issues when error
/linux-4.1.27/drivers/pci/pcie/aer/
DKconfig13 Port will be handled by PCI Express AER driver.
/linux-4.1.27/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.c406 dev_data->handled++; in xen_pcibk_guest_interrupt()
407 if ((dev_data->handled % 1000) == 0) { in xen_pcibk_guest_interrupt()
Dpciback.h51 unsigned long handled; member
/linux-4.1.27/drivers/media/pci/smipcie/
Dsmipcie.c454 int handled = 0; in smi_port_irq() local
461 handled = 1; in smi_port_irq()
463 return handled; in smi_port_irq()
471 int handled = 0; in smi_irq_handler() local
477 handled += smi_port_irq(port0, intr_status); in smi_irq_handler()
481 handled += smi_port_irq(port1, intr_status); in smi_irq_handler()
483 return IRQ_RETVAL(handled); in smi_irq_handler()
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dste-coh901318.txt12 - dma-channels: the number of DMA channels handled
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/
Dintc.txt15 - ti,intc-size: Number of interrupts handled by the interrupt controller.
/linux-4.1.27/Documentation/devicetree/bindings/arm/davinci/
Dcp-intc.txt16 - ti,intc-size: Number of interrupts handled by the interrupt controller.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv04.c363 bool handled = false; in nv04_fifo_swmthd() local
382 handled = true; in nv04_fifo_swmthd()
397 handled = true; in nv04_fifo_swmthd()
405 return handled; in nv04_fifo_swmthd()
/linux-4.1.27/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.c398 int handled = 0; in pxamci_irq() local
408 handled |= pxamci_cmd_done(host, stat); in pxamci_irq()
410 handled |= pxamci_data_done(host, stat); in pxamci_irq()
413 handled = 1; in pxamci_irq()
417 return IRQ_RETVAL(handled); in pxamci_irq()
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/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.1.27/arch/arm/vfp/
Dentry.S52 ret r9 @ we have handled the fault
/linux-4.1.27/drivers/target/
Dtarget_core_user.c536 int handled = 0; in tcmu_handle_completions() local
581 handled++; in tcmu_handle_completions()
591 return handled; in tcmu_handle_completions()
617 int handled; in tcmu_device_timedout() local
619 handled = tcmu_handle_completions(udev); in tcmu_device_timedout()
621 pr_warn("%d completions handled from timeout\n", handled); in tcmu_device_timedout()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
DTODO13 . This can be handled by the dma-buf fence/reservation stuff when it
/linux-4.1.27/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.1.27/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.1.27/drivers/nfc/pn544/
DKconfig31 is handled by Intel's Management Engine Interface on your platform.
/linux-4.1.27/drivers/nfc/microread/
DKconfig32 is handled by Intel's Management Engine Interface on your platform.
/linux-4.1.27/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()
Dpd6729.c178 int handled = 0; in pd6729_interrupt() local
199 handled = 1; in pd6729_interrupt()
232 return IRQ_RETVAL(handled); in pd6729_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()
/linux-4.1.27/sound/pci/asihpi/
Dhpioctl.c314 int handled; in asihpi_isr() local
322 handled = a->adapter->irq_query_and_clear(a->adapter, 0); in asihpi_isr()
324 if (!handled) in asihpi_isr()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-dsp-keystone.txt13 - reading pin value returns 0 - if IRQ was handled or 1 - IRQ is still
/linux-4.1.27/arch/powerpc/include/asm/
Dmce.h189 extern void save_mce_event(struct pt_regs *regs, long handled,
/linux-4.1.27/drivers/base/regmap/
Dregmap-irq.c195 bool handled = false; in regmap_irq_thread() local
288 handled = true; in regmap_irq_thread()
295 if (handled) in regmap_irq_thread()
/linux-4.1.27/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.1.27/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.1.27/drivers/hv/
Dvmbus_drv.c718 bool handled = false; in vmbus_isr() local
738 handled = true; in vmbus_isr()
747 handled = true; in vmbus_isr()
750 if (handled) in vmbus_isr()
/linux-4.1.27/drivers/media/usb/pwc/
DKconfig24 Some newer logitech webcams are not handled by this driver but by the
/linux-4.1.27/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.1.27/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.c362 int loop, handled = 0; in cx8802_irq() local
372 handled = 1; in cx8802_irq()
388 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.1.27/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.1.27/Documentation/i2c/
Dold-module-parameters41 the driver. The dummy device will be handled by i2c-core itself, preventing
/linux-4.1.27/Documentation/device-mapper/
Ddm-flakey.txt34 Read I/O is handled correctly.
/linux-4.1.27/Documentation/power/
Dstates.txt92 STD can be handled by the firmware or the kernel. If it is handled by
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c714 bool handled; in radeon_dp_mst_check_status() local
721 ret = drm_dp_mst_hpd_irq(&radeon_connector->mst_mgr, esi, &handled); in radeon_dp_mst_check_status()
723 if (handled) { in radeon_dp_mst_check_status()
/linux-4.1.27/drivers/net/wan/
Dhd64572.c355 int i, handled = 0; in sca_intr() local
360 handled = 1; in sca_intr()
366 return IRQ_RETVAL(handled); in sca_intr()
Dwanxl.c251 int handled = 0; in wanxl_intr() local
255 handled = 1; in wanxl_intr()
268 return IRQ_RETVAL(handled); in wanxl_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.1.27/drivers/pinctrl/
Dpinctrl-amd.c502 int handled = 0; in amd_gpio_irq_handler() local
536 handled++; in amd_gpio_irq_handler()
542 if (handled == 0) in amd_gpio_irq_handler()
/linux-4.1.27/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.1.27/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
Dpci.txt101 being handled by this driver is removed (either during
176 automatically calls the remove hook for all devices handled by the driver.
441 it decides the IRQ isn't going to get handled and masks the IRQ (100,000
453 This function will return control once any pending IRQs are handled,
560 to be handled by platform and generic code, not individual drivers.
602 needs to be handled. Many drivers (e.g. tg3, acenic, sym53c8xx_2)
/linux-4.1.27/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.1.27/drivers/media/pci/saa7164/
Dsaa7164-core.c629 int i, handled = 0, bit; in saa7164_irq() local
633 handled = 0; in saa7164_irq()
649 handled = 1; in saa7164_irq()
651 if (handled == 0) in saa7164_irq()
719 return IRQ_RETVAL(handled); in saa7164_irq()
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/speakup/
DTODO31 /sys/class/vtconsole/vtcon0/speakup, the nasty path being handled by
/linux-4.1.27/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.1.27/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.1.27/drivers/infiniband/hw/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.1.27/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.1.27/Documentation/laptops/
Dtoshiba_haps.txt53 provided to query such information, handled by the kernel module toshiba_acpi
/linux-4.1.27/Documentation/fb/
Dtgafb.txt26 * Sync-on-green is now handled properly
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Dsnps-dw-apb-uart.txt13 The supplying peripheral clock can also be handled, needing a second property
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc9194.c1351 int handled = 0; in smc_interrupt() local
1376 handled = 1; in smc_interrupt()
1449 return IRQ_RETVAL(handled); in smc_interrupt()
/linux-4.1.27/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()
D3c574_cs.c776 int handled = 0; in el3_interrupt() local
795 handled = 1; in el3_interrupt()
855 return IRQ_RETVAL(handled); in el3_interrupt()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/extcon/
Dextcon-arizona.c833 goto handled; in arizona_micd_detect()
856 goto handled; in arizona_micd_detect()
882 goto handled; in arizona_micd_detect()
927 handled: in arizona_micd_detect()
/linux-4.1.27/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
DJoystick.txt14 cards. In the case of ISA (PnP) cards, it's usually handled by the
/linux-4.1.27/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.1.27/drivers/pinctrl/qcom/
Dpinctrl-msm.c774 int handled = 0; in msm_gpio_irq_handler() local
790 handled++; in msm_gpio_irq_handler()
795 if (handled == 0) in msm_gpio_irq_handler()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_intr.c302 int handled; in handle_e_ibstatuschanged() local
303 handled = dd->ipath_f_ib_updown(dd, 0, ibcs); in handle_e_ibstatuschanged()
305 if (handled) { in handle_e_ibstatuschanged()
/linux-4.1.27/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.1.27/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.1.27/Documentation/ia64/
DIRQ-redir.txt51 will be handled by CPU #0.
/linux-4.1.27/arch/m68k/fpsp040/
Dskeleton.S20 | If the exception was completely handled by the package, then
402 | faults should have already been handled.
/linux-4.1.27/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"
Dlm8777 - VID lines (default) or IRQ lines (not handled by this driver)
/linux-4.1.27/drivers/bus/
Darm-cci.c431 int idx, handled = IRQ_NONE; in pmu_handle_irq() local
457 handled = IRQ_HANDLED; in pmu_handle_irq()
461 return IRQ_RETVAL(handled); in pmu_handle_irq()
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-alsa.c219 int loop, handled = 0; in saa7134_alsa_irq() local
226 handled = 1; in saa7134_alsa_irq()
240 return IRQ_RETVAL(handled); in saa7134_alsa_irq()
/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet-main.c346 int handled; in fs_enet_interrupt() local
388 handled = nr > 0; in fs_enet_interrupt()
389 return IRQ_RETVAL(handled); in fs_enet_interrupt()
/linux-4.1.27/drivers/net/ethernet/8390/
Daxnet_cs.c1093 int handled = 0; in ax_interrupt() local
1139 handled = 1; in ax_interrupt()
1172 handled = 1; in ax_interrupt()
1193 return IRQ_RETVAL(handled); in ax_interrupt()
/linux-4.1.27/Documentation/devicetree/bindings/c6x/
Dinterrupt.txt40 it is no longer handled through a megamodule interrupt combiner and is
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dvm.txt78 are not handled by KVM need to by imlemented in the VM driver code.
/linux-4.1.27/net/mac80211/
Drx.c2654 goto handled; in ieee80211_rx_h_action()
2661 goto handled; in ieee80211_rx_h_action()
2671 goto handled; in ieee80211_rx_h_action()
2683 goto handled; in ieee80211_rx_h_action()
2690 goto handled; in ieee80211_rx_h_action()
2738 goto handled; in ieee80211_rx_h_action()
2795 goto handled; in ieee80211_rx_h_action()
2833 goto handled; in ieee80211_rx_h_action()
2878 handled: in ieee80211_rx_h_action()
/linux-4.1.27/drivers/staging/vt6655/
Ddevice_main.c1066 int handled = 0; in device_intr() local
1072 return IRQ_RETVAL(handled); in device_intr()
1076 return IRQ_RETVAL(handled); in device_intr()
1079 handled = 1; in device_intr()
1182 return IRQ_RETVAL(handled); in device_intr()
/linux-4.1.27/drivers/net/wireless/cw1200/
Dwsm.c1466 bool handled = false; in wsm_handle_tx_data() local
1557 handled = true; in wsm_handle_tx_data()
1562 handled = true; in wsm_handle_tx_data()
1571 handled = true; in wsm_handle_tx_data()
1580 return handled; in wsm_handle_tx_data()
/linux-4.1.27/Documentation/sound/alsa/soc/
Djack.txt10 to be present on a single jack but handled by separate bits of

123