Searched refs:vf_code (Results 1 – 2 of 2) sorted by relevance
107 unsigned int vf_code; in xvip_of_get_format() local112 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()
114 unsigned int vf_code; member