Home
last modified time | relevance | path

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

12345678910>>...36

/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c230 handled = 0; in ep0_get_status()
255 handled = 0; in ep0_get_status()
335 handled = 1; in ep0_handle_feature_dev()
357 handled = 1; in ep0_handle_feature_dev()
372 handled = 1; in ep0_handle_feature_dev()
418 handled = 1; in ep0_handle_feature()
427 handled = 0; in ep0_handle_feature()
468 handled = 1; in handle_standard_request()
483 handled = 0; in handle_standard_request()
498 handled = 1; in handle_standard_request()
[all …]
/openbmc/linux/include/trace/events/
H A 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)
/openbmc/linux/drivers/usb/musb/
H A Dmusb_gadget_ep0.c55 int handled = 1; in service_tx_status_request() local
123 handled = 0; in service_tx_status_request()
136 return handled; in service_tx_status_request()
169 return handled; in service_in_request()
221 handled = 1; in service_zero_data_request()
231 handled = 1; in service_zero_data_request()
259 handled = 1; in service_zero_data_request()
294 handled = 0; in service_zero_data_request()
302 handled = 1; in service_zero_data_request()
450 handled = 0; in service_zero_data_request()
[all …]
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c61 int handled = 1; in service_tx_status_request() local
125 handled = 0; in service_tx_status_request()
138 return handled; in service_tx_status_request()
171 return handled; in service_in_request()
223 handled = 1; in service_zero_data_request()
233 handled = 1; in service_zero_data_request()
261 handled = 1; in service_zero_data_request()
296 handled = 0; in service_zero_data_request()
304 handled = 1; in service_zero_data_request()
456 handled = 0; in service_zero_data_request()
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-input-test.c13 bool handled; in hid_test_input_set_battery_charge_status() local
18 handled = hidinput_set_battery_charge_status(dev, HID_DG_HEIGHT, 0); in hid_test_input_set_battery_charge_status()
19 KUNIT_EXPECT_FALSE(test, handled); in hid_test_input_set_battery_charge_status()
22 handled = hidinput_set_battery_charge_status(dev, HID_BAT_CHARGING, 0); in hid_test_input_set_battery_charge_status()
23 KUNIT_EXPECT_TRUE(test, handled); in hid_test_input_set_battery_charge_status()
26 handled = hidinput_set_battery_charge_status(dev, HID_BAT_CHARGING, 1); in hid_test_input_set_battery_charge_status()
27 KUNIT_EXPECT_TRUE(test, handled); in hid_test_input_set_battery_charge_status()
/openbmc/linux/arch/powerpc/kvm/
H A 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()
109 return handled; in kvmppc_realmode_mc_power7()
115 long handled; in kvmppc_realmode_machine_check() local
119 handled = 0; in kvmppc_realmode_machine_check()
121 handled = kvmppc_realmode_mc_power7(vcpu); in kvmppc_realmode_machine_check()
131 if (handled && mce_evt.version == MCE_V1) in kvmppc_realmode_machine_check()
/openbmc/qemu/hw/core/
H A Dnmi.c31 bool handled; member
44 ns->handled = true; in do_nmi()
65 .handled = false in nmi_monitor_handle()
69 if (ns.handled) { in nmi_monitor_handle()
/openbmc/linux/arch/x86/kernel/
H A Dnmi.c134 int handled=0; in nmi_handle() local
150 handled += thishandled; in nmi_handle()
160 return handled; in nmi_handle()
289 int handled; in unknown_nmi_error() local
297 handled = nmi_handle(NMI_UNKNOWN, regs); in unknown_nmi_error()
298 if (handled) { in unknown_nmi_error()
321 int handled; in default_do_nmi() local
346 handled = nmi_handle(NMI_LOCAL, regs); in default_do_nmi()
347 __this_cpu_add(nmi_stats.normal, handled); in default_do_nmi()
348 if (handled) { in default_do_nmi()
[all …]
/openbmc/linux/drivers/regulator/
H A 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()
/openbmc/linux/drivers/irqchip/
H A Dirq-versatile-fpga.c114 int handled = 0; in handle_one_fpga() local
121 handled = 1; in handle_one_fpga()
124 return handled; in handle_one_fpga()
133 int i, handled; in fpga_handle_irq() local
136 for (i = 0, handled = 0; i < fpga_irq_id; ++i) in fpga_handle_irq()
137 handled |= handle_one_fpga(&fpga_irq_devices[i], regs); in fpga_handle_irq()
138 } while (handled); in fpga_handle_irq()
H A 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()
/openbmc/linux/arch/powerpc/kernel/
H A Dmce_power.c489 int handled = 0; in mce_handle_ierror() local
506 handled = mce_flush(MCE_FLUSH_SLB); in mce_handle_ierror()
512 handled = mce_flush(MCE_FLUSH_TLB); in mce_handle_ierror()
561 return handled; in mce_handle_ierror()
579 int handled = 0; in mce_handle_derror() local
598 handled = 1; in mce_handle_derror()
602 handled = 1; in mce_handle_derror()
606 handled = 1; in mce_handle_derror()
664 return handled; in mce_handle_derror()
707 long handled; in mce_handle_error() local
[all …]
/openbmc/linux/drivers/media/pci/cx23885/
H A 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()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_cmds.c26 u32 handled; member
42 .handled = 1,
47 .handled = 0,
52 .handled = 0,
57 .handled = 0,
62 .handled = 1,
201 static bool vpu_check_response(struct vpu_cmd_t *cmd, u32 response, u32 handled) in vpu_check_response() argument
211 if (request->handled != handled) in vpu_check_response()
217 int vpu_response_cmd(struct vpu_inst *inst, u32 response, u32 handled) in vpu_response_cmd() argument
226 if (vpu_check_response(inst->pending, response, handled)) in vpu_response_cmd()
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py29 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument
30 if 'buildsystem' in handled:
42 handled.append('buildsystem')
306 if 'buildsystem' in handled:
314 handled.append('buildsystem')
321 if 'buildsystem' in handled:
326 handled.append('buildsystem')
333 if 'buildsystem' in handled:
378 handled.append('buildsystem')
736 if 'buildsystem' in handled:
[all …]
H A Dcreate_kernel.py22 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument
24 if 'buildsystem' in handled:
31 handled.append('buildsystem')
/openbmc/linux/Documentation/trace/
H A 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
/openbmc/linux/drivers/media/i2c/
H A Dtc358743.c956 if (handled) in tc358743_cec_handler()
974 if (handled) in tc358743_cec_handler()
1048 bool *handled) in tc358743_hdmi_audio_int_handler() argument
1090 if (handled) in tc358743_hdmi_misc_int_handler()
1117 if (handled) in tc358743_hdmi_cbit_int_handler()
1128 if (handled) in tc358743_hdmi_cbit_int_handler()
1163 if (handled) in tc358743_hdmi_clk_int_handler()
1200 if (handled) in tc358743_hdmi_sys_int_handler()
1217 if (handled) in tc358743_hdmi_sys_int_handler()
1229 if (handled) in tc358743_hdmi_sys_int_handler()
[all …]
/openbmc/linux/drivers/comedi/drivers/
H A Damplc_pc236_common.c124 bool handled; in pc236_interrupt() local
126 handled = pc236_intr_check(dev); in pc236_interrupt()
127 if (dev->attached && handled) { in pc236_interrupt()
133 return IRQ_RETVAL(handled); in pc236_interrupt()
/openbmc/linux/drivers/ata/
H A Dsata_qstor.c352 unsigned int handled = 0; in qs_intr_pkt() local
372 handled = 1; in qs_intr_pkt()
389 return handled; in qs_intr_pkt()
394 unsigned int handled = 0, port_no; in qs_intr_mmio() local
413 handled = 1; in qs_intr_mmio()
420 handled |= ata_sff_port_intr(ap, qc); in qs_intr_mmio()
422 return handled; in qs_intr_mmio()
428 unsigned int handled = 0; in qs_intr() local
432 handled = qs_intr_pkt(host) | qs_intr_mmio(host); in qs_intr()
435 return IRQ_RETVAL(handled); in qs_intr()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcm4908_enet.c586 int handled = 0; in bcm4908_enet_poll_rx() local
588 while (handled < weight) { in bcm4908_enet_poll_rx()
637 handled++; in bcm4908_enet_poll_rx()
640 if (handled < weight) { in bcm4908_enet_poll_rx()
641 napi_complete_done(napi, handled); in bcm4908_enet_poll_rx()
648 return handled; in bcm4908_enet_poll_rx()
659 int handled = 0; in bcm4908_enet_poll_tx() local
670 handled++; in bcm4908_enet_poll_tx()
681 if (handled < weight) { in bcm4908_enet_poll_tx()
682 napi_complete_done(napi, handled); in bcm4908_enet_poll_tx()
[all …]
/openbmc/linux/arch/arm/mach-imx/
H A 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()
/openbmc/linux/kernel/irq/
H A 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()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A 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()
/openbmc/u-boot/drivers/pch/
H A DKconfig6 parts of the system not handled by that CPU. It supersedes the
9 handled in the CPU.

12345678910>>...36