/Linux-v5.4/arch/powerpc/sysdev/xics/ |
D | ics-rtas.c | 42 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_unmask_irq() local 87 static void ics_rtas_mask_real_irq(unsigned int hw_irq) in ics_rtas_mask_real_irq() 113 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_mask_irq() local 126 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_rtas_set_affinity() local 174 unsigned int hw_irq = (unsigned int)virq_to_hw(virq); in ics_rtas_map() local
|
D | ics-opal.c | 44 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_unmask_irq() local 80 static void ics_opal_mask_real_irq(unsigned int hw_irq) in ics_opal_mask_real_irq() 97 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_mask_irq() local 110 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_set_affinity() local 179 unsigned int hw_irq = (unsigned int)virq_to_hw(virq); in ics_opal_map() local
|
D | icp-opal.c | 107 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_opal_eoi() local
|
D | icp-hv.c | 76 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_hv_eoi() local
|
D | icp-native.c | 88 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_native_eoi() local
|
/Linux-v5.4/drivers/irqchip/ |
D | irq-renesas-intc-irqpin.c | 55 int hw_irq; member 115 int reg, int hw_irq) in intc_irqpin_hwirq_mask() 121 int reg, int hw_irq) in intc_irqpin_irq_write_hwirq() 182 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_enable() local 191 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_disable() local 200 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_shared_irq_enable() local 211 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_shared_irq_disable() local 272 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_set_wake() local
|
D | irq-renesas-irqc.c | 40 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
|
D | irq-renesas-rza1.c | 71 unsigned int hw_irq = irqd_to_hwirq(d); in rza1_irqc_set_type() local
|
D | irq-bcm6345-l1.c | 288 irq_hw_number_t hw_irq) in bcm6345_l1_map()
|
D | irq-bcm7038-l1.c | 301 irq_hw_number_t hw_irq) in bcm7038_l1_map()
|
/Linux-v5.4/arch/powerpc/sysdev/xive/ |
D | common.c | 266 int xmon_xive_get_irq_config(u32 hw_irq, struct irq_data *d) in xmon_xive_get_irq_config() 354 static void xive_do_source_eoi(u32 hw_irq, struct xive_irq_data *xd) in xive_do_source_eoi() 595 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_startup() local 650 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_shutdown() local 686 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_unmask() local 709 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_mask() local 724 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_affinity() local 854 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_vcpu_affinity() local 1241 unsigned int hw_irq; in xive_irq_domain_unmap() local 1390 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_flush_cpu_queue() local
|
D | native.c | 43 int xive_native_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_native_populate_irq_data() 100 int xive_native_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_native_configure_irq() 114 static int xive_native_get_irq_config(u32 hw_irq, u32 *target, u8 *prio, in xive_native_get_irq_config() 385 static void xive_native_eoi(u32 hw_irq) in xive_native_eoi() 455 void xive_native_sync_source(u32 hw_irq) in xive_native_sync_source() 461 void xive_native_sync_queue(u32 hw_irq) in xive_native_sync_queue()
|
D | spapr.c | 370 static int xive_spapr_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_spapr_populate_irq_data() 423 static int xive_spapr_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_spapr_configure_irq() 433 static int xive_spapr_get_irq_config(u32 hw_irq, u32 *target, u8 *prio, in xive_spapr_get_irq_config() 615 static void xive_spapr_eoi(u32 hw_irq) in xive_spapr_eoi() 634 static void xive_spapr_sync_source(u32 hw_irq) in xive_spapr_sync_source()
|
/Linux-v5.4/kernel/irq/ |
D | generic-chip.c | 340 __irq_get_domain_generic_chip(struct irq_domain *d, unsigned int hw_irq) in __irq_get_domain_generic_chip() 359 irq_get_domain_generic_chip(struct irq_domain *d, unsigned int hw_irq) in irq_get_domain_generic_chip() 378 irq_hw_number_t hw_irq) in irq_map_generic_chip() 431 unsigned int hw_irq = data->hwirq; in irq_unmap_generic_chip() local
|
/Linux-v5.4/drivers/misc/ocxl/ |
D | afu_irq.c | 10 int hw_irq; member
|
D | link.c | 685 int ocxl_link_irq_alloc(void *link_handle, int *hw_irq, u64 *trigger_addr) in ocxl_link_irq_alloc() 706 void ocxl_link_free_irq(void *link_handle, int hw_irq) in ocxl_link_free_irq()
|
/Linux-v5.4/arch/powerpc/platforms/powernv/ |
D | opal-irqchip.c | 238 u32 hw_irq; in opal_event_init() local
|
D | pci-ioda.c | 2734 int64_t pnv_opal_pci_msi_eoi(struct irq_chip *chip, unsigned int hw_irq) in pnv_opal_pci_msi_eoi() 2745 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in pnv_ioda2_msi_eoi() local
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | xive.h | 45 u32 hw_irq; member
|
/Linux-v5.4/drivers/pci/controller/ |
D | pci-xgene-msi.c | 295 int msir_index, msir_val, hw_irq; in xgene_msi_isr() local
|
/Linux-v5.4/arch/powerpc/kvm/ |
D | book3s_hv_rm_xics.c | 799 static int xics_opal_set_server(unsigned int hw_irq, int server_cpu) in xics_opal_set_server()
|
D | book3s_xive.c | 904 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(host_data); in kvmppc_xive_set_mapped() local
|
/Linux-v5.4/drivers/gpio/ |
D | gpio-davinci.c | 361 irq_hw_number_t hw_irq; in gpio_irq_handler() local
|
/Linux-v5.4/drivers/acpi/arm64/ |
D | iort.c | 1297 int i, hw_irq, trigger, num_res = 0; in arm_smmu_init_resources() local
|
/Linux-v5.4/drivers/pci/controller/dwc/ |
D | pci-keystone.c | 344 irq_hw_number_t hw_irq) in ks_pcie_init_legacy_irq_map()
|