Home
last modified time | relevance | path

Searched refs:serviced (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v4.19/drivers/vme/bridges/
Dvme_tsi148.c82 u32 serviced = 0; in tsi148_DMA_irqhandler() local
86 serviced |= TSI148_LCSR_INTC_DMA0C; in tsi148_DMA_irqhandler()
90 serviced |= TSI148_LCSR_INTC_DMA1C; in tsi148_DMA_irqhandler()
93 return serviced; in tsi148_DMA_irqhandler()
102 u32 serviced = 0; in tsi148_LM_irqhandler() local
108 serviced |= TSI148_LCSR_INTC_LMC[i]; in tsi148_LM_irqhandler()
112 return serviced; in tsi148_LM_irqhandler()
124 u32 serviced = 0; in tsi148_MB_irqhandler() local
134 serviced |= TSI148_LCSR_INTC_MBC[i]; in tsi148_MB_irqhandler()
138 return serviced; in tsi148_MB_irqhandler()
[all …]
Dvme_ca91cx42.c69 u32 serviced = 0; in ca91cx42_LM_irqhandler() local
75 serviced |= CA91CX42_LINT_LM[i]; in ca91cx42_LM_irqhandler()
79 return serviced; in ca91cx42_LM_irqhandler()
134 int vec, i, serviced = 0; in ca91cx42_VIRQ_irqhandler() local
147 serviced |= (1 << i); in ca91cx42_VIRQ_irqhandler()
151 return serviced; in ca91cx42_VIRQ_irqhandler()
156 u32 stat, enable, serviced = 0; in ca91cx42_irqhandler() local
174 serviced |= ca91cx42_DMA_irqhandler(bridge); in ca91cx42_irqhandler()
177 serviced |= ca91cx42_LM_irqhandler(bridge, stat); in ca91cx42_irqhandler()
179 serviced |= ca91cx42_MB_irqhandler(bridge, stat); in ca91cx42_irqhandler()
[all …]
/Linux-v4.19/drivers/gpu/drm/via/
Dvia_dmablit.c505 while (blitq->serviced != blitq->cur) { in via_dmablit_workqueue()
507 cur_released = blitq->serviced++; in via_dmablit_workqueue()
511 if (blitq->serviced >= VIA_NUM_BLIT_SLOTS) in via_dmablit_workqueue()
512 blitq->serviced = 0; in via_dmablit_workqueue()
552 blitq->serviced = 0; in via_init_dmablit()
Dvia_dmablit.h65 unsigned serviced; member
/Linux-v4.19/drivers/isdn/hardware/eicon/
Ds_4bri.c375 int serviced = 0; in qBri_ISR() local
402 serviced = 1; in qBri_ISR()
407 return (serviced); in qBri_ISR()
/Linux-v4.19/Documentation/trace/
Dhwlat_detector.rst16 SMIs are not serviced by the Linux kernel, which means that it does not
18 and are serviced by BIOS code, usually for "critical" events such as
/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmsc911x.c1542 int serviced = IRQ_NONE; in smsc911x_irqhandler() local
1552 serviced = IRQ_HANDLED; in smsc911x_irqhandler()
1562 serviced = IRQ_HANDLED; in smsc911x_irqhandler()
1571 serviced = IRQ_HANDLED; in smsc911x_irqhandler()
1577 serviced = IRQ_HANDLED; in smsc911x_irqhandler()
1591 serviced = IRQ_HANDLED; in smsc911x_irqhandler()
1594 return serviced; in smsc911x_irqhandler()
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Dsifive,plic-1.0.0.txt17 serviced first. Each context can specify a priority threshold. Interrupts
/Linux-v4.19/Documentation/block/
Ddeadline-iosched.txt37 write) which are serviced in increasing sector order. To limit extra seeking,
/Linux-v4.19/Documentation/filesystems/
Dorangefs.txt314 * serviced - op has matching downcall; ok
346 state is not "canceled" or "given up", its state is set to "serviced".
364 that can't be serviced will be removed from the request list and
366 be serviced will be removed from the in_progress hash table and
Dproc.txt1017 Provides counts of softirq handlers serviced since boot time, for each cpu.
1344 The "intr" line gives counts of interrupts serviced since boot time, for each
1346 interrupts serviced including unnumbered architecture specific interrupts;
1365 The "softirq" line gives counts of softirqs serviced since boot time, for each
1367 softirqs serviced; each subsequent column is the total for that particular
/Linux-v4.19/sound/soc/codecs/
Dcs47l24.c1099 int serviced = 0; in cs47l24_adsp2_irq() local
1105 serviced++; in cs47l24_adsp2_irq()
1114 if (!serviced) { in cs47l24_adsp2_irq()
Dwm5110.c2268 int serviced = 0; in wm5110_adsp2_irq() local
2274 serviced++; in wm5110_adsp2_irq()
2283 if (!serviced) { in wm5110_adsp2_irq()
/Linux-v4.19/Documentation/scsi/
Dscsi-generic.txt9 used on SCSI devices that don't fit into the already serviced categories.
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Dti-edma.txt19 number and the second is the TC the channel is serviced on.
/Linux-v4.19/drivers/net/ethernet/agere/
Det131x.c2742 u32 serviced; in et131x_handle_send_pkts() local
2747 serviced = readl(&adapter->regs->txdma.new_service_complete); in et131x_handle_send_pkts()
2748 index = INDEX10(serviced); in et131x_handle_send_pkts()
2758 ((serviced ^ tcb->index) & ET_DMA10_WRAP) && in et131x_handle_send_pkts()
2773 !((serviced ^ tcb->index) & ET_DMA10_WRAP) && in et131x_handle_send_pkts()
/Linux-v4.19/Documentation/spi/
Dpxa2xx13 The driver is built around a "spi_message" fifo serviced by workqueue and a
/Linux-v4.19/Documentation/networking/
Ddpaa.txt190 traffic bursts from a certain queue are serviced by the same CPU.
Dspider_net.txt185 the TX queue is appropriately serviced for large packet sizes.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-block44 integrity of read requests serviced by devices that
/Linux-v4.19/Documentation/ia64/
Dmca.txt25 end up spinning disabled while the MCA is being serviced.
/Linux-v4.19/Documentation/powerpc/
Dcxl.txt59 the fault. The context to which this fault is serviced is based on
/Linux-v4.19/Documentation/rapidio/
Drapidio.txt42 RapidIO master ports are serviced by subsystem specific mport device drivers
/Linux-v4.19/Documentation/cgroup-v1/
Dblkio-controller.txt230 the IO is dispatched to the device but till it actually gets serviced
/Linux-v4.19/Documentation/media/v4l-drivers/
Dcx2341x.rst1559 The firmware is halted and no further API calls are serviced until the
2510 The firmware is halted and no further API calls are serviced until

12