Home
last modified time | relevance | path

Searched refs:vf_code (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/xilinx/
H A Dxilinx-vip.c107 unsigned int vf_code; in xvip_of_get_format() local
112 ret = of_property_read_u32(node, "xlnx,video-format", &vf_code); in xvip_of_get_format()
120 if (vf_code == XVIP_VF_MONO_SENSOR) in xvip_of_get_format()
126 if (format->vf_code != vf_code || format->width != width) in xvip_of_get_format()
129 if (vf_code == XVIP_VF_MONO_SENSOR && in xvip_of_get_format()
H A Dxilinx-vip.h114 unsigned int vf_code; member