Home
last modified time | relevance | path

Searched refs:dst_config (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/exynos/
Dexynos_drm_rotator.c519 struct drm_exynos_ipp_config *dst_config = in rotator_ippdrv_check_property() local
522 struct drm_exynos_pos *dst_pos = &dst_config->pos; in rotator_ippdrv_check_property()
524 struct drm_exynos_sz *dst_sz = &dst_config->sz; in rotator_ippdrv_check_property()
528 if (src_config->fmt != dst_config->fmt) { in rotator_ippdrv_check_property()
533 if (!rotator_check_drm_fmt(dst_config->fmt)) { in rotator_ippdrv_check_property()
544 switch (dst_config->degree) { in rotator_ippdrv_check_property()
562 if (!rotator_check_drm_flip(dst_config->flip)) { in rotator_ippdrv_check_property()
/drivers/media/pci/bt8xx/
Ddst_common.h104 const struct dst_config* config;
161 struct dst_config struct
Ddvb-bt8xx.c412 static struct dst_config dst_config = { variable
676 state->config = &dst_config; in frontend_init()