| /kernel/linux/linux-5.10/sound/soc/sof/intel/ |
| D | Kconfig | 17 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-6.6/drivers/usb/mtu3/ |
| D | mtu3_gadget_ep0.c | 209 int handled = 1; in ep0_get_status() local 230 handled = 0; in ep0_get_status() 238 handled = -EINVAL; in ep0_get_status() 246 handled = -EINVAL; in ep0_get_status() 255 handled = 0; in ep0_get_status() 259 if (handled > 0) { in ep0_get_status() 271 handled = ret; in ep0_get_status() 273 return handled; in ep0_get_status() 279 int handled = 1; in handle_test_mode() local 300 handled = -EINVAL; in handle_test_mode() [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/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)
|
| /kernel/linux/linux-6.6/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)
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-input-test.c | 13 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()
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/ |
| D | mmu.json | 3 "PublicDescription": "Duration of a translation table walk handled by the MMU", 6 "BriefDescription": "Duration of a translation table walk handled by the MMU" 9 "PublicDescription": "Duration of a Stage 1 translation table walk handled by the MMU", 12 "BriefDescription": "Duration of a Stage 1 translation table walk handled by the MMU" 15 "PublicDescription": "Duration of a Stage 2 translation table walk handled by the MMU", 18 "BriefDescription": "Duration of a Stage 2 translation table walk handled by the MMU"
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/ |
| D | mmu.json | 3 "PublicDescription": "Duration of a translation table walk handled by the MMU", 6 "BriefDescription": "Duration of a translation table walk handled by the MMU" 9 …"PublicDescription": "Duration of a Stage 1 translation table walk handled by the MMU. This event … 12 …"BriefDescription": "Duration of a Stage 1 translation table walk handled by the MMU. This event i… 15 …"PublicDescription": "Duration of a Stage 2 translation table walk handled by the MMU. This event … 18 …"BriefDescription": "Duration of a Stage 2 translation table walk handled by the MMU. This event i…
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | mce_power.c | 483 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/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.
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/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 290 This option is not user-selectable but automagically handled by 296 This option is not user-selectable but automagically handled by 325 This option is not user-selectable but automagically handled by 333 This option is not user-selectable but automagically handled by 342 This option is not user-selectable but automagically handled by
|
| /kernel/linux/linux-6.6/drivers/irqchip/ |
| D | irq-versatile-fpga.c | 109 * if we've handled at least one interrupt. This does a single read of the 114 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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
| D | vpu_cmds.c | 26 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()
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | mce_power.c | 489 int handled = 0; in mce_handle_ierror() local 506 handled = mce_flush(MCE_FLUSH_SLB); in mce_handle_ierror() 509 handled = mce_flush(MCE_FLUSH_ERAT); 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() [all …]
|