Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/xilinx/
Dxilinx-vip.c108 unsigned int vf_code; in xvip_of_get_format() local
113 ret = of_property_read_u32(node, "xlnx,video-format", &vf_code); in xvip_of_get_format()
121 if (vf_code == XVIP_VF_MONO_SENSOR) in xvip_of_get_format()
127 if (format->vf_code != vf_code || format->width != width) in xvip_of_get_format()
130 if (vf_code == XVIP_VF_MONO_SENSOR && in xvip_of_get_format()
Dxilinx-vip.h117 unsigned int vf_code; member