| /drivers/regulator/ |
| A D | pf8x00-regulator.c | 381 #define PF8X00LDO(_id, _name, base, voltages) \ argument 387 .n_voltages = ARRAY_SIZE(voltages), \ 392 .volt_table = voltages, \ 405 #define PF8X00BUCK(_id, _name, base, voltages) \ argument 439 #define PF8X00BUCK7(_name, base, voltages) \ argument 446 .n_voltages = ARRAY_SIZE(voltages), \ 452 .volt_table = voltages, \ 469 #define PF8X00VSNVS(_name, base, voltages) \ argument 475 .n_voltages = ARRAY_SIZE(voltages), \ 480 .volt_table = voltages, \
|
| A D | tps6524x-regulator.c | 129 const unsigned int *voltages; member 378 .voltages = dcdc1_voltages, 389 .voltages = dcdc2_voltages, 400 .voltages = dcdc3_voltages, 411 .voltages = ldo1_voltages, 424 .voltages = ldo2_voltages, 437 .voltages = fixed_5000000_voltage, 448 .voltages = fixed_5000000_voltage, 610 hw->desc[i].volt_table = info->voltages; in pmic_probe()
|
| A D | mc13892-regulator.c | 249 #define MC13892_FIXED_DEFINE(name, node, reg, voltages) \ argument 250 MC13xxx_FIXED_DEFINE(MC13892_, name, node, reg, voltages, \ 253 #define MC13892_GPO_DEFINE(name, node, reg, voltages) \ argument 254 MC13xxx_GPO_DEFINE(MC13892_, name, node, reg, voltages, \ 257 #define MC13892_SW_DEFINE(name, node, reg, vsel_reg, voltages) \ argument 258 MC13xxx_DEFINE(MC13892_, name, node, reg, vsel_reg, voltages, \ 261 #define MC13892_DEFINE_REGU(name, node, reg, vsel_reg, voltages) \ argument 262 MC13xxx_DEFINE(MC13892_, name, node, reg, vsel_reg, voltages, \
|
| A D | mc13783-regulator.c | 231 #define MC13783_DEFINE(prefix, name, node, reg, vsel_reg, voltages) \ argument 232 MC13xxx_DEFINE(MC13783_REG_, name, node, reg, vsel_reg, voltages, \ 235 #define MC13783_FIXED_DEFINE(prefix, name, node, reg, voltages) \ argument 236 MC13xxx_FIXED_DEFINE(MC13783_REG_, name, node, reg, voltages, \ 239 #define MC13783_GPO_DEFINE(prefix, name, node, reg, voltages) \ argument 240 MC13xxx_GPO_DEFINE(MC13783_REG_, name, node, reg, voltages, \
|
| A D | pfuze100-regulator.c | 256 #define PFUZE100_SWB_REG(_chip, _name, base, mask, voltages) \ argument 260 .n_voltages = ARRAY_SIZE(voltages), \ 265 .volt_table = voltages, \ 293 #define PFUZE100_COIN_REG(_chip, _name, base, mask, voltages) \ argument 297 .n_voltages = ARRAY_SIZE(voltages), \ 302 .volt_table = voltages, \ 330 #define PFUZE3000_SW_REG(_chip, _name, base, mask, voltages) \ argument 334 .n_voltages = ARRAY_SIZE(voltages), \ 339 .volt_table = voltages, \
|
| A D | helpers.c | 137 unsigned int voltages = 0; in regulator_get_voltage_sel_pickable_regmap() local 158 voltages = linear_range_values_in_range_array(r, range); in regulator_get_voltage_sel_pickable_regmap() 160 return val + voltages; in regulator_get_voltage_sel_pickable_regmap()
|
| A D | Kconfig | 86 various voltages. 594 for PXA27x chips to control VCC_CORE and VCC_USIM voltages. 717 VCC_USIM voltages. 725 and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages. 750 Exynos-4 chips to control VARM and VINT voltages. 767 Exynos5420/Exynos5800 SoCs to control various voltages. 935 This driver supports the control for DisplayBias voltages and one
|
| A D | s2mps11.c | 412 #define regulator_desc_s2mps11_buck67810(num, min, step, min_sel, voltages) { \ argument 421 .n_voltages = voltages, \
|
| A D | core.c | 3482 int i, voltages, ret; in regulator_is_supported_voltage() local 3501 voltages = ret; in regulator_is_supported_voltage() 3503 for (i = 0; i < voltages; i++) { in regulator_is_supported_voltage()
|
| /drivers/devfreq/ |
| A D | Kconfig | 6 A device may have a list of frequencies and voltages available. 90 and adjusts the operating frequencies and voltages with OPP support. 91 This does not yet operate with optimal voltages. 131 operating frequencies and voltages with OPP support. 140 buck voltages and update a proper CCI frequency. Use the notification
|
| /drivers/media/pci/ddbridge/ |
| A D | ddbridge-max.c | 238 u32 nv, ov = dev->link[port->lnr].lnb.voltages; in max_set_voltage() 263 dev->link[port->lnr].lnb.voltages &= in max_set_voltage() 266 dev->link[port->lnr].lnb.voltages |= in max_set_voltage() 269 nv = dev->link[port->lnr].lnb.voltages; in max_set_voltage()
|
| A D | ddbridge.h | 284 u32 voltages; member
|
| /drivers/hwmon/ |
| A D | adt7462.c | 210 u8 voltages[ADT7462_VOLT_COUNT]; member 714 data->voltages[i] = 0; in adt7462_update_device() 716 data->voltages[i] = i2c_smbus_read_byte_data(client, in adt7462_update_device() 960 x *= data->voltages[attr->index]; in voltage_show()
|
| A D | Kconfig | 455 core and other voltages. 2652 driver will provide readings of fans, voltages and temperatures 2664 will provide readings of fans, voltages and temperatures through the system
|
| /drivers/hid/ |
| A D | hid-logitech-hidpp.c | 1456 static const int voltages[100] = { in hidpp20_map_battery_capacity() local 1476 for (i = 0; i < ARRAY_SIZE(voltages); i++) { in hidpp20_map_battery_capacity() 1477 if (voltage >= voltages[i]) in hidpp20_map_battery_capacity() 1478 return ARRAY_SIZE(voltages) - i; in hidpp20_map_battery_capacity() 1851 static const int voltages[100] = { in hidpp20_map_adc_measurement_1f20_capacity() local 1874 for (i = 0; i < ARRAY_SIZE(voltages); i++) { in hidpp20_map_adc_measurement_1f20_capacity() 1875 if (voltage >= voltages[i]) in hidpp20_map_adc_measurement_1f20_capacity() 1876 return ARRAY_SIZE(voltages) - i; in hidpp20_map_adc_measurement_1f20_capacity()
|
| /drivers/usb/typec/ |
| A D | Kconfig | 18 partners. USB Power Delivery allows higher voltages then the normal
|
| /drivers/input/keyboard/ |
| A D | Kconfig | 25 for mapping voltages to buttons.
|
| /drivers/iio/adc/ |
| A D | Kconfig | 19 internal voltages, convert accessory and battery, AC (charger, mains) 20 and USB voltages integral to the U8500 platform.
|