Searched refs:handled (Results 26 - 50 of 299) sorted by relevance

1234567891011>>

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_vf_isr.c138 bool handled = false; local
149 * avoid rescheduling the tasklet for interrupts already handled
160 handled = true;
172 handled = true;
175 return handled ? IRQ_HANDLED : IRQ_NONE;
/linux-master/drivers/irqchip/
H A Dirq-vic.c199 * handled at least one interrupt. This reads the status register
206 int handled = 0; local
211 handled = 1;
214 return handled;
239 int i, handled; local
242 for (i = 0, handled = 0; i < vic_id; ++i)
243 handled |= handle_one_vic(&vic_devices[i], regs);
244 } while (handled);
H A Dirq-loongson-htvec.c41 bool handled = false; local
55 handled = true;
59 if (!handled)
/linux-master/drivers/ata/
H A Dsata_qstor.c352 unsigned int handled = 0; local
372 handled = 1;
389 return handled;
394 unsigned int handled = 0, port_no; local
413 handled = 1;
420 handled |= ata_sff_port_intr(ap, qc);
422 return handled;
428 unsigned int handled = 0; local
432 handled = qs_intr_pkt(host) | qs_intr_mmio(host);
435 return IRQ_RETVAL(handled);
[all...]
H A Dpdc_adma.c389 unsigned int handled = 0, port_no; local
400 handled = 1;
434 return handled;
439 unsigned int handled = 0, port_no; local
471 handled = 1;
474 return handled;
480 unsigned int handled = 0; local
483 handled = adma_intr_pkt(host) | adma_intr_mmio(host);
486 return IRQ_RETVAL(handled);
H A Dsata_vsc.c222 int handled = 0; local
231 handled = ata_bmdma_port_intr(ap, qc);
238 if (unlikely(!handled))
252 unsigned int handled = 0; local
270 handled++;
276 return IRQ_RETVAL(handled);
/linux-master/drivers/media/i2c/
H A Dtc358743.c923 bool *handled)
956 if (handled)
957 *handled = true;
974 if (handled)
975 *handled = true;
1048 bool *handled)
1061 static void tc358743_csi_err_int_handler(struct v4l2_subdev *sd, bool *handled) argument
1069 bool *handled)
1090 if (handled)
1091 *handled
922 tc358743_cec_handler(struct v4l2_subdev *sd, u16 intstatus, bool *handled) argument
1047 tc358743_hdmi_audio_int_handler(struct v4l2_subdev *sd, bool *handled) argument
1068 tc358743_hdmi_misc_int_handler(struct v4l2_subdev *sd, bool *handled) argument
1100 tc358743_hdmi_cbit_int_handler(struct v4l2_subdev *sd, bool *handled) argument
1138 tc358743_hdmi_clk_int_handler(struct v4l2_subdev *sd, bool *handled) argument
1173 tc358743_hdmi_sys_int_handler(struct v4l2_subdev *sd, bool *handled) argument
1412 tc358743_isr(struct v4l2_subdev *sd, u32 status, bool *handled) argument
1468 bool handled = false; local
1493 bool handled; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcm4908_enet.c586 int handled = 0; local
588 while (handled < weight) {
637 handled++;
640 if (handled < weight) {
641 napi_complete_done(napi, handled);
648 return handled;
659 int handled = 0; local
661 while (handled < weight && tx_ring->read_idx != tx_ring->write_idx) {
670 handled++;
677 netdev_completed_queue(enet->netdev, handled, byte
[all...]
/linux-master/drivers/usb/cdns3/
H A Dcdns3-trace.h512 int handled),
513 TP_ARGS(priv_req, current_index, handled),
517 __field(unsigned int, handled)
526 __entry->handled = handled;
535 __entry->handled ? "handled" : "not handled",
544 int handled),
545 TP_ARGS(priv_req, current_index, handled)
[all...]
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h522 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)
[all...]
/linux-master/sound/isa/gus/
H A Dgusmax.c95 int handled = 0; local
100 handled = 1;
105 handled = 1;
110 return IRQ_RETVAL(handled);
/linux-master/drivers/macintosh/
H A Dmacio-adb.c216 int handled = 0; local
220 handled = 1;
242 handled = 1;
281 return IRQ_RETVAL(handled);
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c72 int handled = 0; local
80 handled++;
83 return handled;
/linux-master/drivers/media/pci/smipcie/
H A Dsmipcie-ir.c107 int handled = 0; local
114 handled = 1;
116 return handled;
/linux-master/drivers/input/serio/
H A Dpcips2.c62 int handled = 0; local
70 handled = 1;
82 return IRQ_RETVAL(handled);
H A Dambakmi.c39 int handled = IRQ_NONE; local
44 handled = IRQ_HANDLED;
47 return handled;
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c397 bool handled; local
401 handled = kvm_host_psci_handler(host_ctxt, func_id);
402 if (!handled)
403 handled = kvm_host_ffa_handler(host_ctxt, func_id);
404 if (!handled)
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_irq.c203 int handled = 0; local
222 handled = 1;
229 handled = 1;
235 handled = dev_priv->ops->hotplug(dev);
243 if (!handled)
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c1015 IWL_DEBUG_ISR(trans, "[%d] handled %d, budget %d\n",
1041 IWL_DEBUG_ISR(trans, "[%d] handled %d, budget %d\n", rxq->id, ret,
1500 u32 r, i, count = 0, handled = 0; local
1522 while (i != r && ++handled < budget) {
1622 return handled;
1831 u32 handled = 0; local
1917 handled |= CSR_INT_BIT_HW_ERR;
1941 handled |= CSR_INT_BIT_ALIVE;
1950 handled |= CSR_INT_BIT_RF_KILL;
1957 handled |
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Dgr_udc.c1232 * Handles interrupts from in endpoints. Returns whether something was handled.
1257 * Handles interrupts from out endpoints. Returns whether something was handled.
1311 * Handle state changes. Returns whether something was handled.
1318 int handled = 0; local
1326 handled = 1;
1333 handled = 1;
1342 handled = 1;
1350 handled = 1;
1368 handled = 1;
1388 handled
1399 int handled = 0; local
[all...]
/linux-master/drivers/regulator/
H A Dda9121-regulator.c682 int handled[3] = {0}; local
724 handled[reg_idx] |= item->event_bit;
731 if (event[i] != handled[i]) {
734 event[i] ^ handled[i]);
740 if (handled[i]) {
742 unsigned int mbit = handled[i];
756 if (handled[0] | handled[1] | handled[2]) {
757 err = regmap_bulk_write(chip->regmap, DA9121_REG_SYS_EVENT_0, handled,
[all...]
/linux-master/drivers/tty/serial/
H A Dmen_z135_uart.c386 bool handled = false; local
401 handled = true;
408 handled = true;
413 handled = true;
418 handled = true;
423 return IRQ_RETVAL(handled);
/linux-master/drivers/misc/cb710/
H A Dcore.c68 irqreturn_t handled = IRQ_NONE; local
76 handled = IRQ_HANDLED;
81 return handled;
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c560 long handled = 0; local
563 handled = cur_cpu_spec->machine_check_early(regs);
565 return handled;
/linux-master/drivers/media/platform/marvell/
H A Dmmp-driver.c150 unsigned int irqs, handled; local
154 handled = mccic_irq(mcam, irqs);
156 return IRQ_RETVAL(handled);

Completed in 207 milliseconds

1234567891011>>