Home
last modified time | relevance | path

Searched refs:out_type (Results 1 - 25 of 84) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_crtc.h19 enum exynos_drm_output_type out_type,
26 /* This function gets crtc device matched with out_type. */
28 enum exynos_drm_output_type out_type);
31 enum exynos_drm_output_type out_type);
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.c207 enum exynos_drm_output_type out_type) in exynos_drm_crtc_get_by_type()
212 if (to_exynos_crtc(crtc)->type == out_type) in exynos_drm_crtc_get_by_type()
219 enum exynos_drm_output_type out_type) in exynos_drm_set_possible_crtcs()
222 out_type); in exynos_drm_set_possible_crtcs()
206 exynos_drm_crtc_get_by_type(struct drm_device *drm_dev, enum exynos_drm_output_type out_type) exynos_drm_crtc_get_by_type() argument
218 exynos_drm_set_possible_crtcs(struct drm_encoder *encoder, enum exynos_drm_output_type out_type) exynos_drm_set_possible_crtcs() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_crtc.h19 enum exynos_drm_output_type out_type,
26 /* This function gets crtc device matched with out_type. */
28 enum exynos_drm_output_type out_type);
31 enum exynos_drm_output_type out_type);
H A Dexynos5433_drm_decon.c70 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 Dexynos_drm_crtc.c209 enum exynos_drm_output_type out_type) in exynos_drm_crtc_get_by_type()
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()
224 out_type); in exynos_drm_set_possible_crtcs()
208 exynos_drm_crtc_get_by_type(struct drm_device *drm_dev, enum exynos_drm_output_type out_type) exynos_drm_crtc_get_by_type() argument
220 exynos_drm_set_possible_crtcs(struct drm_encoder *encoder, enum exynos_drm_output_type out_type) exynos_drm_set_possible_crtcs() argument
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Ddevicetree.c177 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,
/kernel/linux/linux-5.10/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 in tb_test_path_not_bonded_lane1_chain()
[all...]
/kernel/linux/linux-5.10/drivers/sh/intc/
H A Dirqdomain.c29 unsigned long *out_hwirq, unsigned int *out_type) in intc_evt_xlate()
35 *out_type = IRQ_TYPE_NONE; in intc_evt_xlate()
27 intc_evt_xlate(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, unsigned long *out_hwirq, unsigned int *out_type) intc_evt_xlate() argument
/kernel/linux/linux-6.6/drivers/sh/intc/
H A Dirqdomain.c29 unsigned long *out_hwirq, unsigned int *out_type) in intc_evt_xlate()
35 *out_type = IRQ_TYPE_NONE; in intc_evt_xlate()
27 intc_evt_xlate(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, unsigned long *out_hwirq, unsigned int *out_type) intc_evt_xlate() argument
/kernel/linux/linux-5.10/include/linux/
H A Dirqdomain.h114 unsigned long *out_hwirq, unsigned int *out_type);
124 unsigned long *out_hwirq, unsigned int *out_type);
433 irq_hw_number_t *out_hwirq, unsigned int *out_type);
436 irq_hw_number_t *out_hwirq, unsigned int *out_type);
439 irq_hw_number_t *out_hwirq, unsigned int *out_type);
444 unsigned int *out_type);
449 unsigned int *out_type);
/kernel/linux/linux-6.6/include/linux/
H A Dirqdomain.h97 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);
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-xtensa-pic.c32 unsigned long *out_hwirq, unsigned int *out_type) in xtensa_pic_irq_domain_xlate()
36 out_hwirq, out_type); in xtensa_pic_irq_domain_xlate()
29 xtensa_pic_irq_domain_xlate(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, unsigned long *out_hwirq, unsigned int *out_type) xtensa_pic_irq_domain_xlate() argument
H A Dirq-csky-mpintc.c193 unsigned int *out_type) in csky_irq_domain_xlate_cells()
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()
190 csky_irq_domain_xlate_cells(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, unsigned long *out_hwirq, unsigned int *out_type) csky_irq_domain_xlate_cells() argument
H A Dirq-xtensa-mx.c48 unsigned long *out_hwirq, unsigned int *out_type) in xtensa_mx_irq_domain_xlate()
52 out_hwirq, out_type); in xtensa_mx_irq_domain_xlate()
45 xtensa_mx_irq_domain_xlate(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, unsigned long *out_hwirq, unsigned int *out_type) xtensa_mx_irq_domain_xlate() argument
H A Dirq-atmel-aic-common.h29 unsigned int *out_type);
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-xtensa-pic.c33 unsigned long *out_hwirq, unsigned int *out_type) in xtensa_pic_irq_domain_xlate()
37 out_hwirq, out_type); in xtensa_pic_irq_domain_xlate()
30 xtensa_pic_irq_domain_xlate(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, unsigned long *out_hwirq, unsigned int *out_type) xtensa_pic_irq_domain_xlate() argument
H A Dirq-csky-mpintc.c193 unsigned int *out_type) in csky_irq_domain_xlate_cells()
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()
190 csky_irq_domain_xlate_cells(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, unsigned long *out_hwirq, unsigned int *out_type) csky_irq_domain_xlate_cells() argument
H A Dirq-xtensa-mx.c49 unsigned long *out_hwirq, unsigned int *out_type) in xtensa_mx_irq_domain_xlate()
53 out_hwirq, out_type); in xtensa_mx_irq_domain_xlate()
46 xtensa_mx_irq_domain_xlate(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, unsigned long *out_hwirq, unsigned int *out_type) xtensa_mx_irq_domain_xlate() argument
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dirq.c71 unsigned long *out_hwirq, unsigned int *out_type) in xtensa_irq_domain_xlate()
84 *out_type = IRQ_TYPE_NONE; in xtensa_irq_domain_xlate()
69 xtensa_irq_domain_xlate(const u32 *intspec, unsigned int intsize, unsigned long int_irq, unsigned long ext_irq, unsigned long *out_hwirq, unsigned int *out_type) xtensa_irq_domain_xlate() argument
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dirq.c69 unsigned long *out_hwirq, unsigned int *out_type) in xtensa_irq_domain_xlate()
82 *out_type = IRQ_TYPE_NONE; in xtensa_irq_domain_xlate()
67 xtensa_irq_domain_xlate(const u32 *intspec, unsigned int intsize, unsigned long int_irq, unsigned long ext_irq, unsigned long *out_hwirq, unsigned int *out_type) xtensa_irq_domain_xlate() argument
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtest.c867 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 in tb_test_path_not_bonded_lane1_chain()
[all...]
/kernel/linux/linux-5.10/kernel/irq/
H A Dirqdomain.c975 unsigned long *out_hwirq, unsigned int *out_type) in irq_domain_xlate_onecell()
980 *out_type = IRQ_TYPE_NONE; in irq_domain_xlate_onecell()
994 irq_hw_number_t *out_hwirq, unsigned int *out_type) in irq_domain_xlate_twocell()
999 return irq_domain_translate_twocell(d, &fwspec, out_hwirq, out_type); in irq_domain_xlate_twocell()
1017 unsigned long *out_hwirq, unsigned int *out_type) in irq_domain_xlate_onetwocell()
1023 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK; in irq_domain_xlate_onetwocell()
1025 *out_type = IRQ_TYPE_NONE; in irq_domain_xlate_onetwocell()
1042 unsigned int *out_type) in irq_domain_translate_onecell()
1047 *out_type = IRQ_TYPE_NONE; in irq_domain_translate_onecell()
1063 unsigned int *out_type) in irq_domain_translate_twocell()
973 irq_domain_xlate_onecell(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, unsigned long *out_hwirq, unsigned int *out_type) irq_domain_xlate_onecell() argument
992 irq_domain_xlate_twocell(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_type) irq_domain_xlate_twocell() argument
1014 irq_domain_xlate_onetwocell(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, unsigned long *out_hwirq, unsigned int *out_type) irq_domain_xlate_onetwocell() argument
1039 irq_domain_translate_onecell(struct irq_domain *d, struct irq_fwspec *fwspec, unsigned long *out_hwirq, unsigned int *out_type) irq_domain_translate_onecell() argument
1060 irq_domain_translate_twocell(struct irq_domain *d, struct irq_fwspec *fwspec, unsigned long *out_hwirq, unsigned int *out_type) irq_domain_translate_twocell() argument
[all...]
/kernel/linux/linux-6.6/kernel/irq/
H A Dirqdomain.c984 unsigned long *out_hwirq, unsigned int *out_type) in irq_domain_xlate_onecell()
989 *out_type = IRQ_TYPE_NONE; in irq_domain_xlate_onecell()
1003 irq_hw_number_t *out_hwirq, unsigned int *out_type) in irq_domain_xlate_twocell()
1008 return irq_domain_translate_twocell(d, &fwspec, out_hwirq, out_type); in irq_domain_xlate_twocell()
1026 unsigned long *out_hwirq, unsigned int *out_type) in irq_domain_xlate_onetwocell()
1032 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK; in irq_domain_xlate_onetwocell()
1034 *out_type = IRQ_TYPE_NONE; in irq_domain_xlate_onetwocell()
1051 unsigned int *out_type) in irq_domain_translate_onecell()
1056 *out_type = IRQ_TYPE_NONE; in irq_domain_translate_onecell()
1072 unsigned int *out_type) in irq_domain_translate_twocell()
982 irq_domain_xlate_onecell(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, unsigned long *out_hwirq, unsigned int *out_type) irq_domain_xlate_onecell() argument
1001 irq_domain_xlate_twocell(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_type) irq_domain_xlate_twocell() argument
1023 irq_domain_xlate_onetwocell(struct irq_domain *d, struct device_node *ctrlr, const u32 *intspec, unsigned int intsize, unsigned long *out_hwirq, unsigned int *out_type) irq_domain_xlate_onetwocell() argument
1048 irq_domain_translate_onecell(struct irq_domain *d, struct irq_fwspec *fwspec, unsigned long *out_hwirq, unsigned int *out_type) irq_domain_translate_onecell() argument
1069 irq_domain_translate_twocell(struct irq_domain *d, struct irq_fwspec *fwspec, unsigned long *out_hwirq, unsigned int *out_type) irq_domain_translate_twocell() argument
[all...]

Completed in 21 milliseconds

1234