Lines Matching defs:property
166 /* add the property for the SDVO-TV */
184 /* add the property for the SDVO-TV/LVDS */
187 /* Add variable to record current setting for the above property */
2006 struct drm_property *property,
2016 ret = drm_object_property_set_value(&connector->base, property, val);
2020 if (property == dev_priv->force_audio_property) {
2041 if (property == dev_priv->broadcast_rgb_property) {
2071 if (intel_sdvo_connector->name == property) { \
2079 if (property == intel_sdvo_connector->tv_format) {
2091 if (intel_sdvo_connector->left == property) {
2103 } else if (intel_sdvo_connector->right == property) {
2115 } else if (intel_sdvo_connector->top == property) {
2127 } else if (intel_sdvo_connector->bottom == property) {
2155 return -EINVAL; /* unknown property */
2665 /* when horizontal overscan is supported, Add the left/right property */