/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_crtc.h | 19 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 D | exynos5433_drm_decon.c | 70 unsigned long out_type; member 117 if (!(ctx->out_type & I80_HW_TRG)) in decon_enable_vblank() 127 if (!(ctx->out_type & I80_HW_TRG)) in decon_disable_vblank() 178 if (!ctx->crtc->i80_mode && !(ctx->out_type & I80_HW_TRG)) in decon_setup_trigger() 181 if (!(ctx->out_type & I80_HW_TRG)) { in decon_setup_trigger() 203 if (ctx->out_type & IFTYPE_HDMI) { in decon_commit() 443 if (!(ctx->out_type & IFTYPE_HDMI)) in decon_update_plane() 504 if (!(ctx->out_type & IFTYPE_HDMI)) in decon_swreset() 538 if (!(ctx->out_type & I80_HW_TRG)) in decon_atomic_disable() 625 enum exynos_drm_output_type out_type; in decon_bind() local [all …]
|
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()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | devicetree.c | 177 u32 out_type; member 185 .out_type = IRQ_TYPE_EDGE_FALLING, 190 .out_type = IRQ_TYPE_LEVEL_HIGH, 195 .out_type = IRQ_TYPE_LEVEL_LOW, 200 .out_type = IRQ_TYPE_EDGE_RISING,
|
/openbmc/linux/include/linux/ |
H A D | irqdomain.h | 97 unsigned long *out_hwirq, unsigned int *out_type); 107 unsigned long *out_hwirq, unsigned int *out_type); 447 irq_hw_number_t *out_hwirq, unsigned int *out_type); 450 irq_hw_number_t *out_hwirq, unsigned int *out_type); 453 irq_hw_number_t *out_hwirq, unsigned int *out_type); 458 unsigned int *out_type); 463 unsigned int *out_type);
|
/openbmc/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()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-xtensa-pic.c | 33 unsigned long *out_hwirq, unsigned int *out_type) in xtensa_pic_irq_domain_xlate() argument 37 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-atmel-aic-common.h | 29 unsigned int *out_type);
|
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.c | 94 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 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-bcm2835.c | 110 unsigned long *out_hwirq, unsigned int *out_type) in armctrl_xlate() argument 125 *out_type = IRQ_TYPE_NONE; in armctrl_xlate()
|
H A D | irq-loongson-liointc.c | 181 unsigned long *out_hwirq, unsigned int *out_type) in liointc_domain_xlate() argument 188 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK; in liointc_domain_xlate() 190 *out_type = IRQ_TYPE_NONE; in liointc_domain_xlate()
|
H A D | irq-atmel-aic.c | 175 unsigned int *out_type) in aic_irq_domain_xlate() argument 188 out_hwirq, out_type); in aic_irq_domain_xlate()
|
H A D | irq-mips-gic.c | 452 unsigned int *out_type) in gic_irq_domain_xlate() argument 463 *out_type = intspec[2] & IRQ_TYPE_SENSE_MASK; in gic_irq_domain_xlate() 577 unsigned int *out_type) in gic_ipi_domain_xlate() argument 584 *out_type = IRQ_TYPE_EDGE_RISING; in gic_ipi_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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/ |
H A D | 0001-team_basic_test.py-switch-to-python3.patch | 45 def print_output(out_type, string): 50 - "----------------------------" % (out_type, string)) 51 + "----------------------------" % (out_type, string)))
|
/openbmc/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()
|
/openbmc/linux/kernel/irq/ |
H A D | irqdomain.c | 981 unsigned long *out_hwirq, unsigned int *out_type) in irq_domain_xlate_onecell() argument 986 *out_type = IRQ_TYPE_NONE; in irq_domain_xlate_onecell() 1000 irq_hw_number_t *out_hwirq, unsigned int *out_type) in irq_domain_xlate_twocell() argument 1005 return irq_domain_translate_twocell(d, &fwspec, out_hwirq, out_type); in irq_domain_xlate_twocell() 1023 unsigned long *out_hwirq, unsigned int *out_type) in irq_domain_xlate_onetwocell() argument 1029 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK; in irq_domain_xlate_onetwocell() 1031 *out_type = IRQ_TYPE_NONE; in irq_domain_xlate_onetwocell() 1048 unsigned int *out_type) in irq_domain_translate_onecell() argument 1053 *out_type = IRQ_TYPE_NONE; in irq_domain_translate_onecell() 1069 unsigned int *out_type) in irq_domain_translate_twocell() argument [all …]
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | test.c | 867 enum tb_port_type out_type; member 886 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane0() 893 .out_type = TB_TYPE_PCIE_UP, in tb_test_path_not_bonded_lane0() 923 test_data[i].out_type); in tb_test_path_not_bonded_lane0() 948 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1() 955 .out_type = TB_TYPE_DP_HDMI_OUT, in tb_test_path_not_bonded_lane1() 985 test_data[i].out_type); in tb_test_path_not_bonded_lane1() 1012 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain() 1019 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain() 1026 .out_type = TB_TYPE_PORT, in tb_test_path_not_bonded_lane1_chain() [all …]
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | irq.h | 37 unsigned long *out_hwirq, unsigned int *out_type);
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-sodaville.c | 94 u32 *out_type) in sdv_xlate() argument 113 *out_type = type; in sdv_xlate()
|