Searched refs:property (Results 1 - 12 of 12) sorted by relevance

/solaris-x11-s11/open-src/lib/libXtsol/sun-src/
H A DXtsol.h118 Atom property,
127 Atom property,
207 Atom property,
216 Atom property,
225 Atom property,
H A DXtsol.c124 XTSOLsetPropLabel(dpy, win, property, sl)
127 Atom property;
139 req->atom = property;
152 XTSOLsetPropUID(dpy, win, property, uidp)
155 Atom property;
168 req->atom = property;
488 XTSOLgetPropAttributes(dpy, window, property, propattrp)
491 Atom property;
506 req->atom = property;
532 XTSOLgetPropLabel(dpy, win, property, s
[all...]
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c1082 * drm_mode_create_scaling_mode_property - create scaling mode property
1106 * drm_mode_create_dithering_property - create dithering property
1129 * drm_mode_create_dirty_property - create dirty property
2700 struct drm_property *property = NULL; local
2703 property = kzalloc(sizeof(struct drm_property), GFP_KERNEL);
2704 if (!property)
2708 property->values = kzalloc(sizeof(uint64_t)*num_values, GFP_KERNEL);
2709 if (!property->values)
2713 ret = drm_mode_object_get(dev, &property->base, DRM_MODE_OBJECT_PROPERTY);
2717 property
2738 struct drm_property *property; local
2764 struct drm_property *property; local
2790 struct drm_property *property; local
2804 drm_property_add_enum(struct drm_property *property, int index, uint64_t value, const char *name) argument
2842 drm_property_destroy(struct drm_device *dev, struct drm_property *property) argument
2859 drm_object_attach_property(struct drm_mode_object *obj, struct drm_property *property, uint64_t init_val) argument
2878 drm_object_property_set_value(struct drm_mode_object *obj, struct drm_property *property, uint64_t val) argument
2893 drm_object_property_get_value(struct drm_mode_object *obj, struct drm_property *property, uint64_t *val) argument
2913 struct drm_property *property; local
3109 drm_property_change_is_valid(struct drm_property *property, uint64_t value) argument
3150 drm_mode_connector_set_obj_prop(struct drm_mode_object *obj, struct drm_property *property, uint64_t value) argument
3171 drm_mode_crtc_set_obj_prop(struct drm_mode_object *obj, struct drm_property *property, uint64_t value) argument
3186 drm_mode_plane_set_obj_prop(struct drm_mode_object *obj, struct drm_property *property, uint64_t value) argument
3263 struct drm_property *property; local
3897 struct drm_property *property, *pt; local
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc.h319 * @set_property: called when a property is changed
370 struct drm_property *property, uint64_t val);
393 * @properties: property tracking for this CRTC
457 * @set_property: property for this connector may need update
480 int (*set_property)(struct drm_connector *connector, struct drm_property *property,
565 * @edid_blob_ptr: DRM property containing EDID if present
566 * @property_ids: property tracking for this connector
639 * @set_property: called when a property is changed
652 struct drm_property *property, uint64_t val);
666 * @properties: property trackin
[all...]
/solaris-x11-s11/open-src/xserver/xserver-common/
H A DXserver92 # 1) name of SMF property to find in one of the service instances
93 # 2) name of variable to store the value of the property in, if found
95 # property was found in, for use in later messages.
150 To correct this warning, change the server property with
219 */*) fatal_error "Illegal value for config_file property" ;;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c1134 ev->window = event->u.property.window;
1135 ev->atom = event->u.property.atom;
1136 ev->time = event->u.property.time;
1137 ev->state = event->u.property.state;
1157 ev->property = event->u.selectionRequest.property;
1167 ev->property = event->u.selectionNotify.property;
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_tv.c1449 intel_tv_set_property(struct drm_connector *connector, struct drm_property *property, argument
1458 ret = drm_object_property_set_value(&connector->base, property, val);
1462 if (property == dev->mode_config.tv_left_margin_property &&
1466 } else if (property == dev->mode_config.tv_right_margin_property &&
1470 } else if (property == dev->mode_config.tv_top_margin_property &&
1474 } else if (property == dev->mode_config.tv_bottom_margin_property &&
1478 } else if (property == dev->mode_config.tv_mode_property) {
H A Dintel_sdvo.c166 /* 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) {
2005 intel_sdvo_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
[all...]
H A Dintel_hdmi.c961 struct drm_property *property,
970 ret = drm_object_property_set_value(&connector->base, property, val);
974 if (property == dev_priv->force_audio_property) {
995 if (property == dev_priv->broadcast_rgb_property) {
960 intel_hdmi_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
H A Dintel_lvds.c468 struct drm_property *property,
474 if (property == dev->mode_config.scaling_mode_property) {
483 /* the LVDS scaling property is not changed */
976 /* create the scaling mode property */
467 intel_lvds_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
H A Dintel_dp.c2635 struct drm_property *property,
2644 ret = drm_object_property_set_value(&connector->base, property, val);
2648 if (property == dev_priv->force_audio_property) {
2669 if (property == dev_priv->broadcast_rgb_property) {
2697 property == connector->dev->mode_config.scaling_mode_property) {
2704 /* the eDP scaling property is not changed */
2634 intel_dp_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
H A Dintel_crt.c685 struct drm_property *property,
683 intel_crt_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument

Completed in 61 milliseconds