| /OK3568_Linux_fs/kernel/drivers/vme/bridges/ |
| H A D | vme_tsi148.c | 78 u32 serviced = 0; in tsi148_DMA_irqhandler() local 82 serviced |= TSI148_LCSR_INTC_DMA0C; in tsi148_DMA_irqhandler() 86 serviced |= TSI148_LCSR_INTC_DMA1C; in tsi148_DMA_irqhandler() 89 return serviced; in tsi148_DMA_irqhandler() 98 u32 serviced = 0; in tsi148_LM_irqhandler() local 104 serviced |= TSI148_LCSR_INTC_LMC[i]; in tsi148_LM_irqhandler() 108 return serviced; in tsi148_LM_irqhandler() 120 u32 serviced = 0; in tsi148_MB_irqhandler() local 130 serviced |= TSI148_LCSR_INTC_MBC[i]; in tsi148_MB_irqhandler() 134 return serviced; in tsi148_MB_irqhandler() [all …]
|
| H A D | vme_ca91cx42.c | 65 u32 serviced = 0; in ca91cx42_LM_irqhandler() local 71 serviced |= CA91CX42_LINT_LM[i]; in ca91cx42_LM_irqhandler() 75 return serviced; in ca91cx42_LM_irqhandler() 130 int vec, i, serviced = 0; in ca91cx42_VIRQ_irqhandler() local 143 serviced |= (1 << i); in ca91cx42_VIRQ_irqhandler() 147 return serviced; in ca91cx42_VIRQ_irqhandler() 152 u32 stat, enable, serviced = 0; in ca91cx42_irqhandler() local 170 serviced |= ca91cx42_DMA_irqhandler(bridge); in ca91cx42_irqhandler() 173 serviced |= ca91cx42_LM_irqhandler(bridge, stat); in ca91cx42_irqhandler() 175 serviced |= ca91cx42_MB_irqhandler(bridge, stat); in ca91cx42_irqhandler() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/via/ |
| H A D | via_dmablit.c | 507 while (blitq->serviced != blitq->cur) { in via_dmablit_workqueue() 509 cur_released = blitq->serviced++; in via_dmablit_workqueue() 513 if (blitq->serviced >= VIA_NUM_BLIT_SLOTS) in via_dmablit_workqueue() 514 blitq->serviced = 0; in via_dmablit_workqueue() 554 blitq->serviced = 0; in via_init_dmablit()
|
| H A D | via_dmablit.h | 65 unsigned serviced; member
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | hwlat_detector.rst | 16 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
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.watchdog | 9 new code, so it must be serviced, but the board would rather it
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0007-apic-fixup-fallthrough-to-PIC.patch | 22 serviced, is -1.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smsc911x.c | 1528 int serviced = IRQ_NONE; in smsc911x_irqhandler() local 1538 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1548 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1557 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1563 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1577 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1580 return serviced; in smsc911x_irqhandler()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/kea/files/ |
| H A D | fix-multilib-conflict.patch | 42 // // of all devices serviced by Kea, including their identifiers
|
| /OK3568_Linux_fs/buildroot/package/qemu/ |
| H A D | Config.in.host | 77 serviced by the running host kernel. Therefore, if the
|
| /OK3568_Linux_fs/kernel/Documentation/block/ |
| H A D | deadline-iosched.rst | 36 write) which are serviced in increasing sector order. To limit extra seeking,
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | cs47l24.c | 1098 int serviced = 0; in cs47l24_adsp2_irq() local 1104 serviced++; in cs47l24_adsp2_irq() 1113 if (!serviced) { in cs47l24_adsp2_irq()
|
| H A D | cs47l35.c | 1529 int serviced = 0; in cs47l35_adsp2_irq() local 1535 serviced++; in cs47l35_adsp2_irq() 1544 if (!serviced) { in cs47l35_adsp2_irq()
|
| H A D | wm5110.c | 2271 int serviced = 0; in wm5110_adsp2_irq() local 2277 serviced++; in wm5110_adsp2_irq() 2286 if (!serviced) { in wm5110_adsp2_irq()
|
| H A D | cs47l85.c | 2471 int serviced = 0; in cs47l85_adsp2_irq() local 2477 serviced++; in cs47l85_adsp2_irq() 2486 if (!serviced) { in cs47l85_adsp2_irq()
|
| H A D | cs47l90.c | 2390 int serviced = 0; in cs47l90_adsp2_irq() local 2396 serviced++; in cs47l90_adsp2_irq() 2405 if (!serviced) { in cs47l90_adsp2_irq()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | orangefs.rst | 331 * serviced 366 state is not "canceled" or "given up", its state is set to "serviced". 384 that can't be serviced will be removed from the request list and 386 be serviced will be removed from the in_progress hash table and
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | papr_hcalls.rst | 43 Once control is returns back to the guest after hypervisor has serviced the 128 multiple times in order to be completely serviced. These hcalls will usually
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | scsi-generic.rst | 14 used on SCSI devices that don't fit into the already serviced categories.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-clone.rst | 77 Reads and writes from/to hydrated regions are serviced from the destination 80 A read to a not yet hydrated region is serviced directly from the source device.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/ |
| H A D | ti-edma.txt | 19 number and the second is the TC the channel is serviced on.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/agere/ |
| H A D | et131x.c | 2738 u32 serviced; in et131x_handle_send_pkts() local 2743 serviced = readl(&adapter->regs->txdma.new_service_complete); in et131x_handle_send_pkts() 2744 index = INDEX10(serviced); in et131x_handle_send_pkts() 2754 ((serviced ^ tcb->index) & ET_DMA10_WRAP) && in et131x_handle_send_pkts() 2769 !((serviced ^ tcb->index) & ET_DMA10_WRAP) && in et131x_handle_send_pkts()
|
| /OK3568_Linux_fs/kernel/Documentation/spi/ |
| H A D | pxa2xx.rst | 15 The driver is built around a "spi_message" fifo serviced by workqueue and a
|
| /OK3568_Linux_fs/kernel/Documentation/mhi/ |
| H A D | mhi.rst | 108 * RP indicates the next element to be serviced by the device.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/freescale/ |
| H A D | dpaa.rst | 198 traffic bursts from a certain queue are serviced by the same CPU.
|