Home
last modified time | relevance | path

Searched defs:hw_irq (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.3-rc2/arch/powerpc/sysdev/xics/
A Dics-rtas.c28 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_unmask_irq() local
64 static void ics_rtas_mask_real_irq(unsigned int hw_irq) in ics_rtas_mask_real_irq()
90 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_mask_irq() local
103 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_set_affinity() local
152 static int ics_rtas_check(struct ics *ics, unsigned int hw_irq) in ics_rtas_check()
A Dics-opal.c43 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_unmask_irq() local
68 static void ics_opal_mask_real_irq(unsigned int hw_irq) in ics_opal_mask_real_irq()
85 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_mask_irq() local
98 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_set_affinity() local
153 static int ics_opal_check(struct ics *ics, unsigned int hw_irq) in ics_opal_check()
A Dicp-opal.c108 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_opal_eoi() local
A Dicp-hv.c77 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_hv_eoi() local
A Dics-native.c134 static int ics_native_check(struct ics *ics, unsigned int hw_irq) in ics_native_check()
A Dicp-native.c89 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_native_eoi() local
/linux-6.3-rc2/drivers/irqchip/
A Dirq-renesas-rzg2l.c72 unsigned int hw_irq = irqd_to_hwirq(d) - IRQC_IRQ_START; in rzg2l_irq_eoi() local
84 unsigned int hw_irq = irqd_to_hwirq(d) - IRQC_TINT_START; in rzg2l_tint_eoi() local
97 unsigned int hw_irq = irqd_to_hwirq(d); in rzg2l_irqc_eoi() local
110 unsigned int hw_irq = irqd_to_hwirq(d); in rzg2l_irqc_irq_disable() local
130 unsigned int hw_irq = irqd_to_hwirq(d); in rzg2l_irqc_irq_enable() local
151 unsigned int hw_irq = irqd_to_hwirq(d) - IRQC_IRQ_START; in rzg2l_irq_set_type() local
226 unsigned int hw_irq = irqd_to_hwirq(d); in rzg2l_irqc_set_type() local
A Dirq-renesas-intc-irqpin.c55 int hw_irq; member
114 int reg, int hw_irq) in intc_irqpin_hwirq_mask()
120 int reg, int hw_irq) in intc_irqpin_irq_write_hwirq()
181 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_enable() local
190 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_disable() local
199 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_shared_irq_enable() local
210 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_shared_irq_disable() local
271 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_set_wake() local
A Dirq-renesas-irqc.c40 int hw_irq; member
77 int hw_irq = irqd_to_hwirq(d); in irqc_irq_set_type() local
96 int hw_irq = irqd_to_hwirq(d); in irqc_irq_set_wake() local
A Dirq-renesas-rza1.c71 unsigned int hw_irq = irqd_to_hwirq(d); in rza1_irqc_set_type() local
A Dirq-bcm6345-l1.c284 irq_hw_number_t hw_irq) in bcm6345_l1_map()
A Dirq-bcm7038-l1.c379 irq_hw_number_t hw_irq) in bcm7038_l1_map()
/linux-6.3-rc2/arch/powerpc/sysdev/xive/
A Dnative.c46 int xive_native_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_native_populate_irq_data()
99 int xive_native_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_native_configure_irq()
113 static int xive_native_get_irq_config(u32 hw_irq, u32 *target, u8 *prio, in xive_native_get_irq_config()
452 void xive_native_sync_source(u32 hw_irq) in xive_native_sync_source()
458 void xive_native_sync_queue(u32 hw_irq) in xive_native_sync_queue()
A Dcommon.c291 static struct irq_data *xive_get_irq_data(u32 hw_irq) in xive_get_irq_data()
298 int xmon_xive_get_irq_config(u32 hw_irq, struct irq_data *d) in xmon_xive_get_irq_config()
632 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_startup() local
677 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_shutdown() local
722 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_affinity() local
841 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_vcpu_affinity() local
1751 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_debug_show_irq() local
A Dspapr.c387 static int xive_spapr_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_spapr_populate_irq_data()
449 static int xive_spapr_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_spapr_configure_irq()
459 static int xive_spapr_get_irq_config(u32 hw_irq, u32 *target, u8 *prio, in xive_spapr_get_irq_config()
660 static void xive_spapr_sync_source(u32 hw_irq) in xive_spapr_sync_source()
/linux-6.3-rc2/kernel/irq/
A Dgeneric-chip.c347 __irq_get_domain_generic_chip(struct irq_domain *d, unsigned int hw_irq) in __irq_get_domain_generic_chip()
366 irq_get_domain_generic_chip(struct irq_domain *d, unsigned int hw_irq) in irq_get_domain_generic_chip()
385 irq_hw_number_t hw_irq) in irq_map_generic_chip()
438 unsigned int hw_irq = data->hwirq; in irq_unmap_generic_chip() local
/linux-6.3-rc2/drivers/thermal/qcom/
A Dlmh.c39 static irqreturn_t lmh_handle_irq(int hw_irq, void *data) in lmh_handle_irq()
/linux-6.3-rc2/drivers/misc/ocxl/
A Dafu_irq.c12 int hw_irq; member
A Dlink.c753 int ocxl_link_irq_alloc(void *link_handle, int *hw_irq) in ocxl_link_irq_alloc()
772 void ocxl_link_free_irq(void *link_handle, int hw_irq) in ocxl_link_free_irq()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Dopal-irqchip.c235 u32 hw_irq; in opal_event_init() local
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dxive.h47 u32 hw_irq; member
/linux-6.3-rc2/drivers/pci/controller/
A Dpci-xgene-msi.c292 int msir_index, msir_val, hw_irq, ret; in xgene_msi_isr() local
/linux-6.3-rc2/arch/powerpc/kvm/
A Dbook3s_hv_rm_xics.c790 static int xics_opal_set_server(unsigned int hw_irq, int server_cpu) in xics_opal_set_server()
A Dbook3s_xive.c95 static void xive_vm_source_eoi(u32 hw_irq, struct xive_irq_data *xd) in xive_vm_source_eoi()
1559 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(host_data); in kvmppc_xive_set_mapped() local
/linux-6.3-rc2/drivers/gpio/
A Dgpio-davinci.c352 irq_hw_number_t hw_irq; in gpio_irq_handler() local

Completed in 46 milliseconds

12