Home
last modified time | relevance | path

Searched refs:vip_format (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c78 * @vip_format: format information corresponding to the active format
97 const struct xvip_video_format *vip_format; member
736 if (!xtpg->vip_format) { in xtpg_parse_of()
737 xtpg->vip_format = format; in xtpg_parse_of()
738 } else if (xtpg->vip_format != format) { in xtpg_parse_of()
815 xtpg->default_format.code = xtpg->vip_format->code; in xtpg_probe()
820 bayer_phase = xtpg_get_bayer_phase(xtpg->vip_format->code); in xtpg_probe()
/kernel/linux/linux-6.6/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c78 * @vip_format: format information corresponding to the active format
97 const struct xvip_video_format *vip_format; member
739 if (!xtpg->vip_format) { in xtpg_parse_of()
740 xtpg->vip_format = format; in xtpg_parse_of()
741 } else if (xtpg->vip_format != format) { in xtpg_parse_of()
818 xtpg->default_format.code = xtpg->vip_format->code; in xtpg_probe()
823 bayer_phase = xtpg_get_bayer_phase(xtpg->vip_format->code); in xtpg_probe()

Completed in 3 milliseconds