Searched refs:input_color_depth (Results 1 – 2 of 2) sorted by relevance
296 color_depth = config->input_color_depth == 8 ? 3 in adv7511_set_link_config()297 : (config->input_color_depth == 10 ? 1 : 2); in adv7511_set_link_config()1078 of_property_read_u32(np, "adi,input-depth", &config->input_color_depth); in adv7511_parse_dt()1079 if (config->input_color_depth != 8 && config->input_color_depth != 10 && in adv7511_parse_dt()1080 config->input_color_depth != 12) in adv7511_parse_dt()
277 unsigned int input_color_depth; member