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

123

/drivers/power/reset/
H A Dgpio-restart.c63 u32 property; local
86 ret = of_property_read_u32(pdev->dev.of_node, "priority", &property);
88 if (property > 255)
89 dev_err(&pdev->dev, "Invalid priority property: %u\n",
90 property);
92 gpio_restart->restart_handler.priority = property;
/drivers/gpu/drm/udl/
H A Dudl_connector.c112 struct drm_property *property,
111 udl_connector_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
/drivers/mfd/
H A Dsyscon.c93 const char *property)
98 if (property)
99 syscon_np = of_parse_phandle(np, property, 0);
92 syscon_regmap_lookup_by_phandle(struct device_node *np, const char *property) argument
H A Dsi476x-prop.c54 u16 property)
88 return si476x_core_element_is_in_range(property, valid_ranges,
90 si476x_core_element_is_in_array(property, valid_properties,
95 u16 property)
108 return si476x_core_is_valid_property_a10(core, property) ||
109 si476x_core_element_is_in_range(property, valid_ranges,
111 si476x_core_element_is_in_array(property, valid_properties,
116 u16 property)
134 return si476x_core_is_valid_property_a20(core, property) ||
135 si476x_core_element_is_in_range(property, valid_range
53 si476x_core_is_valid_property_a10(struct si476x_core *core, u16 property) argument
94 si476x_core_is_valid_property_a20(struct si476x_core *core, u16 property) argument
115 si476x_core_is_valid_property_a30(struct si476x_core *core, u16 property) argument
143 si476x_core_is_valid_property(struct si476x_core *core, u16 property) argument
158 si476x_core_is_readonly_property(struct si476x_core *core, u16 property) argument
[all...]
/drivers/gpu/drm/armada/
H A Darmada_output.c57 struct drm_property *property, uint64_t value)
64 return dconn->type->set_property(conn, property, value);
107 struct drm_property *property, uint64_t value)
115 rc = slave->slave_funcs->set_property(encoder, conn, property,
56 armada_drm_connector_set_property(struct drm_connector *conn, struct drm_property *property, uint64_t value) argument
106 armada_drm_slave_encoder_set_property(struct drm_connector *conn, struct drm_property *property, uint64_t value) argument
/drivers/gpu/drm/gma500/
H A Dcdv_intel_crt.c208 struct drm_property *property,
207 cdv_intel_crt_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
H A Dcdv_intel_hdmi.c153 struct drm_property *property,
158 if (!strcmp(property->name, "scaling mode") && encoder) {
178 property, &curValue))
185 property, value))
152 cdv_hdmi_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
H A Dmdfld_dsi_output.c246 struct drm_property *property,
251 if (!strcmp(property->name, "scaling mode") && encoder) {
270 if (drm_object_property_get_value(&connector->base, property, &val))
277 property, value))
300 } else if (!strcmp(property->name, "backlight") && encoder) {
301 if (drm_object_property_set_value(&connector->base, property,
245 mdfld_dsi_connector_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
/drivers/gpu/drm/sti/
H A Dsti_drm_plane.c117 struct drm_property *property,
126 if (property == private->plane_zorder_property) {
116 sti_drm_plane_set_property(struct drm_plane *plane, struct drm_property *property, uint64_t val) argument
H A Dsti_drm_crtc.c304 struct drm_property *property,
303 sti_drm_crtc_set_property(struct drm_crtc *crtc, struct drm_property *property, uint64_t val) argument
/drivers/bluetooth/
H A Dbtmrvl_main.c500 const char property[] = "btmrvl,caldata"; local
507 ret = of_property_read_u8_array(dt_node, property,
/drivers/gpu/drm/exynos/
H A Dexynos_drm_crtc.c279 struct drm_property *property,
286 if (property == dev_priv->crtc_mode_property) {
278 exynos_drm_crtc_set_property(struct drm_crtc *crtc, struct drm_property *property, uint64_t val) argument
H A Dexynos_drm_plane.c215 struct drm_property *property,
222 if (property == dev_priv->plane_zpos_property) {
214 exynos_plane_set_property(struct drm_plane *plane, struct drm_property *property, uint64_t val) argument
/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
/drivers/gpu/drm/i915/
H A Dintel_dp_mst.c299 struct drm_property *property,
298 intel_dp_mst_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
/drivers/gpu/drm/msm/mdp/mdp4/
H A Dmdp4_plane.c88 struct drm_property *property, uint64_t val)
87 mdp4_plane_set_property(struct drm_plane *plane, struct drm_property *property, uint64_t val) argument
/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_plane.c106 struct drm_property *property, uint64_t val)
105 mdp5_plane_set_property(struct drm_plane *plane, struct drm_property *property, uint64_t val) argument
/drivers/gpu/drm/nouveau/dispnv04/
H A Doverlay.c226 struct drm_property *property,
232 if (property == nv_plane->props.colorkey)
234 else if (property == nv_plane->props.contrast)
236 else if (property == nv_plane->props.brightness)
238 else if (property == nv_plane->props.hue)
240 else if (property == nv_plane->props.saturation)
242 else if (property == nv_plane->props.iturbt_709)
225 nv_set_property(struct drm_plane *plane, struct drm_property *property, uint64_t value) argument
/drivers/gpu/drm/omapdrm/
H A Domap_plane.c336 struct drm_property *property, uint64_t val)
342 if (property == priv->rotation_prop) {
346 } else if (property == priv->zorder_prop) {
335 omap_plane_set_property(struct drm_plane *plane, struct drm_property *property, uint64_t val) argument
/drivers/gpu/drm/rcar-du/
H A Drcar_du_plane.c400 struct drm_property *property,
406 if (property == rgrp->planes.alpha)
408 else if (property == rgrp->planes.colorkey)
410 else if (property == rgrp->planes.zpos)
399 rcar_du_plane_set_property(struct drm_plane *plane, struct drm_property *property, uint64_t value) argument
/drivers/gpu/drm/tilcdc/
H A Dtilcdc_slave.c210 struct drm_property *property, uint64_t value)
214 connector, property, value);
209 slave_connector_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
/drivers/pinctrl/
H A Dpinconf-generic.c148 const char * const property; member in struct:pinconf_generic_dt_params
204 ret = of_property_read_u32(np, par->property, &val);
206 /* property not found */
214 pr_debug("found %s with value %u\n", par->property, val);
256 struct property *prop;
263 dev_err(dev, "could not parse property function\n");
269 dev_err(dev, "could not parse node property\n");
280 dev_err(dev, "could not parse property pins\n");
/drivers/power/
H A Dpower_supply_sysfs.c83 dev_dbg(dev, "driver has no data for `%s' property\n",
86 dev_err(dev, "driver failed to report `%s' property: %zd\n",
231 int property = psy->properties[i]; local
233 if (property == attrno) {
235 psy->property_is_writeable(psy, property) > 0)
315 send the uevent with at least the the PRESENT=0 property */
/drivers/thermal/
H A Dcpu_cooling.c124 * get_property - fetch a property of interest for a give cpu.
125 * @cpu: cpu for which the property is required
128 * @property: type of query (frequency, level, max level)
144 enum cpufreq_cooling_property property)
180 if (property == GET_MAXL) {
185 if (property == GET_FREQ)
197 if (property == GET_LEVEL && (unsigned int)input == freq) {
202 if (property == GET_FREQ && level == i) {
142 get_property(unsigned int cpu, unsigned long input, unsigned int *output, enum cpufreq_cooling_property property) argument
/drivers/usb/misc/
H A Dusb3503.c178 const u32 *property; local
241 property = of_get_property(np, "disabled-ports", &len);
242 if (property && (len / sizeof(u32)) > 0) {
245 u32 port = be32_to_cpu(property[i]);

Completed in 363 milliseconds

123