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