Lines Matching full:tv
34 /* Initial gadget tv state if applicable, applied on state reset */
87 /* Reuse tv.brightness to avoid having to subclass */
88 connector_state->tv.brightness = gconn->backlight->props.brightness;
302 if (old_state->tv.margins.left != new_state->tv.margins.left ||
303 old_state->tv.margins.right != new_state->tv.margins.right ||
304 old_state->tv.margins.top != new_state->tv.margins.top ||
305 old_state->tv.margins.bottom != new_state->tv.margins.bottom ||
306 old_state->tv.legacy_mode != new_state->tv.legacy_mode ||
307 old_state->tv.brightness != new_state->tv.brightness ||
308 old_state->tv.contrast != new_state->tv.contrast ||
309 old_state->tv.flicker_reduction != new_state->tv.flicker_reduction ||
310 old_state->tv.overscan != new_state->tv.overscan ||
311 old_state->tv.saturation != new_state->tv.saturation ||
312 old_state->tv.hue != new_state->tv.hue)
356 connector->state->tv = gconn->initial_tv_state;
360 connector->state->tv.brightness = gconn->initial_brightness;
374 * The tv.mode property is shared among the connectors and its enum names are
375 * driver specific. This means that if more than one connector uses tv.mode,
407 gud_conn_err(connector, "Failed to add TV modes", ret);
592 val = connector_state->tv.brightness;
596 state_val = gud_connector_tv_state_val(prop, &connector_state->tv);