/Linux-v4.19/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 | 48 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_unmask_irq() local 84 static void ics_opal_mask_real_irq(unsigned int hw_irq) in ics_opal_mask_real_irq() 101 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_mask_irq() local 114 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in ics_opal_set_affinity() local 183 unsigned int hw_irq = (unsigned int)virq_to_hw(virq); in ics_opal_map() local
|
D | icp-opal.c | 111 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_opal_eoi() local
|
D | icp-hv.c | 81 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_hv_eoi() local
|
D | icp-native.c | 93 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in icp_native_eoi() local
|
/Linux-v4.19/drivers/irqchip/ |
D | irq-renesas-intc-irqpin.c | 67 int hw_irq; member 127 int reg, int hw_irq) in intc_irqpin_hwirq_mask() 133 int reg, int hw_irq) in intc_irqpin_irq_write_hwirq() 194 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_enable() local 203 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_disable() local 212 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_shared_irq_enable() local 223 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_shared_irq_disable() local 284 int hw_irq = irqd_to_hwirq(d); in intc_irqpin_irq_set_wake() local
|
D | irq-renesas-irqc.c | 53 int hw_irq; member 91 int hw_irq = irqd_to_hwirq(d); in irqc_irq_set_type() local 110 int hw_irq = irqd_to_hwirq(d); in irqc_irq_set_wake() local
|
D | irq-bcm6345-l1.c | 291 irq_hw_number_t hw_irq) in bcm6345_l1_map()
|
D | irq-bcm7038-l1.c | 304 irq_hw_number_t hw_irq) in bcm7038_l1_map()
|
/Linux-v4.19/arch/powerpc/sysdev/xive/ |
D | common.c | 312 void xive_do_source_eoi(u32 hw_irq, struct xive_irq_data *xd) in xive_do_source_eoi() 546 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_startup() local 598 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_shutdown() local 644 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_unmask() local 667 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_mask() local 682 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_affinity() local 808 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_irq_set_vcpu_affinity() local 1174 unsigned int hw_irq; in xive_irq_domain_unmap() local 1323 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in xive_flush_cpu_queue() local
|
D | native.c | 47 int xive_native_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_native_populate_irq_data() 104 int xive_native_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_native_configure_irq() 373 static void xive_native_eoi(u32 hw_irq) in xive_native_eoi() 443 void xive_native_sync_source(u32 hw_irq) in xive_native_sync_source()
|
D | spapr.c | 337 static int xive_spapr_populate_irq_data(u32 hw_irq, struct xive_irq_data *data) in xive_spapr_populate_irq_data() 390 static int xive_spapr_configure_irq(u32 hw_irq, u32 target, u8 prio, u32 sw_irq) in xive_spapr_configure_irq() 564 static void xive_spapr_eoi(u32 hw_irq) in xive_spapr_eoi() 583 static void xive_spapr_sync_source(u32 hw_irq) in xive_spapr_sync_source()
|
/Linux-v4.19/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-v4.19/drivers/misc/ocxl/ |
D | afu_irq.c | 11 int hw_irq; member
|
D | link.c | 662 int ocxl_link_irq_alloc(void *link_handle, int *hw_irq, u64 *trigger_addr) in ocxl_link_irq_alloc() 683 void ocxl_link_free_irq(void *link_handle, int hw_irq) in ocxl_link_free_irq()
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | opal-irqchip.c | 242 u32 hw_irq; in opal_event_init() local
|
D | pci-ioda.c | 2841 int64_t pnv_opal_pci_msi_eoi(struct irq_chip *chip, unsigned int hw_irq) in pnv_opal_pci_msi_eoi() 2852 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(d); in pnv_ioda2_msi_eoi() local
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | xive.h | 48 u32 hw_irq; member
|
/Linux-v4.19/drivers/pci/controller/ |
D | pci-xgene-msi.c | 295 int msir_index, msir_val, hw_irq; in xgene_msi_isr() local
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-davinci.c | 354 irq_hw_number_t hw_irq; in gpio_irq_handler() local
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_hv_rm_xics.c | 788 static int xics_opal_set_server(unsigned int hw_irq, int server_cpu) in xics_opal_set_server()
|
D | book3s_xive.c | 834 unsigned int hw_irq = (unsigned int)irqd_to_hwirq(host_data); in kvmppc_xive_set_mapped() local
|
/Linux-v4.19/drivers/pci/controller/dwc/ |
D | pci-keystone-dw.c | 234 unsigned int irq, irq_hw_number_t hw_irq) in ks_dw_pcie_init_legacy_irq_map()
|
/Linux-v4.19/drivers/acpi/arm64/ |
D | iort.c | 1272 int i, hw_irq, trigger, num_res = 0; in arm_smmu_init_resources() local
|
/Linux-v4.19/drivers/net/ethernet/ibm/ |
D | ibmvnic.h | 865 unsigned long hw_irq; member
|