Home
last modified time | relevance | path

Searched refs:out_type (Results 1 – 25 of 42) sorted by relevance

12

/linux/drivers/gpu/drm/exynos/
A Dexynos5433_drm_decon.c68 unsigned long out_type; member
115 if (!(ctx->out_type & I80_HW_TRG)) in decon_enable_vblank()
125 if (!(ctx->out_type & I80_HW_TRG)) in decon_disable_vblank()
179 if (!(ctx->out_type & I80_HW_TRG)) { in decon_setup_trigger()
201 if (ctx->out_type & IFTYPE_HDMI) { in decon_commit()
536 if (!(ctx->out_type & I80_HW_TRG)) in decon_atomic_disable()
643 out_type = (ctx->out_type & IFTYPE_HDMI) ? EXYNOS_DISPLAY_TYPE_HDMI in decon_bind()
646 out_type, &decon_crtc_ops, ctx); in decon_bind()
807 if (ctx->out_type & IFTYPE_HDMI) in exynos5433_decon_probe()
840 ctx->out_type &= ~I80_HW_TRG; in exynos5433_decon_probe()
[all …]
A Dexynos_drm_crtc.h19 enum exynos_drm_output_type out_type,
28 enum exynos_drm_output_type out_type);
31 enum exynos_drm_output_type out_type);
A Dexynos_drm_crtc.c210 enum exynos_drm_output_type out_type) in exynos_drm_crtc_get_by_type() argument
215 if (to_exynos_crtc(crtc)->type == out_type) in exynos_drm_crtc_get_by_type()
222 enum exynos_drm_output_type out_type) in exynos_drm_set_possible_crtcs() argument
225 out_type); in exynos_drm_set_possible_crtcs()
/linux/arch/x86/kernel/
A Ddevicetree.c180 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/
A Dirqdomain.h116 unsigned long *out_hwirq, unsigned int *out_type);
126 unsigned long *out_hwirq, unsigned int *out_type);
446 irq_hw_number_t *out_hwirq, unsigned int *out_type);
449 irq_hw_number_t *out_hwirq, unsigned int *out_type);
452 irq_hw_number_t *out_hwirq, unsigned int *out_type);
457 unsigned int *out_type);
462 unsigned int *out_type);
/linux/drivers/sh/intc/
A Dirqdomain.c29 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/
A Dirq-xtensa-pic.c32 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()
A Dirq-csky-mpintc.c193 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()
A Dirq-xtensa-mx.c48 unsigned long *out_hwirq, unsigned int *out_type) in xtensa_mx_irq_domain_xlate() argument
52 out_hwirq, out_type); in xtensa_mx_irq_domain_xlate()
A Dirq-hip04.c317 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()
A Dirq-uniphier-aidet.c97 unsigned int *out_type) in uniphier_aidet_domain_translate() argument
103 *out_type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK; in uniphier_aidet_domain_translate()
A Dirq-atmel-aic-common.c94 unsigned int *out_type) in aic_common_irq_domain_xlate() argument
104 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK; in aic_common_irq_domain_xlate()
A Dexynos-combiner.c140 unsigned int *out_type) in combiner_irq_domain_xlate() argument
149 *out_type = 0; in combiner_irq_domain_xlate()
A Dirq-bcm2835.c110 unsigned long *out_hwirq, unsigned int *out_type) in armctrl_xlate() argument
125 *out_type = IRQ_TYPE_NONE; in armctrl_xlate()
A Dirq-atmel-aic-common.h29 unsigned int *out_type);
A Dirq-atmel-aic.c175 unsigned int *out_type) in aic_irq_domain_xlate() argument
188 out_hwirq, out_type); in aic_irq_domain_xlate()
A Dirq-mips-gic.c449 unsigned int *out_type) in gic_irq_domain_xlate() argument
460 *out_type = intspec[2] & IRQ_TYPE_SENSE_MASK; in gic_irq_domain_xlate()
573 unsigned int *out_type) in gic_ipi_domain_xlate() argument
580 *out_type = IRQ_TYPE_EDGE_RISING; in gic_ipi_domain_xlate()
A Dirq-pic32-evic.c166 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()
/linux/drivers/thunderbolt/
A Dtest.c809 enum tb_port_type out_type; member
828 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane0()
865 test_data[i].out_type); in tb_test_path_not_bonded_lane0()
890 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1()
927 test_data[i].out_type); in tb_test_path_not_bonded_lane1()
954 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain()
961 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain()
1007 test_data[i].out_type); in tb_test_path_not_bonded_lane1_chain()
1087 test_data[i].out_type); in tb_test_path_not_bonded_lane1_chain_reverse()
1179 test_data[i].out_type); in tb_test_path_mixed_chain()
[all …]
/linux/kernel/irq/
A Dirqdomain.c944 unsigned long *out_hwirq, unsigned int *out_type) in irq_domain_xlate_onecell() argument
949 *out_type = IRQ_TYPE_NONE; in irq_domain_xlate_onecell()
963 irq_hw_number_t *out_hwirq, unsigned int *out_type) in irq_domain_xlate_twocell() argument
968 return irq_domain_translate_twocell(d, &fwspec, out_hwirq, out_type); in irq_domain_xlate_twocell()
986 unsigned long *out_hwirq, unsigned int *out_type) in irq_domain_xlate_onetwocell() argument
992 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK; in irq_domain_xlate_onetwocell()
994 *out_type = IRQ_TYPE_NONE; in irq_domain_xlate_onetwocell()
1011 unsigned int *out_type) in irq_domain_translate_onecell() argument
1016 *out_type = IRQ_TYPE_NONE; in irq_domain_translate_onecell()
1032 unsigned int *out_type) in irq_domain_translate_twocell() argument
[all …]
/linux/arch/xtensa/kernel/
A Dirq.c69 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/drivers/gpio/
A Dgpio-sodaville.c94 u32 *out_type) in sdv_xlate() argument
113 *out_type = type; in sdv_xlate()
/linux/arch/xtensa/include/asm/
A Dirq.h37 unsigned long *out_hwirq, unsigned int *out_type);
/linux/drivers/mailbox/
A Dqcom-ipcc.c130 unsigned int *out_type) in qcom_ipcc_domain_xlate() argument
136 *out_type = intspec[2] & IRQ_TYPE_SENSE_MASK; in qcom_ipcc_domain_xlate()
/linux/arch/mips/cavium-octeon/
A Docteon-irq.c1151 unsigned int *out_type) in octeon_irq_gpio_xlat() argument
1189 *out_type = type; in octeon_irq_gpio_xlat()
1200 unsigned int *out_type) in octeon_irq_ciu_xlat() argument
1212 *out_type = 0; in octeon_irq_ciu_xlat()
1910 unsigned int *out_type) in octeon_irq_ciu2_xlat() argument
1918 *out_type = 0; in octeon_irq_ciu2_xlat()
2180 unsigned int *out_type) in octeon_irq_cib_xlat() argument
2190 *out_type = IRQ_TYPE_LEVEL_HIGH; in octeon_irq_cib_xlat()
2193 *out_type = IRQ_TYPE_EDGE_RISING; in octeon_irq_cib_xlat()
2353 unsigned int *out_type) in octeon_irq_ciu3_xlat() argument
[all …]

Completed in 37 milliseconds

12