Searched refs:properties (Results 126 - 150 of 270) sorted by relevance

1234567891011

/linux-master/drivers/power/supply/
H A Dmax77650-charger.c273 .properties = max77650_charger_properties,
H A Dsurface_charger.c192 ac->psy_desc.properties = spwr_ac_props;
H A Dwm97xx_battery.c231 bat_psy_desc.properties = prop;
H A Dtps65217_charger.c179 .properties = tps65217_charger_props,
H A Dtwl4030_madc_battery.c174 .properties = twl4030_madc_bat_props,
H A Dmm8013.c234 .properties = mm8013_battery_props,
H A Dmp2629_charger.c492 .properties = mp2629_charger_usb_props,
502 .properties = mp2629_charger_bat_props,
H A Dcros_usbpd-charger.c368 /* Only refresh ec_port_status for dynamic properties */
378 * other properties are read.
635 psy_desc->properties =
642 psy_desc->properties = cros_usbpd_charger_props;
H A Dsurface_battery.c783 bat->psy_desc.properties = spwr_battery_props_eng;
788 bat->psy_desc.properties = spwr_battery_props_chg;
H A Dab8500_btemp.c88 * @btemp_psy: Structure for BTEMP specific battery properties
114 /* BTEMP power supply properties */
507 * ab8500_btemp_get_property() - get the btemp properties
513 * properties by reading the sysfs files.
563 /* Go through all properties for the psy */
566 prop = ext->desc->properties[j];
658 .properties = ab8500_btemp_props,
H A Dlp8788-charger.c396 .properties = lp8788_charger_prop,
404 .properties = lp8788_battery_prop,
H A Dgpio-charger.c308 charger_desc->properties = gpio_charger_properties;
H A Dmax1721x_battery.c351 info->bat_desc.properties = max1721x_battery_props;
H A Dmax77976_charger.c121 * power_supply properties
381 .properties = max77976_psy_props,
/linux-master/drivers/acpi/
H A Dbattery.c835 battery->bat_desc.properties =
840 battery->bat_desc.properties = charge_battery_props;
846 battery->bat_desc.properties =
851 battery->bat_desc.properties = energy_battery_props;
H A Dac.c229 ac->charger_desc.properties = ac_props;
/linux-master/include/drm/
H A Ddrm_plane.h150 * User-space may set mutable zpos properties so that multiple active
256 * @color_mgmt_changed: Color management properties have changed. Used
371 * driver-private properties. For atomic drivers it is not used because
430 * standardized properties (even for extensions beyond the core set of
431 * properties which might not be implemented by all drivers) this
434 * Such driver-private properties should really only be implemented for
436 * standardize atomic extension and decode the properties used to expose
443 * driver-private atomic properties.
453 * Also since userspace controls in which order properties are set this
462 * asks for properties attache
694 struct drm_object_properties properties; member in struct:drm_plane
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_core.h477 } properties; member in struct:intel_display
/linux-master/drivers/tty/serial/8250/
H A D8250_bcm2835aux.c201 .properties = bcm2835_acpi_properties,
/linux-master/drivers/of/
H A Dbase.c200 for (pp = np->properties; pp; pp = pp->next) {
298 * properties of the given @device. A constraints can be skipped by
981 for (pp = np->properties; pp; pp = pp->next) {
1480 /* Check for malformed properties */
1616 next = &np->properties;
1663 if (__of_remove_property_from_list(&np->properties, prop)) {
1685 * Instead we just move the property to the "dead properties"
1716 for (next = &np->properties; *next; next = &(*next)->next) {
1747 * Instead we just move the property to the "dead properties" list,
1780 * of_alias_scan - Scan all properties o
[all...]
H A Ddynamic.c370 * If node->properties non-empty then properties were added
374 if (node->properties)
375 pr_err("ERROR: %s(), unexpected properties in %pOF\n",
383 property_list_free(node->properties);
400 * dynamically allocated properties and not.
438 * @np: if not NULL, contains properties to be duplicated in new node
441 * Create a device tree node, optionally duplicating the properties of
466 /* Iterate over and duplicate all properties */
484 of_node_put(node); /* Frees the node and properties */
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_crtc.c199 * DOC: standard CRTC properties
201 * DRM CRTCs have a few standardized properties:
281 crtc->base.properties = &crtc->properties;
/linux-master/drivers/sbus/char/
H A Dopenprom.c155 prop = dp->properties;
437 prop = dp->properties;
/linux-master/drivers/scsi/isci/
H A Dport.c116 * sci_port_get_properties() - This method simply returns the properties
120 * @prop: This parameter specifies the properties structure into which to
126 * returned, no data is copied to the properties output parameter.
177 struct sci_port_properties properties; local
186 sci_port_get_properties(iport, &properties);
199 * to be obtained from struct sci_port_properties properties.
201 attached_sas_address = properties.remote.sas_address.high;
203 attached_sas_address |= properties.remote.sas_address.low;
/linux-master/arch/powerpc/platforms/pseries/
H A Dreconfig.c36 np->properties = proplist;
355 * whole nodes along with their properties. Operations on individual
356 * properties are not implemented (yet).

Completed in 265 milliseconds

1234567891011