/Linux-v4.19/drivers/irqchip/ |
D | irq-clps711x.c | 44 phys_addr_t eoi; member 99 writel_relaxed(0, clps711x_intc->base + clps711x_irqs[hwirq].eoi); in clps711x_intc_eoi() 143 } else if (clps711x_irqs[hw].eoi) { in clps711x_intc_irq_map() 148 if (clps711x_irqs[hw].eoi) in clps711x_intc_irq_map() 149 writel_relaxed(0, clps711x_intc->base + clps711x_irqs[hw].eoi); in clps711x_intc_irq_map()
|
D | irq-atmel-aic.c | 258 gc->chip_types[0].regs.eoi = AT91_AIC_EOICR; in aic_of_init()
|
D | irq-atmel-aic5.c | 344 gc->chip_types[0].regs.eoi = AT91_AIC5_EOICR; in aic5_of_init()
|
/Linux-v4.19/drivers/media/platform/coda/ |
D | coda-jpeg.c | 184 u16 soi, eoi; in coda_jpeg_check_buffer() local 194 eoi = be16_to_cpup((__be16 *)(vaddr - i)); in coda_jpeg_check_buffer() 195 if (eoi == EOI_MARKER) { in coda_jpeg_check_buffer()
|
/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/ |
D | client.c | 821 goto eoi; in recv_ishtp_cl_msg() 827 goto eoi; in recv_ishtp_cl_msg() 848 goto eoi; in recv_ishtp_cl_msg() 866 goto eoi; in recv_ishtp_cl_msg() 919 goto eoi; in recv_ishtp_cl_msg() 928 eoi: in recv_ishtp_cl_msg() 970 goto eoi; in recv_ishtp_cl_msg_dma() 987 goto eoi; in recv_ishtp_cl_msg_dma() 1036 goto eoi; in recv_ishtp_cl_msg_dma() 1045 eoi: in recv_ishtp_cl_msg_dma()
|
D | hbm.c | 862 goto eoi; in recv_hbm() 874 goto eoi; in recv_hbm() 889 goto eoi; in recv_hbm() 897 eoi: in recv_hbm()
|
/Linux-v4.19/include/linux/ |
D | dw_apb_timer.h | 32 void (*eoi)(struct dw_apb_timer *); member
|
/Linux-v4.19/drivers/clocksource/ |
D | dw_apb_timer.c | 108 if (dw_ced->eoi) in dw_apb_clockevent_irq() 109 dw_ced->eoi(&dw_ced->timer); in dw_apb_clockevent_irq() 283 dw_ced->eoi = apbt_eoi; in dw_apb_clockevent_init()
|
/Linux-v4.19/arch/x86/kernel/ |
D | apb_timer.c | 156 adev->timer->eoi = NULL; in apbt_clockevent_register() 194 adev->timer->eoi = NULL; in apbt_setup_secondary_clock()
|
/Linux-v4.19/arch/powerpc/sysdev/xive/ |
D | xive-internal.h | 48 void (*eoi)(u32 hw_irq); member
|
D | common.c | 325 if (WARN_ON_ONCE(!xive_ops->eoi)) in xive_do_source_eoi() 327 xive_ops->eoi(hw_irq); in xive_do_source_eoi()
|
D | native.c | 457 .eoi = xive_native_eoi,
|
/Linux-v4.19/arch/x86/include/asm/ |
D | apicdef.h | 230 u32 eoi; member 232 } eoi; member
|
/Linux-v4.19/arch/powerpc/sysdev/xics/ |
D | icp-opal.c | 180 .eoi = icp_opal_eoi,
|
D | icp-hv.c | 159 .eoi = icp_hv_eoi,
|
D | ics-rtas.c | 233 ics_rtas_irq_chip.irq_eoi = icp_ops->eoi; in ics_rtas_init()
|
D | ics-opal.c | 237 ics_opal_irq_chip.irq_eoi = icp_ops->eoi; in ics_opal_init()
|
D | icp-native.c | 322 .eoi = icp_native_eoi,
|
D | xics-common.c | 478 xics_ipi_chip.irq_eoi = icp_ops->eoi; in xics_init()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | xics.h | 56 void (*eoi)(struct irq_data *d); member
|
/Linux-v4.19/drivers/usb/musb/ |
D | am35x.c | 225 goto eoi; in am35x_musb_interrupt() 294 eoi: in am35x_musb_interrupt()
|
D | da8xx.c | 240 goto eoi; in da8xx_musb_interrupt() 311 eoi: in da8xx_musb_interrupt()
|
/Linux-v4.19/kernel/irq/ |
D | Kconfig | 53 # Edge style eoi based handler (cell)
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-sodaville.c | 166 ct->regs.eoi = GPSTR; in sdv_register_irqsupport()
|
/Linux-v4.19/drivers/hid/intel-ish-hid/ipc/ |
D | ipc.c | 662 goto eoi; in ish_irq_handler() 676 eoi: in ish_irq_handler()
|