Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos5433_drm_decon.c69 unsigned long out_type; member
116 if (!(ctx->out_type & I80_HW_TRG)) in decon_enable_vblank()
126 if (!(ctx->out_type & I80_HW_TRG)) in decon_disable_vblank()
177 if (!ctx->crtc->i80_mode && !(ctx->out_type & I80_HW_TRG)) in decon_setup_trigger()
180 if (!(ctx->out_type & I80_HW_TRG)) { in decon_setup_trigger()
202 if (ctx->out_type & IFTYPE_HDMI) { in decon_commit()
442 if (!(ctx->out_type & IFTYPE_HDMI)) in decon_update_plane()
503 if (!(ctx->out_type & IFTYPE_HDMI)) in decon_swreset()
532 if (!(ctx->out_type & I80_HW_TRG)) in decon_atomic_disable()
619 enum exynos_drm_output_type out_type; in decon_bind() local
[all …]
H 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);
H A Dexynos_drm_crtc.c208 enum exynos_drm_output_type out_type) in exynos_drm_crtc_get_by_type() argument
213 if (to_exynos_crtc(crtc)->type == out_type) in exynos_drm_crtc_get_by_type()
220 enum exynos_drm_output_type out_type) in exynos_drm_set_possible_crtcs() argument
223 out_type); in exynos_drm_set_possible_crtcs()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Ddevicetree.c186 u32 out_type; member
194 .out_type = IRQ_TYPE_EDGE_RISING,
199 .out_type = IRQ_TYPE_LEVEL_LOW,
204 .out_type = IRQ_TYPE_LEVEL_HIGH,
209 .out_type = IRQ_TYPE_EDGE_FALLING,
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtest.c740 enum tb_port_type out_type; member
759 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane0()
766 .out_type = TB_TYPE_PCIE_UP, in tb_test_path_not_bonded_lane0()
796 test_data[i].out_type); in tb_test_path_not_bonded_lane0()
821 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1()
828 .out_type = TB_TYPE_DP_HDMI_OUT, in tb_test_path_not_bonded_lane1()
858 test_data[i].out_type); in tb_test_path_not_bonded_lane1()
885 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain()
892 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain()
899 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dirqdomain.h115 unsigned long *out_hwirq, unsigned int *out_type);
125 unsigned long *out_hwirq, unsigned int *out_type);
439 irq_hw_number_t *out_hwirq, unsigned int *out_type);
442 irq_hw_number_t *out_hwirq, unsigned int *out_type);
445 irq_hw_number_t *out_hwirq, unsigned int *out_type);
450 unsigned int *out_type);
455 unsigned int *out_type);
/OK3568_Linux_fs/kernel/drivers/sh/intc/
H 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libteam/libteam/
H A D0001-team_basic_test.py-switch-to-python3.patch45 def print_output(out_type, string):
50 - "----------------------------" % (out_type, string))
51 + "----------------------------" % (out_type, string)))
/OK3568_Linux_fs/kernel/drivers/irqchip/
H 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()
H 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()
H 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()
H A Dirq-hip04.c321 unsigned int *out_type) in hip04_irq_domain_xlate() argument
327 *out_type = IRQ_TYPE_EDGE_RISING; in hip04_irq_domain_xlate()
340 *out_type = intspec[2] & IRQ_TYPE_SENSE_MASK; in hip04_irq_domain_xlate()
H 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()
H 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()
H A Dexynos-combiner.c142 unsigned int *out_type) in combiner_irq_domain_xlate() argument
151 *out_type = 0; in combiner_irq_domain_xlate()
H 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()
H A Dirq-atmel-aic-common.h29 unsigned int *out_type);
H A Dirq-mips-gic.c438 unsigned int *out_type) in gic_irq_domain_xlate() argument
449 *out_type = intspec[2] & IRQ_TYPE_SENSE_MASK; in gic_irq_domain_xlate()
562 unsigned int *out_type) in gic_ipi_domain_xlate() argument
569 *out_type = IRQ_TYPE_EDGE_RISING; in gic_ipi_domain_xlate()
H 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()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dirqdomain.c920 unsigned long *out_hwirq, unsigned int *out_type) in irq_domain_xlate_onecell() argument
925 *out_type = IRQ_TYPE_NONE; in irq_domain_xlate_onecell()
939 irq_hw_number_t *out_hwirq, unsigned int *out_type) in irq_domain_xlate_twocell() argument
944 return irq_domain_translate_twocell(d, &fwspec, out_hwirq, out_type); in irq_domain_xlate_twocell()
962 unsigned long *out_hwirq, unsigned int *out_type) in irq_domain_xlate_onetwocell() argument
968 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK; in irq_domain_xlate_onetwocell()
970 *out_type = IRQ_TYPE_NONE; in irq_domain_xlate_onetwocell()
987 unsigned int *out_type) in irq_domain_translate_onecell() argument
992 *out_type = IRQ_TYPE_NONE; in irq_domain_translate_onecell()
1008 unsigned int *out_type) in irq_domain_translate_twocell() argument
[all …]
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dirq.c71 unsigned long *out_hwirq, unsigned int *out_type) in xtensa_irq_domain_xlate() argument
84 *out_type = IRQ_TYPE_NONE; in xtensa_irq_domain_xlate()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-sodaville.c94 u32 *out_type) in sdv_xlate() argument
113 *out_type = type; in sdv_xlate()
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dirq.h37 unsigned long *out_hwirq, unsigned int *out_type);
/OK3568_Linux_fs/kernel/drivers/mailbox/
H 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()
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Docteon-irq.c1161 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()
1905 unsigned int *out_type) in octeon_irq_ciu2_xlat() argument
1913 *out_type = 0; in octeon_irq_ciu2_xlat()
2175 unsigned int *out_type) in octeon_irq_cib_xlat() argument
2185 *out_type = IRQ_TYPE_LEVEL_HIGH; in octeon_irq_cib_xlat()
2188 *out_type = IRQ_TYPE_EDGE_RISING; in octeon_irq_cib_xlat()
2348 unsigned int *out_type) in octeon_irq_ciu3_xlat() argument
[all …]

12