Searched refs:handled (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/linux-master/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;
29 TP_printk("%ps() delta_ns: %lld handled: %d",
32 __entry->handled)
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-av.c18 bool handled = false; local
21 PCI_MSK_AV_CORE, &handled);
23 /* Getting here with the interrupt not handled
26 if (!handled) {
/linux-master/drivers/hid/
H A Dhid-input-test.c13 bool handled; local
18 handled = hidinput_set_battery_charge_status(dev, HID_DG_HEIGHT, 0);
19 KUNIT_EXPECT_FALSE(test, handled);
22 handled = hidinput_set_battery_charge_status(dev, HID_BAT_CHARGING, 0);
23 KUNIT_EXPECT_TRUE(test, handled);
26 handled = hidinput_set_battery_charge_status(dev, HID_BAT_CHARGING, 1);
27 KUNIT_EXPECT_TRUE(test, handled);
/linux-master/drivers/usb/musb/
H A Dmusb_gadget_ep0.c55 int handled = 1; local
94 handled = -EINVAL;
105 handled = -EINVAL;
123 handled = 0;
128 if (handled > 0) {
136 return handled;
153 int handled = 0; /* not handled */ local
159 handled = service_tx_status_request(musb,
169 return handled;
209 int handled = -EINVAL; variable
776 int handled = 0; local
[all...]
/linux-master/drivers/gpu/host1x/
H A Djob.h18 bool handled; member in struct:host1x_job_gather
/linux-master/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c209 int handled = 1; local
230 handled = 0;
238 handled = -EINVAL;
246 handled = -EINVAL;
255 handled = 0;
259 if (handled > 0) {
271 handled = ret;
273 return handled;
279 int handled = 1; local
300 handled
329 int handled = -EINVAL; local
385 int handled = -EINVAL; local
445 int handled = -EINVAL; local
643 int handled = 0; variable
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_ras.c72 long handled = 1; local
91 handled = 0;
106 handled = 0;
109 return handled;
115 long handled; local
119 handled = 0;
121 handled = kvmppc_realmode_mc_power7(vcpu);
126 * be handled by the primary thread in virtual mode. We can't
131 if (handled && mce_evt.version == MCE_V1)
/linux-master/drivers/irqchip/
H A Dirq-versatile-fpga.c109 * if we've handled at least one interrupt. This does a single read of the
114 int handled = 0; local
121 handled = 1;
124 return handled;
133 int i, handled; local
136 for (i = 0, handled = 0; i < fpga_irq_id; ++i)
137 handled |= handle_one_fpga(&fpga_irq_devices[i], regs);
138 } while (handled);
/linux-master/drivers/regulator/
H A Dda9210-regulator.c73 unsigned int val, handled = 0; local
84 handled |= DA9210_E_OVCURR;
90 handled |= DA9210_E_NPWRGOOD;
95 handled |= val & (DA9210_E_TEMP_WARN | DA9210_E_TEMP_CRIT);
101 handled |= DA9210_E_VMAX;
104 if (handled) {
105 /* Clear handled events */
106 error = regmap_write(chip->regmap, DA9210_REG_EVENT_B, handled);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dbase.c33 bool handled = false; local
39 handled = nvkm_sw_chan_mthd(chan, subc, mthd, data);
46 return handled;
/linux-master/drivers/input/serio/
H A Drpckbd.c46 int handled = IRQ_NONE; local
52 handled = IRQ_HANDLED;
54 return handled;
H A Daltera_ps2.c35 irqreturn_t handled = IRQ_NONE; local
39 handled = IRQ_HANDLED;
42 return handled;
/linux-master/arch/x86/kernel/
H A Dnmi.c136 int handled=0; local
152 handled += thishandled;
161 /* return total number of NMI events handled */
162 return handled;
291 int handled; local
299 handled = nmi_handle(NMI_UNKNOWN, regs);
300 if (handled) {
301 __this_cpu_add(nmi_stats.unknown, handled);
323 int handled; local
351 handled
[all...]
/linux-master/arch/powerpc/kernel/
H A Dmce_power.c489 int handled = 0; local
506 handled = mce_flush(MCE_FLUSH_SLB);
509 handled = mce_flush(MCE_FLUSH_ERAT);
512 handled = mce_flush(MCE_FLUSH_TLB);
561 return handled;
579 int handled = 0; local
598 handled = 1;
602 handled = 1;
606 handled = 1;
664 return handled;
707 long handled; local
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_cmds.h21 int vpu_response_cmd(struct vpu_inst *inst, u32 response, u32 handled);
H A Dvpu_cmds.c26 u32 handled; member in struct:vpu_cmd_request
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) argument
211 if (request->handled != handled)
217 int vpu_response_cmd(struct vpu_inst *inst, u32 response, u32 handled) argument
[all...]
/linux-master/drivers/comedi/drivers/
H A Damplc_pc236_common.c124 bool handled; local
126 handled = pc236_intr_check(dev);
127 if (dev->attached && handled) {
133 return IRQ_RETVAL(handled);
/linux-master/kernel/irq/
H A Dspurious.c185 * 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
297 * handled an interrupt and we check whether that number
313 int handled; local
334 * care about the high bits of the handled
338 handled = atomic_read(&desc->threads_handled);
339 handled |= SPURIOUS_DEFERRED;
340 if (handled != desc->threads_handled_last) {
350 desc->threads_handled_last = handled;
375 * handled w
[all...]
/linux-master/sound/isa/gus/
H A Dgus_irq.c22 int handled = 0; local
27 return IRQ_RETVAL(handled);
28 handled = 1;
/linux-master/drivers/mfd/
H A Dlp8788-irq.c111 bool handled = false; local
124 handled = true;
128 return handled ? IRQ_HANDLED : IRQ_NONE;
/linux-master/drivers/char/ipmi/
H A Dkcs_bmc_serio.c32 u8 handled = IRQ_NONE; local
42 handled = serio_interrupt(priv->port, kcs_bmc_read_data(client->dev), 0);
46 return handled;
/linux-master/sound/pci/emu10k1/
H A Dirq.c16 int handled = 0; local
20 handled = 1;
161 return IRQ_RETVAL(handled);
/linux-master/arch/x86/events/intel/
H A Dknc.c217 int handled = 0; local
228 return handled;
245 handled++;
271 return handled;
/linux-master/arch/arm/mach-imx/
H A Dtzic.c125 int i, irqofs, handled; local
128 handled = 0;
135 handled = 1;
141 } while (handled);
/linux-master/arch/arm64/kvm/
H A Dhandle_exit.c299 int handled; local
307 handled = 1;
312 handled = exit_handler(vcpu);
315 return handled;
328 * The SError is handled by handle_exit_early(). If the guest

Completed in 355 milliseconds

1234567891011>>