/Linux-v5.15/drivers/usb/mtu3/ |
D | mtu3_gadget_ep0.c | 209 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 …]
|
/Linux-v5.15/include/trace/events/ |
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; 29 TP_printk("%ps() delta_ns: %lld handled: %d", 32 __entry->handled)
|
/Linux-v5.15/drivers/usb/musb/ |
D | musb_gadget_ep0.c | 55 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() 144 * @return 0 if the request was NOT HANDLED, 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() [all …]
|
/Linux-v5.15/arch/x86/kernel/ |
D | nmi.c | 125 int handled=0; in nmi_handle() local 141 handled += thishandled; in nmi_handle() 150 /* return total number of NMI events handled */ 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() [all …]
|
/Linux-v5.15/drivers/media/pci/cx23885/ |
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() 23 /* Getting here with the interrupt not handled in cx23885_av_work_handler() 26 if (!handled) { in cx23885_av_work_handler()
|
/Linux-v5.15/drivers/regulator/ |
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() 105 /* Clear handled events */ in da9210_irq_handler() 106 error = regmap_write(chip->regmap, DA9210_REG_EVENT_B, handled); in da9210_irq_handler()
|
D | da9121-regulator.c | 154 DA9xxx_STATUS(0, 0, SG, 0, "Handled E_SG\n"), 157 DA9121_STATUS(1, 1, PG1, 0, "Handled E_PG1\n"), 161 DA9xxx_STATUS(2, 1, PG2, 0, "Handled E_PG2\n"), 165 DA9121_STATUS(0, 2, GPIO0, 0, "Handled E_GPIO0\n"), 166 DA9121_STATUS(0, 2, GPIO1, 0, "Handled E_GPIO1\n"), 167 DA9121_STATUS(0, 2, GPIO2, 0, "Handled E_GPIO2\n"), 610 int handled[3] = {0}; in da9121_irq_handler() local 652 handled[reg_idx] |= item->event_bit; in da9121_irq_handler() 659 if (event[i] != handled[i]) { in da9121_irq_handler() 662 event[i] ^ handled[i]); in da9121_irq_handler() [all …]
|
/Linux-v5.15/drivers/irqchip/ |
D | irq-versatile-fpga.c | 97 * if we've handled at least one interrupt. This does a single read of the 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()
|
/Linux-v5.15/sound/soc/sof/imx/ |
D | Kconfig | 19 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
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | mce_power.c | 489 int handled = 0; in mce_handle_ierror() local 504 handled = mce_flush(MCE_FLUSH_SLB); in mce_handle_ierror() 507 handled = mce_flush(MCE_FLUSH_ERAT); 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() [all …]
|
/Linux-v5.15/Documentation/trace/ |
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-v5.15/Documentation/virt/kvm/ |
D | s390-diag.rst | 19 all supported DIAGNOSE calls need to be handled by either KVM or its 53 Handled by userspace. 56 Handled by userspace. 59 Handled by userspace. 62 Handled by either userspace or KVM (ioeventfd case). 84 This function code is handled by userspace.
|
/Linux-v5.15/kernel/irq/ |
D | spurious.c | 185 * If 99,900 of the previous 100,000 interrupts have not been handled 249 * But for 'irqfixup == 2' we also do it for handled interrupts if in try_misrouted_irq() 297 * handled an interrupt and we check whether that number in note_interrupt() 313 int handled; in note_interrupt() local 334 * care about the high bits of the handled in note_interrupt() 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() 375 * handled we never trigger the spurious in note_interrupt() [all …]
|
/Linux-v5.15/Documentation/admin-guide/ |
D | devices.txt | 198 loop devices is handled by mount(8) or losetup(8). 207 Partitions are handled in the same way as for IDE 509 Partitions are handled the same way as for IDE disks 520 Partitions are handled the same way as for the first 628 Partitions are handled in the same way as for IDE 716 Partitions are handled the same way as for the first 734 Partitions are handled the same way as for the first 861 Partitions are handled in the same way as for IDE 885 Partitions are handled in the same way as for IDE 938 Partitions are handled as for major 48. [all …]
|
/Linux-v5.15/arch/powerpc/kvm/ |
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() 125 * be handled by the primary thread in virtual mode. We can't in kvmppc_realmode_machine_check() 130 if (handled && mce_evt.version == MCE_V1) in kvmppc_realmode_machine_check()
|
/Linux-v5.15/sound/soc/sof/intel/ |
D | Kconfig | 15 This option is not user-selectable but automagically handled by 23 This option is not user-selectable but automagically handled by 35 This option is not user-selectable but automagically handled by 219 This option is not user-selectable but automagically handled by 258 This option is not user-selectable but automagically handled by 266 This option is not user-selectable but automagically handled by
|
/Linux-v5.15/drivers/media/i2c/ |
D | tc358743.c | 923 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 …]
|
/Linux-v5.15/arch/mips/cavium-octeon/executive/ |
D | cvmx-interrupt-decodes.c | 82 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 102 /*gmx_rx_int_en.s.lenerr = 1; // Length errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 104 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 127 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 147 /*gmx_rx_int_en.s.lenerr = 1; // Length errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 149 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 169 /*gmx_rx_int_en.s.lenerr = 1; // Length errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 171 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 192 /*gmx_rx_int_en.s.lenerr = 1; // Length errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 194 /*gmx_rx_int_en.s.fcserr = 1; // FCS errors are handled when we get work */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() [all …]
|
/Linux-v5.15/drivers/iio/accel/ |
D | mma9551_core.c | 211 * Locking is not handled inside the function. Callers should ensure they 236 * Locking is not handled inside the function. Callers should ensure they 261 * Locking is not handled inside the function. Callers should ensure they 286 * Locking is not handled inside the function. Callers should ensure they 317 * Locking is not handled inside the function. Callers should ensure they 344 * Locking is not handled inside the function. Callers should ensure they 374 * Locking is not handled inside the function. Callers should ensure they 413 * Locking is not handled inside the function. Callers should ensure they 452 * Locking is not handled inside the function. Callers should ensure they 487 * Locking is not handled inside the function. Callers should ensure they [all …]
|
/Linux-v5.15/drivers/net/ethernet/broadcom/ |
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 641 while (handled < weight && tx_ring->read_idx != tx_ring->write_idx) { in bcm4908_enet_poll_tx() 653 handled++; in bcm4908_enet_poll_tx() 656 if (handled < weight) { in bcm4908_enet_poll_tx() [all …]
|
/Linux-v5.15/Documentation/leds/ |
D | ledtrig-usbport.rst | 10 listed as separated entries in a "ports" subdirectory. Selecting is handled by 24 2) Device with a physical port handled by few controllers 28 port may be handled by ohci-platform, ehci-platform and xhci-hcd. If there is
|
/Linux-v5.15/drivers/usb/cdns3/ |
D | cdns3-trace.h | 522 int handled), 523 TP_ARGS(priv_req, current_index, handled), 527 __field(unsigned int, handled) 536 __entry->handled = handled; 545 __entry->handled ? "handled" : "not handled", 554 int handled), 555 TP_ARGS(priv_req, current_index, handled)
|
/Linux-v5.15/include/linux/ |
D | entry-kvm.h | 47 * to be handled before going to guest mode 56 * need to be handled while IRQs are disabled 85 * handled before returning to guest mode
|
/Linux-v5.15/drivers/comedi/drivers/ |
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-v5.15/drivers/gpu/drm/mga/ |
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()
|