/linux/drivers/usb/mtu3/ |
A D | mtu3_gadget_ep0.c | 253 handled = 0; in ep0_get_status() 333 handled = 1; in ep0_handle_feature_dev() 355 handled = 1; in ep0_handle_feature_dev() 370 handled = 1; in ep0_handle_feature_dev() 404 handled = 0; in ep0_handle_feature() 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 …]
|
/linux/drivers/usb/musb/ |
A D | musb_gadget_ep0.c | 55 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 …]
|
/linux/include/trace/events/ |
A D | nmi.h | 13 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)
|
/linux/arch/powerpc/kvm/ |
A D | book3s_hv_ras.c | 71 long handled = 1; in kvmppc_realmode_mc_power7() local 90 handled = 0; in kvmppc_realmode_mc_power7() 105 handled = 0; in kvmppc_realmode_mc_power7() 108 return handled; in kvmppc_realmode_mc_power7() 114 long handled; in kvmppc_realmode_machine_check() local 118 handled = 0; in kvmppc_realmode_machine_check() 120 handled = kvmppc_realmode_mc_power7(vcpu); in kvmppc_realmode_machine_check() 130 if (handled && mce_evt.version == MCE_V1) in kvmppc_realmode_machine_check()
|
/linux/arch/x86/kernel/ |
A D | nmi.c | 125 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() 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() 336 if (handled) { in default_do_nmi() [all …]
|
/linux/arch/powerpc/kernel/ |
A D | mce_power.c | 489 int handled = 0; in mce_handle_ierror() local 504 handled = mce_flush(MCE_FLUSH_SLB); in mce_handle_ierror() 510 handled = mce_flush(MCE_FLUSH_TLB); in mce_handle_ierror() 559 return handled; in mce_handle_ierror() 577 int handled = 0; in mce_handle_derror() local 594 handled = 1; in mce_handle_derror() 598 handled = 1; in mce_handle_derror() 602 handled = 1; in mce_handle_derror() 660 return handled; in mce_handle_derror() 703 long handled; in mce_handle_error() local [all …]
|
/linux/drivers/irqchip/ |
A D | irq-versatile-fpga.c | 102 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()
|
A D | irq-vic.c | 207 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()
|
/linux/drivers/regulator/ |
A D | da9210-regulator.c | 73 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()
|
/linux/drivers/media/i2c/ |
A D | tc358743.c | 956 if (handled) in tc358743_cec_handler() 972 if (handled) in tc358743_cec_handler() 1046 bool *handled) in tc358743_hdmi_audio_int_handler() argument 1088 if (handled) in tc358743_hdmi_misc_int_handler() 1115 if (handled) in tc358743_hdmi_cbit_int_handler() 1126 if (handled) in tc358743_hdmi_cbit_int_handler() 1161 if (handled) in tc358743_hdmi_clk_int_handler() 1198 if (handled) in tc358743_hdmi_sys_int_handler() 1215 if (handled) in tc358743_hdmi_sys_int_handler() 1227 if (handled) in tc358743_hdmi_sys_int_handler() [all …]
|
/linux/drivers/media/pci/cx23885/ |
A D | cx23885-av.c | 18 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()
|
/linux/drivers/gpu/drm/mga/ |
A D | mga_irq.c | 53 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()
|
/linux/Documentation/trace/ |
A D | events-nmi.rst | 41 …>-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
|
/linux/drivers/ata/ |
A D | sata_qstor.c | 359 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()
|
A D | pdc_adma.c | 412 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()
|
A D | sata_vsc.c | 222 int handled = 0; in vsc_port_intr() local 231 handled = ata_bmdma_port_intr(ap, qc); in vsc_port_intr() 238 if (unlikely(!handled)) in vsc_port_intr() 252 unsigned int handled = 0; in vsc_sata_interrupt() local 270 handled++; in vsc_sata_interrupt() 276 return IRQ_RETVAL(handled); in vsc_sata_interrupt()
|
/linux/sound/soc/sof/imx/ |
A D | Kconfig | 19 This option is not user-selectable but automagically handled by 25 This option is not user-selectable but automagically handled by 43 This option is not user-selectable but automagically handled by 60 This option is not user-selectable but automagically handled by
|
/linux/drivers/comedi/drivers/ |
A D | amplc_pc236_common.c | 125 bool handled; in pc236_interrupt() local 127 handled = pc236_intr_check(dev); in pc236_interrupt() 128 if (dev->attached && handled) { in pc236_interrupt() 134 return IRQ_RETVAL(handled); in pc236_interrupt()
|
/linux/kernel/irq/ |
A D | spurious.c | 313 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()
|
/linux/arch/arm/mach-imx/ |
A D | tzic.c | 125 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()
|
/linux/drivers/net/ethernet/broadcom/ |
A D | bcm4908_enet.c | 575 int handled = 0; in bcm4908_enet_poll_rx() local 577 while (handled < weight) { in bcm4908_enet_poll_rx() 617 handled++; in bcm4908_enet_poll_rx() 620 if (handled < weight) { in bcm4908_enet_poll_rx() 621 napi_complete_done(napi, handled); in bcm4908_enet_poll_rx() 628 return handled; in bcm4908_enet_poll_rx() 639 int handled = 0; in bcm4908_enet_poll_tx() local 653 handled++; in bcm4908_enet_poll_tx() 656 if (handled < weight) { in bcm4908_enet_poll_tx() 657 napi_complete_done(napi, handled); in bcm4908_enet_poll_tx() [all …]
|
/linux/net/switchdev/ |
A D | switchdev.c | 111 .handled = false, in switchdev_port_attr_notify() 118 WARN_ON(!attr_info.handled); in switchdev_port_attr_notify() 122 if (!attr_info.handled) in switchdev_port_attr_notify() 203 .handled = false, in switchdev_port_obj_notify() 209 WARN_ON(!obj_info.handled); in switchdev_port_obj_notify() 212 if (!obj_info.handled) in switchdev_port_obj_notify() 553 port_obj_info->handled = true; in __switchdev_handle_port_obj_add() 608 port_obj_info->handled = true; in __switchdev_handle_port_obj_del() 666 port_attr_info->handled = true; in __switchdev_handle_port_attr_set()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
A D | base.c | 33 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/drivers/input/serio/ |
A D | rpckbd.c | 49 int handled = IRQ_NONE; in rpckbd_rx() local 55 handled = IRQ_HANDLED; in rpckbd_rx() 57 return handled; in rpckbd_rx()
|
/linux/arch/arm64/kvm/ |
A D | handle_exit.c | 202 int handled; in handle_trap_exceptions() local 210 handled = 1; in handle_trap_exceptions() 215 handled = exit_handler(vcpu); in handle_trap_exceptions() 218 return handled; in handle_trap_exceptions()
|