Searched defs:property (Results 1 - 23 of 23) sorted by relevance

/drivers/gpu/drm/udl/
H A Dudl_connector.c96 int udl_connector_set_property(struct drm_connector *connector, struct drm_property *property, argument
/drivers/gpu/drm/gma500/
H A Dcdv_intel_crt.c231 struct drm_property *property,
230 cdv_intel_crt_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
H A Dcdv_intel_hdmi.c168 struct drm_property *property,
173 if (!strcmp(property->name, "scaling mode") && encoder) {
193 property, &curValue))
200 property, value))
167 cdv_hdmi_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
H A Dmdfld_dsi_output.c243 struct drm_property *property,
248 if (!strcmp(property->name, "scaling mode") && encoder) {
268 if (drm_connector_property_get_value(connector, property, &val))
275 property, value))
298 } else if (!strcmp(property->name, "backlight") && encoder) {
299 if (drm_connector_property_set_value(connector, property,
242 mdfld_dsi_connector_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
H A Dcdv_intel_lvds.c454 struct drm_property *property,
459 if (!strcmp(property->name, "scaling mode") && encoder) {
479 property,
487 property,
500 } else if (!strcmp(property->name, "backlight") && encoder) {
502 property,
515 } else if (!strcmp(property->name, "DPMS") && encoder) {
453 cdv_intel_lvds_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
H A Dpsb_intel_lvds.c579 struct drm_property *property,
587 if (!strcmp(property->name, "scaling mode")) {
607 property,
615 property,
628 } else if (!strcmp(property->name, "backlight")) {
630 property,
644 } else if (!strcmp(property->name, "DPMS")) {
578 psb_intel_lvds_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
H A Dpsb_intel_sdvo.c153 /* add the property for the SDVO-TV */
171 /* add the property for the SDVO-TV/LVDS */
174 /* Add variable to record current setting for the above property */
1698 struct drm_property *property,
1708 ret = drm_connector_property_set_value(connector, property, val);
1712 if (property == dev_priv->force_audio_property) {
1733 if (property == dev_priv->broadcast_rgb_property) {
1742 if (psb_intel_sdvo_connector->name == property) { \
1750 if (property == psb_intel_sdvo_connector->tv_format) {
1762 if (psb_intel_sdvo_connector->left == property) {
1697 psb_intel_sdvo_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
[all...]
/drivers/gpu/drm/i2c/
H A Dch7006_drv.c281 struct drm_property *property,
293 if (property == conf->tv_select_subconnector_property) {
300 } else if (property == conf->tv_left_margin_property) {
308 } else if (property == conf->tv_bottom_margin_property) {
316 } else if (property == conf->tv_mode_property) {
324 } else if (property == conf->tv_brightness_property) {
331 } else if (property == conf->tv_contrast_property) {
338 } else if (property == conf->tv_flicker_reduction_property) {
345 } else if (property == priv->scale_property) {
279 ch7006_encoder_set_property(struct drm_encoder *encoder, struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
H A Dsil164_drv.c326 struct drm_property *property,
324 sil164_encoder_set_property(struct drm_encoder *encoder, struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
/drivers/gpu/drm/i915/
H A Dintel_hdmi.c396 struct drm_property *property,
403 ret = drm_connector_property_set_value(connector, property, val);
407 if (property == dev_priv->force_audio_property) {
428 if (property == dev_priv->broadcast_rgb_property) {
395 intel_hdmi_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
H A Dintel_crt.c491 struct drm_property *property,
490 intel_crt_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
H A Dintel_lvds.c571 struct drm_property *property,
577 if (property == dev->mode_config.scaling_mode_property) {
586 /* the LVDS scaling property is not changed */
979 /* create the scaling mode property */
570 intel_lvds_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
H A Dintel_dp.c2225 struct drm_property *property,
2232 ret = drm_connector_property_set_value(connector, property, val);
2236 if (property == dev_priv->force_audio_property) {
2257 if (property == dev_priv->broadcast_rgb_property) {
2224 intel_dp_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
H A Dintel_tv.c1429 intel_tv_set_property(struct drm_connector *connector, struct drm_property *property, argument
1438 ret = drm_connector_property_set_value(connector, property, val);
1442 if (property == dev->mode_config.tv_left_margin_property &&
1446 } else if (property == dev->mode_config.tv_right_margin_property &&
1450 } else if (property == dev->mode_config.tv_top_margin_property &&
1454 } else if (property == dev->mode_config.tv_bottom_margin_property &&
1458 } else if (property == dev->mode_config.tv_mode_property) {
H A Dintel_sdvo.c158 /* add the property for the SDVO-TV */
176 /* add the property for the SDVO-TV/LVDS */
179 /* Add variable to record current setting for the above property */
1675 struct drm_property *property,
1685 ret = drm_connector_property_set_value(connector, property, val);
1689 if (property == dev_priv->force_audio_property) {
1710 if (property == dev_priv->broadcast_rgb_property) {
1719 if (intel_sdvo_connector->name == property) { \
1727 if (property == intel_sdvo_connector->tv_format) {
1739 if (intel_sdvo_connector->left == property) {
1674 intel_sdvo_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
[all...]
/drivers/hwmon/
H A Dads1015.c174 const __be32 *property; local
180 property = of_get_property(node, "reg", &len);
181 if (!property || len != sizeof(int)) {
187 channel = be32_to_cpup(property);
195 property = of_get_property(node, "ti,gain", &len);
196 if (property && len == sizeof(int)) {
197 pga = be32_to_cpup(property);
205 property = of_get_property(node, "ti,datarate", &len);
206 if (property && len == sizeof(int)) {
207 data_rate = be32_to_cpup(property);
[all...]
/drivers/power/
H A Dpower_supply_sysfs.c82 dev_dbg(dev, "driver has no data for `%s' property\n",
85 dev_err(dev, "driver failed to report `%s' property: %zd\n",
203 int property = psy->properties[i]; local
205 if (property == attrno) {
207 psy->property_is_writeable(psy, property) > 0)
287 send the uevent with at least the the PRESENT=0 property */
/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c407 struct drm_property *property, uint64_t value)
423 if (property == dev->mode_config.scaling_mode_property) {
469 if (property == disp->underscan_property) {
481 if (property == disp->underscan_hborder_property) {
493 if (property == disp->underscan_vborder_property) {
506 if (property == disp->dithering_mode) {
514 if (property == disp->dithering_depth) {
524 if (property == disp->vibrant_hue_property) {
529 if (property == disp->color_vibrance_property) {
537 encoder, connector, property, valu
406 nouveau_connector_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
[all...]
H A Dnv17_tv.c682 struct drm_property *property,
691 if (property == conf->tv_overscan_property) {
700 } else if (property == conf->tv_saturation_property) {
707 } else if (property == conf->tv_hue_property) {
714 } else if (property == conf->tv_flicker_reduction_property) {
722 } else if (property == conf->tv_mode_property) {
730 } else if (property == conf->tv_select_subconnector_property) {
680 nv17_tv_set_property(struct drm_encoder *encoder, struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
/drivers/gpu/drm/radeon/
H A Dradeon_connectors.c298 int radeon_connector_set_property(struct drm_connector *connector, struct drm_property *property, argument
306 if (property == rdev->mode_info.coherent_mode_property) {
328 if (property == rdev->mode_info.underscan_property) {
342 if (property == rdev->mode_info.underscan_hborder_property) {
356 if (property == rdev->mode_info.underscan_vborder_property) {
370 if (property == rdev->mode_info.tv_std_property) {
394 if (property == rdev->mode_info.load_detect_property) {
404 if (property == rdev->mode_info.tmds_pll_property) {
584 struct drm_property *property,
592 if (property !
583 radeon_lvds_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
[all...]
/drivers/gpu/drm/
H A Ddrm_crtc.c839 * drm_mode_create_scaling_mode_property - create scaling mode property
864 * drm_mode_create_dithering_property - create dithering property
888 * drm_mode_create_dirty_property - create dirty property
1009 struct drm_property *property, *pt; local
1022 list_for_each_entry_safe(property, pt, &dev->mode_config.property_list,
1024 drm_property_destroy(dev, property);
2650 struct drm_property *property = NULL; local
2653 property = kzalloc(sizeof(struct drm_property), GFP_KERNEL);
2654 if (!property)
2658 property
2690 struct drm_property *property; local
2717 struct drm_property *property; local
2732 drm_property_add_enum(struct drm_property *property, int index, uint64_t value, const char *name) argument
2764 drm_property_destroy(struct drm_device *dev, struct drm_property *property) argument
2781 drm_connector_attach_property(struct drm_connector *connector, struct drm_property *property, uint64_t init_val) argument
2800 drm_connector_property_set_value(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
2818 drm_connector_property_get_value(struct drm_connector *connector, struct drm_property *property, uint64_t *val) argument
2841 struct drm_property *property; local
3041 struct drm_property *property; local
[all...]
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1969 struct drm_property *property,
1968 vmw_du_connector_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
/drivers/media/radio/
H A Dsi4713-i2c.c277 * si4713_read_property - reads a si4713 property
279 * @prop: property identification number
280 * @pv: property value to be returned on success
288 * .Second byte = property's MSB
289 * .Third byte = property's LSB
307 "%s: property=0x%02x value=0x%02x status=0x%02x\n",
314 * si4713_write_property - modifies a si4713 property
316 * @prop: property identification number
317 * @val: new value for that property
325 * .Second byte = property'
917 si4713_choose_econtrol_action(struct si4713_device *sdev, u32 id, u32 **shadow, s32 *bit, s32 *mask, u16 *property, int *mul, unsigned long **table, int *size) argument
1155 u16 property = 0; local
1489 u16 property = 0; local
[all...]

Completed in 451 milliseconds