/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A 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() 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; global() variable 776 int handled = 0; musb_g_ep0_irq() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A 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() 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; global() variable 776 int handled = 0; musb_g_ep0_irq() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/mtu3/ |
H A 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 in handle_test_mode() 329 int handled = -EINVAL; ep0_handle_feature_dev() local 385 int handled = -EINVAL; ep0_handle_feature() local 445 int handled = -EINVAL; handle_standard_request() local 643 int handled = 0; global() variable [all...] |
/kernel/linux/linux-5.10/drivers/usb/mtu3/ |
H A 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() 327 int handled = -EINVAL; ep0_handle_feature_dev() local 383 int handled = -EINVAL; ep0_handle_feature() local 445 int handled = -EINVAL; handle_standard_request() local 643 int handled = 0; global() variable [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H 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; 29 TP_printk("%ps() delta_ns: %lld handled: %d", 32 __entry->handled)
|
/kernel/linux/linux-6.6/include/trace/events/ |
H 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; 29 TP_printk("%ps() delta_ns: %lld handled: %d", 32 __entry->handled)
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A 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/arch/powerpc/kvm/ |
H A D | book3s_hv_ras.c | 72 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() 126 * be handled by the primary thread in virtual mode. We can't in kvmppc_realmode_machine_check() 131 if (handled && mce_evt.version == MCE_V1) in kvmppc_realmode_machine_check()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A 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 in default_do_nmi() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A 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() 664 long handled = 0; mce_handle_ue_error() local 691 long handled; mce_handle_error() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A 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() 707 long handled; mce_handle_error() local [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H 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() 23 /* Getting here with the interrupt not handled in cx23885_av_work_handler() 26 if (!handled) { in cx23885_av_work_handler()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
H 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() 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/irqchip/ |
H A 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/drivers/regulator/ |
H 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() 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/ |
H 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() 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/irqchip/ |
H A 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/gpu/drm/mga/ |
H 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()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | nmi.c | 134 int handled=0; in nmi_handle() local 150 handled += thishandled; in nmi_handle() 159 /* return total number of NMI events handled */ 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() 299 __this_cpu_add(nmi_stats.unknown, handled); in unknown_nmi_error() 321 int handled; in default_do_nmi() local 346 handled in default_do_nmi() [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tc358743.c | 923 bool *handled) in tc358743_cec_handler() 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() 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() 1088 if (handled) in tc358743_hdmi_misc_int_handler() 1089 *handled in tc358743_hdmi_misc_int_handler() 922 tc358743_cec_handler(struct v4l2_subdev *sd, u16 intstatus, bool *handled) tc358743_cec_handler() argument 1045 tc358743_hdmi_audio_int_handler(struct v4l2_subdev *sd, bool *handled) tc358743_hdmi_audio_int_handler() argument 1066 tc358743_hdmi_misc_int_handler(struct v4l2_subdev *sd, bool *handled) tc358743_hdmi_misc_int_handler() argument 1098 tc358743_hdmi_cbit_int_handler(struct v4l2_subdev *sd, bool *handled) tc358743_hdmi_cbit_int_handler() argument 1136 tc358743_hdmi_clk_int_handler(struct v4l2_subdev *sd, bool *handled) tc358743_hdmi_clk_int_handler() argument 1171 tc358743_hdmi_sys_int_handler(struct v4l2_subdev *sd, bool *handled) tc358743_hdmi_sys_int_handler() argument 1410 tc358743_isr(struct v4l2_subdev *sd, u32 status, bool *handled) tc358743_isr() argument 1466 bool handled = false; tc358743_irq_handler() local 1491 bool handled; tc358743_work_i2c_poll() local [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tc358743.c | 923 bool *handled) in tc358743_cec_handler() 956 if (handled) in tc358743_cec_handler() 957 *handled = true; in tc358743_cec_handler() 974 if (handled) in tc358743_cec_handler() 975 *handled = true; in tc358743_cec_handler() 1048 bool *handled) in tc358743_hdmi_audio_int_handler() 1061 static void tc358743_csi_err_int_handler(struct v4l2_subdev *sd, bool *handled) in tc358743_csi_err_int_handler() argument 1069 bool *handled) in tc358743_hdmi_misc_int_handler() 1090 if (handled) in tc358743_hdmi_misc_int_handler() 1091 *handled in tc358743_hdmi_misc_int_handler() 922 tc358743_cec_handler(struct v4l2_subdev *sd, u16 intstatus, bool *handled) tc358743_cec_handler() argument 1047 tc358743_hdmi_audio_int_handler(struct v4l2_subdev *sd, bool *handled) tc358743_hdmi_audio_int_handler() argument 1068 tc358743_hdmi_misc_int_handler(struct v4l2_subdev *sd, bool *handled) tc358743_hdmi_misc_int_handler() argument 1100 tc358743_hdmi_cbit_int_handler(struct v4l2_subdev *sd, bool *handled) tc358743_hdmi_cbit_int_handler() argument 1138 tc358743_hdmi_clk_int_handler(struct v4l2_subdev *sd, bool *handled) tc358743_hdmi_clk_int_handler() argument 1173 tc358743_hdmi_sys_int_handler(struct v4l2_subdev *sd, bool *handled) tc358743_hdmi_sys_int_handler() argument 1412 tc358743_isr(struct v4l2_subdev *sd, u32 status, bool *handled) tc358743_isr() argument 1468 bool handled = false; tc358743_irq_handler() local 1493 bool handled; tc358743_work_i2c_poll() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A 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 [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_hv_ras.c | 73 long handled = 1; in kvmppc_realmode_mc_power7() local 92 handled = 0; in kvmppc_realmode_mc_power7() 107 handled = 0; in kvmppc_realmode_mc_power7() 112 * be handled by the primary thread in virtual mode. We can't in kvmppc_realmode_mc_power7() 117 if (handled && mce_evt.version == MCE_V1) in kvmppc_realmode_mc_power7()
|
/kernel/linux/linux-5.10/net/switchdev/ |
H A D | switchdev.c | 112 .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/kernel/irq/ |
H A 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 w in note_interrupt() [all...] |