Searched refs:handled (Results 51 - 75 of 299) sorted by relevance

1234567891011>>

/linux-master/drivers/ata/
H A Dsata_dwc_460ex.c470 int handled, port = 0; local
489 handled = 1;
507 handled = 1;
519 handled = 1;
539 handled = 1;
550 handled = 1;
577 handled = 1;
584 handled = 1;
626 handled = 1;
639 handled
[all...]
/linux-master/drivers/mfd/
H A Dtps65217.c107 bool handled = false; local
121 handled = true;
125 if (handled)
/linux-master/tools/perf/
H A Dperf.c197 int handled = 0; local
324 handled++;
326 return handled;
504 * If the command is handled, the above function does not
/linux-master/drivers/scsi/
H A Dsun3_scsi.c197 int handled = 0; local
208 handled = 1;
213 handled = 1;
216 return IRQ_RETVAL(handled);
/linux-master/net/switchdev/
H A Dswitchdev.c141 .handled = false,
148 WARN_ON(!attr_info.handled);
152 if (!attr_info.handled)
233 .handled = false,
239 WARN_ON(!obj_info.handled);
242 if (!obj_info.handled)
628 port_obj_info->handled = true;
739 port_obj_info->handled = true;
850 port_attr_info->handled = true;
/linux-master/arch/x86/events/amd/
H A Dcore.c856 * Attempt to mitigate this by creating an NMI window in which un-handled NMIs
860 * handled a counter. When an un-handled NMI is received, it will be claimed
863 static inline int amd_pmu_adjust_nmi_window(int handled) argument
866 * If a counter was handled, record a timestamp such that un-handled
869 if (handled) {
872 return handled;
884 int handled; local
901 handled
916 int handled = 0, idx; local
[all...]
/linux-master/drivers/net/ethernet/micrel/
H A Dks8851_common.c329 unsigned handled = 0; local
343 handled |= IRQ_LCI;
350 handled |= IRQ_LDI;
354 handled |= IRQ_RXPSI;
368 handled |= IRQ_TXI;
372 handled |= IRQ_RXI;
376 handled |= IRQ_SPIBEI;
379 ks8851_wrreg16(ks, KS_ISR, handled);
/linux-master/arch/x86/events/intel/
H A Dbts.c457 int err = -ENOSPC, handled = 0; local
464 handled = 1;
471 return handled;
475 return handled;
490 return handled;
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-alsa.c356 int loop, handled = 0; local
370 handled = 1;
381 handled = 1;
389 if (handled)
393 return IRQ_RETVAL(handled);
/linux-master/arch/powerpc/kernel/
H A Dmce.c92 void save_mce_event(struct pt_regs *regs, long handled, argument
116 /* Mark it recovered if we have handled it and MSR(RI=1). */
117 if (handled && (regs->msr & MSR_RI))
229 * Queue up the MCE event which then can be handled later.
246 * Queue up the MCE event which then can be handled later.
611 long handled = 0; local
619 handled = ppc_md.machine_check_early(regs);
621 return handled;
721 * See if any other HMI causes remain to be handled
/linux-master/drivers/regulator/
H A Dslg51000-regulator.c352 int ret, i, handled = IRQ_NONE; local
383 handled = IRQ_HANDLED;
395 handled = IRQ_HANDLED;
408 handled = IRQ_HANDLED;
414 return handled;
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-core.c1678 int handled = 0; local
1681 return handled;
1723 handled = 1;
1726 return handled;
1732 int handled = 0; local
1774 handled = 1;
1777 return handled;
1790 int vida_count = 0, ts1_count = 0, ts2_count = 0, handled = 0; local
1897 handled += netup_ci_slot_status(dev, pci_status);
1901 handled
[all...]
/linux-master/drivers/net/ethernet/amd/
H A Dariadne.c245 int handled = 0; local
300 handled = 1;
307 handled = 1;
365 handled = 1;
369 handled = 1;
373 handled = 1;
389 return IRQ_RETVAL(handled);
/linux-master/drivers/net/can/
H A Dat91_can.c831 irqreturn_t handled = IRQ_NONE; local
841 handled = IRQ_HANDLED;
850 handled = IRQ_HANDLED;
857 handled = IRQ_HANDLED;
863 handled = IRQ_HANDLED;
866 if (handled)
869 return handled;
/linux-master/drivers/net/ethernet/
H A Ddnet.c428 unsigned int handled = 0; local
443 handled = 1;
455 handled = 1;
467 handled = 1;
482 handled = 1;
485 if (!handled)
490 return IRQ_RETVAL(handled);
/linux-master/drivers/tty/serial/
H A Drp2.c464 int ch, handled = 0; local
470 handled++;
472 return handled;
478 int handled; local
480 handled = rp2_asic_interrupt(card, 0);
482 handled += rp2_asic_interrupt(card, 1);
484 return handled ? IRQ_HANDLED : IRQ_NONE;
/linux-master/arch/x86/events/zhaoxin/
H A Dcore.c358 int handled = 0; local
389 handled++;
413 return handled;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.c443 bool handled = false; local
474 handled = true;
481 /* Send it to amdkfd as well if it isn't already handled */
482 if (!handled)
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space.c206 int err = 0, handled = 0; local
237 /* handled is set true here, but not every byte
239 * every byte is handled is unnecessary as the
243 handled = 1;
247 if (!handled && !err) {
248 /* By default, anything not specificially handled above is
250 * that anything not specifically handled above is writable.
/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c105 /* Returns 'true' if the request is handled (with or without an I/O error)
115 bool handled = false; local
316 handled = true;
321 return handled;
/linux-master/drivers/irqchip/
H A Dirq-loongson-eiointc.c193 bool handled = false; local
214 handled = true;
218 if (!handled)
/linux-master/arch/riscv/kernel/
H A Dtraps.c172 bool handled; local
179 handled = riscv_v_first_use_handler(regs);
183 if (!handled)
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-core.h190 int cx25840_ir_irq_handler(struct v4l2_subdev *sd, u32 status, bool *handled);
/linux-master/drivers/comedi/drivers/
H A Dpcmuio.c137 * subdevice 0 and 1 are handled by the first asic
138 * subdevice 2 and 3 are handled by the second asic
363 int handled = 0; local
366 handled += pcmuio_handle_asic_interrupt(dev, 0);
368 handled += pcmuio_handle_asic_interrupt(dev, 1);
370 return handled ? IRQ_HANDLED : IRQ_NONE;
/linux-master/arch/powerpc/include/asm/
H A Dmce.h227 extern void save_mce_event(struct pt_regs *regs, long handled,

Completed in 284 milliseconds

1234567891011>>