Lines Matching refs:value

496 	 * majority of drivers ignores the return value, so add in a big WARN
1003 * drm_get_tv_mode_from_name - Translates a TV mode name into its enum value
1009 * Returns: the enum value on success, a negative errno otherwise.
1170 * lot more complicated. First, userspace cannot rely on the "DPMS" value
1181 * the software value on legacy drivers.
1185 * never read back the value of "DPMS" because it can be incorrect.
1200 * should update this value using drm_connector_set_tile_property().
1204 * default value of link-status is "GOOD". If something fails during or
1206 * hotplug uevent. Drivers should update this value using
1247 * The value of this property can be one of the following:
1257 * protected. Only the driver can set the property to this value.
1281 * to determine when the value transitions from ENABLED to DESIRED.
1294 * The value of the property can be one of the below:
1463 * to reflect the new value, overwriting any pending state requests in the
1467 * the DRM master process means that userspace must not cache the value
1468 * of the sw-state. Caching the sw-state value and including it in later
1472 * its value.
1478 * The value is the size in pixels of the black border which will be
1609 * The value of this property can be one of the following:
1644 * Indicates the TV Mode used on an analog TV connector. The value
1989 * property value by calling drm_connector_set_vrr_capable_property().
2384 * @link_status: new value of link status property (0: Good, 1: Bad)
2538 * @panel_orientation: drm_panel_orientation value to set
2596 * @panel_orientation: drm_panel_orientation value to set
2792 /* The hw_state property value may have changed, update it. */
2799 uint64_t value)
2806 ret = (*connector->funcs->dpms)(connector, (int)value);
2808 ret = connector->funcs->set_property(connector, property, value);
2811 drm_object_property_set_value(&connector->base, property, value);
2820 .value = conn_set_prop->value,