| /linux/arch/x86/kernel/ |
| H A D | devicetree.c | 180 u32 out_type; member 188 .out_type = IRQ_TYPE_EDGE_FALLING, 193 .out_type = IRQ_TYPE_LEVEL_HIGH, 198 .out_type = IRQ_TYPE_LEVEL_LOW, 203 .out_type = IRQ_TYPE_EDGE_RISING,
|
| /linux/include/linux/ |
| H A D | irqdomain.h | 108 unsigned long *out_hwirq, unsigned int *out_type); 118 unsigned long *out_hwirq, unsigned int *out_type); 521 irq_hw_number_t *out_hwirq, unsigned int *out_type); 524 irq_hw_number_t *out_hwirq, unsigned int *out_type); 527 irq_hw_number_t *out_hwirq, unsigned int *out_type); 530 irq_hw_number_t *out_hwirq, unsigned int *out_type); 533 unsigned long *out_hwirq, unsigned int *out_type); 535 unsigned long *out_hwirq, unsigned int *out_type); 537 unsigned long *out_hwirq, unsigned int *out_type);
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_crtc.c | 209 enum exynos_drm_output_type out_type) in exynos_drm_crtc_get_by_type() argument 214 if (to_exynos_crtc(crtc)->type == out_type) in exynos_drm_crtc_get_by_type() 221 enum exynos_drm_output_type out_type) in exynos_drm_set_possible_crtcs() argument 224 out_type); in exynos_drm_set_possible_crtcs()
|
| /linux/drivers/sh/intc/ |
| H A D | irqdomain.c | 29 unsigned long *out_hwirq, unsigned int *out_type) in intc_evt_xlate() argument 35 *out_type = IRQ_TYPE_NONE; in intc_evt_xlate()
|
| /linux/drivers/irqchip/ |
| H A D | irq-xtensa-pic.c | 32 unsigned long *out_hwirq, unsigned int *out_type) in xtensa_pic_irq_domain_xlate() argument 36 out_hwirq, out_type); in xtensa_pic_irq_domain_xlate()
|
| H A D | irq-csky-mpintc.c | 193 unsigned int *out_type) in csky_irq_domain_xlate_cells() argument 200 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK; in csky_irq_domain_xlate_cells() 202 *out_type = IRQ_TYPE_LEVEL_HIGH; in csky_irq_domain_xlate_cells()
|
| H A D | irq-xtensa-mx.c | 49 unsigned long *out_hwirq, unsigned int *out_type) in xtensa_mx_irq_domain_xlate() argument 53 out_hwirq, out_type); in xtensa_mx_irq_domain_xlate()
|
| H A D | irq-hip04.c | 317 unsigned int *out_type) in hip04_irq_domain_xlate() argument 323 *out_type = IRQ_TYPE_EDGE_RISING; in hip04_irq_domain_xlate() 336 *out_type = intspec[2] & IRQ_TYPE_SENSE_MASK; in hip04_irq_domain_xlate()
|
| H A D | irq-uniphier-aidet.c | 96 unsigned int *out_type) in uniphier_aidet_domain_translate() argument 102 *out_type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK; in uniphier_aidet_domain_translate()
|
| H A D | irq-atmel-aic-common.h | 29 unsigned int *out_type);
|
| H A D | irq-bcm2835.c | 112 unsigned long *out_hwirq, unsigned int *out_type) in armctrl_xlate() argument 127 *out_type = IRQ_TYPE_NONE; in armctrl_xlate()
|
| H A D | exynos-combiner.c | 140 unsigned int *out_type) in combiner_irq_domain_xlate() argument 149 *out_type = 0; in combiner_irq_domain_xlate()
|
| H A D | irq-loongson-liointc.c | 178 unsigned long *out_hwirq, unsigned int *out_type) in liointc_domain_xlate() argument 185 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK; in liointc_domain_xlate() 187 *out_type = IRQ_TYPE_NONE; in liointc_domain_xlate()
|
| H A D | irq-atmel-aic.c | 170 unsigned int *out_type) in aic_irq_domain_xlate() argument 181 out_hwirq, out_type); in aic_irq_domain_xlate()
|
| H A D | irq-pic32-evic.c | 166 irq_hw_number_t *out_hwirq, unsigned int *out_type) in pic32_irq_domain_xlate() argument 177 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK; in pic32_irq_domain_xlate()
|
| H A D | irq-mips-gic.c | 618 unsigned int *out_type) in gic_irq_domain_xlate() argument 629 *out_type = intspec[2] & IRQ_TYPE_SENSE_MASK; in gic_irq_domain_xlate() 740 unsigned int *out_type) in gic_ipi_domain_xlate() argument 747 *out_type = IRQ_TYPE_EDGE_RISING; in gic_ipi_domain_xlate()
|
| H A D | irq-imx-intmux.c | 136 unsigned long *out_hwirq, unsigned int *out_type) in imx_intmux_irq_xlate() argument 155 *out_type = IRQ_TYPE_LEVEL_HIGH; in imx_intmux_irq_xlate()
|
| H A D | irq-atmel-aic5.c | 268 unsigned int *out_type) in aic5_irq_domain_xlate() argument 278 out_hwirq, out_type); in aic5_irq_domain_xlate()
|
| H A D | irq-pruss-intc.c | 412 unsigned long *out_hwirq, unsigned int *out_type) in pruss_intc_irq_domain_xlate() argument 445 *out_type = IRQ_TYPE_LEVEL_HIGH; in pruss_intc_irq_domain_xlate()
|
| /linux/arch/xtensa/kernel/ |
| H A D | irq.c | 69 unsigned long *out_hwirq, unsigned int *out_type) in xtensa_irq_domain_xlate() argument 82 *out_type = IRQ_TYPE_NONE; in xtensa_irq_domain_xlate()
|
| /linux/arch/xtensa/include/asm/ |
| H A D | irq.h | 37 unsigned long *out_hwirq, unsigned int *out_type);
|
| /linux/arch/mips/cavium-octeon/ |
| H A D | octeon-irq.c | 1161 unsigned int *out_type) in octeon_irq_gpio_xlat() argument 1199 *out_type = type; in octeon_irq_gpio_xlat() 1210 unsigned int *out_type) in octeon_irq_ciu_xlat() argument 1222 *out_type = 0; in octeon_irq_ciu_xlat() 1920 unsigned int *out_type) in octeon_irq_ciu2_xlat() argument 1928 *out_type = 0; in octeon_irq_ciu2_xlat() 2190 unsigned int *out_type) in octeon_irq_cib_xlat() argument 2200 *out_type = IRQ_TYPE_LEVEL_HIGH; in octeon_irq_cib_xlat() 2203 *out_type = IRQ_TYPE_EDGE_RISING; in octeon_irq_cib_xlat() 2362 unsigned int *out_type) in octeon_irq_ciu3_xlat() argument [all …]
|
| /linux/drivers/misc/rp1/ |
| H A D | rp1_pci.c | 124 unsigned long *out_hwirq, unsigned int *out_type) in rp1_irq_xlate() argument 133 &hwirq, out_type); in rp1_irq_xlate()
|
| /linux/net/ipv6/ |
| H A D | xfrm6_tunnel.c | 366 goto out_type; in xfrm6_tunnel_init() 379 out_type: in xfrm6_tunnel_init()
|
| /linux/drivers/mailbox/ |
| H A D | qcom-ipcc.c | 132 unsigned int *out_type) in qcom_ipcc_domain_xlate() argument 138 *out_type = intspec[2] & IRQ_TYPE_SENSE_MASK; in qcom_ipcc_domain_xlate()
|