Home
last modified time | relevance | path

Searched refs:handled (Results 1 – 25 of 625) sorted by relevance

12345678910>>...25

/kernel/linux/linux-5.10/drivers/usb/mtu3/
Dmtu3_gadget_ep0.c209 int handled = 1; in ep0_get_status() local
236 handled = -EINVAL; in ep0_get_status()
244 handled = -EINVAL; in ep0_get_status()
253 handled = 0; in ep0_get_status()
257 if (handled > 0) { in ep0_get_status()
269 handled = ret; in ep0_get_status()
271 return handled; in ep0_get_status()
277 int handled = 1; in handle_test_mode() local
298 handled = -EINVAL; in handle_test_mode()
320 return handled; in handle_test_mode()
[all …]
/kernel/linux/linux-5.10/drivers/usb/musb/
Dmusb_gadget_ep0.c55 int handled = 1; in service_tx_status_request() local
94 handled = -EINVAL; in service_tx_status_request()
105 handled = -EINVAL; in service_tx_status_request()
123 handled = 0; in service_tx_status_request()
128 if (handled > 0) { in service_tx_status_request()
136 return handled; in service_tx_status_request()
153 int handled = 0; /* not handled */ in service_in_request() local
159 handled = service_tx_status_request(musb, in service_in_request()
169 return handled; in service_in_request()
209 int handled = -EINVAL; in service_zero_data_request() local
[all …]
/kernel/linux/linux-5.10/include/trace/events/
Dnmi.h13 TP_PROTO(void *handler, s64 delta_ns, int handled),
15 TP_ARGS(handler, delta_ns, handled),
20 __field( int, handled )
26 __entry->handled = handled;
32 __entry->handled)
/kernel/linux/linux-5.10/arch/x86/kernel/
Dnmi.c125 int handled=0; in nmi_handle() local
141 handled += thishandled; in nmi_handle()
151 return handled; in nmi_handle()
276 int handled; in unknown_nmi_error() local
284 handled = nmi_handle(NMI_UNKNOWN, regs); in unknown_nmi_error()
285 if (handled) { in unknown_nmi_error()
286 __this_cpu_add(nmi_stats.unknown, handled); in unknown_nmi_error()
309 int handled; in default_do_nmi() local
334 handled = nmi_handle(NMI_LOCAL, regs); in default_do_nmi()
335 __this_cpu_add(nmi_stats.normal, handled); in default_do_nmi()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dmce_power.c483 int handled = 0; in mce_handle_ierror() local
497 handled = mce_flush(MCE_FLUSH_SLB); in mce_handle_ierror()
500 handled = mce_flush(MCE_FLUSH_ERAT); in mce_handle_ierror()
503 handled = mce_flush(MCE_FLUSH_TLB); in mce_handle_ierror()
551 return handled; in mce_handle_ierror()
569 int handled = 0; in mce_handle_derror() local
585 handled = 1; in mce_handle_derror()
589 handled = 1; in mce_handle_derror()
593 handled = 1; in mce_handle_derror()
650 return handled; in mce_handle_derror()
[all …]
/kernel/linux/linux-5.10/sound/soc/sof/intel/
DKconfig17 This option is not user-selectable but automagically handled by
33 This option is not user-selectable but automagically handled by
39 This option is not user-selectable but automagically handled by
47 This option is not user-selectable but automagically handled by
57 This option is not user-selectable but automagically handled by
82 This option is not user-selectable but automagically handled by
106 This option is not user-selectable but automagically handled by
125 This option is not user-selectable but automagically handled by
140 This option is not user-selectable but automagically handled by
155 This option is not user-selectable but automagically handled by
[all …]
/kernel/linux/linux-5.10/drivers/regulator/
Dda9210-regulator.c73 unsigned int val, handled = 0; in da9210_irq_handler() local
84 handled |= DA9210_E_OVCURR; in da9210_irq_handler()
90 handled |= DA9210_E_NPWRGOOD; in da9210_irq_handler()
95 handled |= val & (DA9210_E_TEMP_WARN | DA9210_E_TEMP_CRIT); in da9210_irq_handler()
101 handled |= DA9210_E_VMAX; in da9210_irq_handler()
104 if (handled) { in da9210_irq_handler()
106 error = regmap_write(chip->regmap, DA9210_REG_EVENT_B, handled); in da9210_irq_handler()
/kernel/linux/linux-5.10/drivers/irqchip/
Dirq-versatile-fpga.c102 int handled = 0; in handle_one_fpga() local
109 handled = 1; in handle_one_fpga()
112 return handled; in handle_one_fpga()
121 int i, handled; in fpga_handle_irq() local
124 for (i = 0, handled = 0; i < fpga_irq_id; ++i) in fpga_handle_irq()
125 handled |= handle_one_fpga(&fpga_irq_devices[i], regs); in fpga_handle_irq()
126 } while (handled); in fpga_handle_irq()
Dirq-vic.c207 int handled = 0; in handle_one_vic() local
212 handled = 1; in handle_one_vic()
215 return handled; in handle_one_vic()
240 int i, handled; in vic_handle_irq() local
243 for (i = 0, handled = 0; i < vic_id; ++i) in vic_handle_irq()
244 handled |= handle_one_vic(&vic_devices[i], regs); in vic_handle_irq()
245 } while (handled); in vic_handle_irq()
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
Dcx23885-av.c18 bool handled = false; in cx23885_av_work_handler() local
21 PCI_MSK_AV_CORE, &handled); in cx23885_av_work_handler()
26 if (!handled) { in cx23885_av_work_handler()
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/
Dmga_irq.c53 int handled = 0; in mga_driver_irq_handler() local
62 handled = 1; in mga_driver_irq_handler()
81 handled = 1; in mga_driver_irq_handler()
84 if (handled) in mga_driver_irq_handler()
/kernel/linux/linux-5.10/drivers/media/i2c/
Dtc358743.c923 bool *handled) in tc358743_cec_handler() argument
956 if (handled) in tc358743_cec_handler()
957 *handled = true; in tc358743_cec_handler()
972 if (handled) in tc358743_cec_handler()
973 *handled = true; in tc358743_cec_handler()
1046 bool *handled) in tc358743_hdmi_audio_int_handler() argument
1059 static void tc358743_csi_err_int_handler(struct v4l2_subdev *sd, bool *handled) in tc358743_csi_err_int_handler() argument
1067 bool *handled) in tc358743_hdmi_misc_int_handler() argument
1088 if (handled) in tc358743_hdmi_misc_int_handler()
1089 *handled = true; in tc358743_hdmi_misc_int_handler()
[all …]
/kernel/linux/linux-5.10/Documentation/trace/
Devents-nmi.rst41 …>-0 [000] d.h3 505.397558: nmi_handler: perf_event_nmi_handler() delta_ns: 3236765 handled: 1
42 …>-0 [000] d.h3 505.805893: nmi_handler: perf_event_nmi_handler() delta_ns: 3174234 handled: 1
43 …>-0 [000] d.h3 506.158206: nmi_handler: perf_event_nmi_handler() delta_ns: 3084642 handled: 1
44 …>-0 [000] d.h3 506.334346: nmi_handler: perf_event_nmi_handler() delta_ns: 3080351 handled: 1
/kernel/linux/linux-5.10/net/switchdev/
Dswitchdev.c112 .handled = false, in switchdev_port_attr_notify()
119 WARN_ON(!attr_info.handled); in switchdev_port_attr_notify()
123 if (!attr_info.handled) in switchdev_port_attr_notify()
233 .handled = false, in switchdev_port_obj_notify()
239 WARN_ON(!obj_info.handled); in switchdev_port_obj_notify()
242 if (!obj_info.handled) in switchdev_port_obj_notify()
466 port_obj_info->handled = true; in __switchdev_handle_port_obj_add()
521 port_obj_info->handled = true; in __switchdev_handle_port_obj_del()
575 port_attr_info->handled = true; in __switchdev_handle_port_attr_set()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_ras.c72 long handled = 1; in kvmppc_realmode_mc_power7() local
91 handled = 0; in kvmppc_realmode_mc_power7()
106 handled = 0; in kvmppc_realmode_mc_power7()
116 if (handled && mce_evt.version == MCE_V1) in kvmppc_realmode_mc_power7()
/kernel/linux/linux-5.10/sound/soc/sof/imx/
DKconfig19 This option is not user-selectable but automagically handled by
25 This option is not user-selectable but automagically handled by
42 This option is not user-selectable but automagically handled by
58 This option is not user-selectable but automagically handled by
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Damplc_pc236_common.c125 bool handled; in pc236_interrupt() local
127 handled = pc236_intr_check(dev); in pc236_interrupt()
128 if (dev->attached && handled) { in pc236_interrupt()
132 return IRQ_RETVAL(handled); in pc236_interrupt()
/kernel/linux/linux-5.10/kernel/irq/
Dspurious.c313 int handled; in note_interrupt() local
338 handled = atomic_read(&desc->threads_handled); in note_interrupt()
339 handled |= SPURIOUS_DEFERRED; in note_interrupt()
340 if (handled != desc->threads_handled_last) { in note_interrupt()
350 desc->threads_handled_last = handled; in note_interrupt()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/ata/
Dsata_qstor.c359 unsigned int handled = 0; in qs_intr_pkt() local
379 handled = 1; in qs_intr_pkt()
396 return handled; in qs_intr_pkt()
401 unsigned int handled = 0, port_no; in qs_intr_mmio() local
420 handled = 1; in qs_intr_mmio()
427 handled |= ata_sff_port_intr(ap, qc); in qs_intr_mmio()
429 return handled; in qs_intr_mmio()
435 unsigned int handled = 0; in qs_intr() local
441 handled = qs_intr_pkt(host) | qs_intr_mmio(host); in qs_intr()
446 return IRQ_RETVAL(handled); in qs_intr()
Dpdc_adma.c412 unsigned int handled = 0, port_no; in adma_intr_pkt() local
423 handled = 1; in adma_intr_pkt()
457 return handled; in adma_intr_pkt()
462 unsigned int handled = 0, port_no; in adma_intr_mmio() local
496 handled = 1; in adma_intr_mmio()
499 return handled; in adma_intr_mmio()
505 unsigned int handled = 0; in adma_intr() local
510 handled = adma_intr_pkt(host) | adma_intr_mmio(host); in adma_intr()
515 return IRQ_RETVAL(handled); in adma_intr()
/kernel/linux/linux-5.10/arch/arm64/kvm/
Dhandle_exit.c217 int handled; in handle_trap_exceptions() local
225 handled = 1; in handle_trap_exceptions()
230 handled = exit_handler(vcpu); in handle_trap_exceptions()
233 return handled; in handle_trap_exceptions()
/kernel/linux/linux-5.10/arch/arm/mach-imx/
Dtzic.c125 int i, irqofs, handled; in tzic_handle_irq() local
128 handled = 0; in tzic_handle_irq()
135 handled = 1; in tzic_handle_irq()
141 } while (handled); in tzic_handle_irq()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/input/serio/
Drpckbd.c49 int handled = IRQ_NONE; in rpckbd_rx() local
55 handled = IRQ_HANDLED; in rpckbd_rx()
57 return handled; in rpckbd_rx()

12345678910>>...25