Searched refs:properties (Results 201 - 225 of 273) sorted by relevance

1234567891011

/linux-master/drivers/power/supply/
H A Dltc2941-battery-gauge.c506 info->supply_desc.properties = ltc294x_properties;
H A Drt5033_charger.c657 .properties = rt5033_charger_props,
H A Dmax17040_battery.c445 .properties = max17040_battery_props,
H A Dcw2015_battery.c558 .properties = cw_battery_properties,
659 dev_err(cw_bat->dev, "Failed to parse cw2015 properties\n");
698 "No monitored battery, some properties will be missing\n");
H A Dds2760_battery.c689 di->bat_desc.properties = ds2760_battery_props;
H A Dmax77693_charger.c250 .properties = max77693_charger_props,
H A Dda9030_battery.c445 psy_desc->properties = da9030_battery_props;
H A Daxp288_fuel_gauge.c86 /* properties converted to uV, uA */
516 .properties = fuel_gauge_props,
H A Dbq25980_charger.c899 .properties = bq25980_power_supply_props,
910 .properties = bq25980_battery_props,
1240 dev_err(dev, "Failed to read device tree properties%d\n", ret);
H A Dbq256xx_charger.c1257 .properties = bq256xx_power_supply_props,
1268 .properties = bq256xx_battery_props,
1726 dev_err(dev, "Failed to read device tree properties%d\n", ret);
H A Dpower_supply_core.c1193 if (psy_desc->properties[i] == psp) {
1357 if (!desc || !desc->name || !desc->properties || !desc->num_properties)
H A Dab8500_chargalg.c212 * @chargalg_psy: structure that holds the battery properties exposed by
249 /* Main battery properties */
874 /* Go through all properties for the psy */
877 prop = ext->desc->properties[j];
1184 * all power_supply properties there instead
1645 * ab8500_chargalg_get_property() - get the chargalg properties
1651 * chargalg properties by reading the sysfs files.
1723 .properties = ab8500_chargalg_props,
H A Dab8500_charger.c248 * @ac: Structure that holds the AC charger properties
249 * @usb: Structure that holds the USB charger properties
325 /* AC properties */
335 /* USB properties */
1909 /* Go through all properties for the psy */
1912 prop = ext->desc->properties[j];
2887 * ab8500_charger_ac_get_property() - get the ac/mains properties
2893 * properties by reading the sysfs files.
2894 * AC/Mains properties are online, present and voltage.
2954 * ab8500_charger_usb_get_property() - get the usb properties
[all...]
H A Dbq24190_charger.c369 * that go well beyond what the power_supply properties provide access to.
837 * { .type = "bq24190", .addr = 0x6b, .properties = pe, .irq = irq };
1495 .properties = bq24190_charger_properties,
1735 .properties = bq24190_battery_properties,
H A Daxp288_charger.c500 .properties = axp288_usb_props,
/linux-master/drivers/hid/
H A Dhid-steelseries.c482 sd->battery_desc.properties = steelseries_headset_battery_props;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.h298 u8 properties; member in struct:mlxsw_swid_config
/linux-master/arch/arm/mach-pxa/
H A Dspitz.c588 .properties = spitz_spi_properties,
/linux-master/include/linux/
H A Dof.h54 struct property *properties; member in struct:device_node
55 struct property *deadprops; /* removed properties */
150 #define OF_DYNAMIC 1 /* (and properties) allocated via kmalloc */
911 for (pp = dn->properties; pp != NULL; pp = pp->next)
954 * @index: For properties holding a table of phandles, this is the index into
/linux-master/drivers/gpu/drm/
H A Ddrm_plane.c46 * properties that specify how the pixels are positioned and blended, like
47 * rotation or Z-position. All these properties are stored in &drm_plane_state.
75 * DOC: standard plane properties
77 * DRM planes have a few standardized properties:
104 * or cropping and with the following properties is the most likely to
142 * flag and per-plane properties.
253 * DOC: hotspot properties
289 * If the hotspot properties are set, the cursor plane is therefore assumed to be
299 * hotspot properties should advertise DRM_CLIENT_CAP_CURSOR_PLANE_HOTSPOT.
304 * correctly setting the hotspot properties
[all...]
H A Ddrm_connector.c242 connector->base.properties = &connector->properties;
956 /* Optional connector properties. */
1148 * DOC: standard connector properties
1150 * DRM connectors have a few standardized properties:
1161 * other KMS properties (because the kernel might apply limits, quirks or
1450 * These 2 optional properties can be used to query the state of the
1453 * properties then both properties must be present.
1500 * Drivers can set up these properties b
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_exar.c1230 .properties = exar_gpio_properties,
1342 .properties = iot2040_gpio_properties,
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas.h685 } properties; member in struct:MR_PD_INFO
826 * SAS controller properties
860 * Add properties that can be controlled by
1153 * Include the controller properties (changeable items)
1155 struct megasas_ctrl_prop properties; member in struct:megasas_ctrl_info
/linux-master/drivers/staging/greybus/
H A Dpower_supply.c59 * General power supply properties that could be absent from various reasons,
425 /* this return the intval plus the strval properties */
537 /* validate received properties */
562 /* Store available properties, skip the ones we do not support */
577 * now append the properties that we already got information in the
826 gbpsy->desc.properties = gbpsy->props_raw;
1040 * values for the properties will be fetch and the all propose
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_damage_helper_test.c48 mock->plane.base.properties = &mock->obj_props;

Completed in 334 milliseconds

1234567891011