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

/linux-4.4.14/drivers/media/platform/xilinx/
H A Dxilinx-vip.c108 unsigned int vf_code; xvip_of_get_format() local
113 ret = of_property_read_u32(node, "xlnx,video-format", &vf_code); xvip_of_get_format()
121 if (vf_code == XVIP_VF_MONO_SENSOR) xvip_of_get_format()
127 if (format->vf_code != vf_code || format->width != width) xvip_of_get_format()
130 if (vf_code == XVIP_VF_MONO_SENSOR && xvip_of_get_format()
H A Dxilinx-vip.h108 * @vf_code: AXI4 video format code
117 unsigned int vf_code; member in struct:xvip_video_format

Completed in 51 milliseconds