Home
last modified time | relevance | path

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

12

/Linux-v5.15/arch/powerpc/sysdev/xics/
Dics-rtas.c29 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_unmask_irq() local
65 static void ics_rtas_mask_real_irq(unsigned int hw_irq) in ics_rtas_mask_real_irq()
91 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_mask_irq() local
104 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_set_affinity() local
153 static int ics_rtas_check(struct ics *ics, unsigned int hw_irq) in ics_rtas_check()
Dics-opal.c44 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_unmask_irq() local
69 static void ics_opal_mask_real_irq(unsigned int hw_irq) in ics_opal_mask_real_irq()
86 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_mask_irq() local
99 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_set_affinity() local
154 static int ics_opal_check(struct ics *ics, unsigned int hw_irq) in ics_opal_check()
Dicp-opal.c108 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_opal_eoi() local
Dicp-hv.c77 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_hv_eoi() local
Dics-native.c134 static int ics_native_check(struct ics *ics, unsigned int hw_irq) in ics_native_check()
Dicp-native.c88 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_native_eoi() local
/Linux-v5.15/drivers/irqchip/
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
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
Dirq-renesas-rza1.c71 unsigned int hw_irq = irqd_to_hwirq(d); in rza1_irqc_set_type() local
Dirq-bcm6345-l1.c288 irq_hw_number_t hw_irq) in bcm6345_l1_map()
Dirq-bcm7038-l1.c408 irq_hw_number_t hw_irq) in bcm7038_l1_map()
/Linux-v5.15/arch/powerpc/sysdev/xive/
Dnative.c46 int xive_native_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_native_populate_irq_data()
97 int xive_native_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_native_configure_irq()
111 static int xive_native_get_irq_config(u32 hw_irq, u32 *target, u8 *prio, in xive_native_get_irq_config()
450 void xive_native_sync_source(u32 hw_irq) in xive_native_sync_source()
456 void xive_native_sync_queue(u32 hw_irq) in xive_native_sync_queue()
Dcommon.c267 static struct irq_data *xive_get_irq_data(u32 hw_irq) in xive_get_irq_data()
274 int xmon_xive_get_irq_config(u32 hw_irq, struct irq_data *d) in xmon_xive_get_irq_config()
610 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_startup() local
655 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_shutdown() local
701 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_affinity() local
820 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_vcpu_affinity() local
1731 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_debug_show_irq() local
Dspapr.c373 static int xive_spapr_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_spapr_populate_irq_data()
434 static int xive_spapr_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_spapr_configure_irq()
444 static int xive_spapr_get_irq_config(u32 hw_irq, u32 *target, u8 *prio, in xive_spapr_get_irq_config()
645 static void xive_spapr_sync_source(u32 hw_irq) in xive_spapr_sync_source()
/Linux-v5.15/kernel/irq/
Dgeneric-chip.c344 __irq_get_domain_generic_chip(struct irq_domain *d, unsigned int hw_irq) in __irq_get_domain_generic_chip()
363 irq_get_domain_generic_chip(struct irq_domain *d, unsigned int hw_irq) in irq_get_domain_generic_chip()
382 irq_hw_number_t hw_irq) in irq_map_generic_chip()
435 unsigned int hw_irq = data->hwirq; in irq_unmap_generic_chip() local
/Linux-v5.15/drivers/thermal/qcom/
Dlmh.c37 static irqreturn_t lmh_handle_irq(int hw_irq, void *data) in lmh_handle_irq()
/Linux-v5.15/drivers/misc/ocxl/
Dafu_irq.c11 int hw_irq; member
Dlink.c752 int ocxl_link_irq_alloc(void *link_handle, int *hw_irq) in ocxl_link_irq_alloc()
771 void ocxl_link_free_irq(void *link_handle, int hw_irq) in ocxl_link_free_irq()
/Linux-v5.15/arch/powerpc/platforms/powernv/
Dopal-irqchip.c235 u32 hw_irq; in opal_event_init() local
/Linux-v5.15/arch/powerpc/include/asm/
Dxive.h47 u32 hw_irq; member
/Linux-v5.15/drivers/pci/controller/
Dpci-xgene-msi.c294 int msir_index, msir_val, hw_irq, ret; in xgene_msi_isr() local
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c785 static int xics_opal_set_server(unsigned int hw_irq, int server_cpu) in xics_opal_set_server()
/Linux-v5.15/drivers/gpio/
Dgpio-davinci.c354 irq_hw_number_t hw_irq; in gpio_irq_handler() local
/Linux-v5.15/drivers/pci/controller/dwc/
Dpci-keystone.c332 irq_hw_number_t hw_irq) in ks_pcie_init_legacy_irq_map()
/Linux-v5.15/drivers/acpi/arm64/
Diort.c1290 int i, hw_irq, trigger, num_res = 0; in arm_smmu_init_resources() local

12