/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
D | base.c | 30 nvkm_volt_get(struct nvkm_volt *volt) in nvkm_volt_get() argument 32 if (volt->vid_get) { in nvkm_volt_get() 33 int ret = volt->vid_get(volt), i; in nvkm_volt_get() 35 for (i = 0; i < volt->vid_nr; i++) { in nvkm_volt_get() 36 if (volt->vid[i].vid == ret) in nvkm_volt_get() 37 return volt->vid[i].uv; in nvkm_volt_get() 47 nvkm_volt_set(struct nvkm_volt *volt, u32 uv) in nvkm_volt_set() argument 49 if (volt->vid_set) { in nvkm_volt_set() 51 for (i = 0; i < volt->vid_nr; i++) { in nvkm_volt_set() 52 if (volt->vid[i].uv == uv) { in nvkm_volt_set() [all …]
|
D | gk20a.c | 104 gk20a_volt_vid_get(struct nvkm_volt *volt) in gk20a_volt_vid_get() argument 106 struct gk20a_volt_priv *priv = (void *)volt; in gk20a_volt_vid_get() 111 for (i = 0; i < volt->vid_nr; i++) in gk20a_volt_vid_get() 112 if (volt->vid[i].uv >= uv) in gk20a_volt_vid_get() 119 gk20a_volt_vid_set(struct nvkm_volt *volt, u8 vid) in gk20a_volt_vid_set() argument 121 struct gk20a_volt_priv *priv = (void *)volt; in gk20a_volt_vid_set() 123 nv_debug(volt, "set voltage as %duv\n", volt->vid[vid].uv); in gk20a_volt_vid_set() 124 return regulator_set_voltage(priv->vdd, volt->vid[vid].uv, 1200000); in gk20a_volt_vid_set() 128 gk20a_volt_set_id(struct nvkm_volt *volt, u8 id, int condition) in gk20a_volt_set_id() argument 130 struct gk20a_volt_priv *priv = (void *)volt; in gk20a_volt_set_id() [all …]
|
D | gpio.c | 35 nvkm_voltgpio_get(struct nvkm_volt *volt) in nvkm_voltgpio_get() argument 37 struct nvkm_gpio *gpio = nvkm_gpio(volt); in nvkm_voltgpio_get() 42 if (volt->vid_mask & (1 << i)) { in nvkm_voltgpio_get() 54 nvkm_voltgpio_set(struct nvkm_volt *volt, u8 vid) in nvkm_voltgpio_set() argument 56 struct nvkm_gpio *gpio = nvkm_gpio(volt); in nvkm_voltgpio_set() 60 if (volt->vid_mask & (1 << i)) { in nvkm_voltgpio_set() 71 nvkm_voltgpio_init(struct nvkm_volt *volt) in nvkm_voltgpio_init() argument 73 struct nvkm_gpio *gpio = nvkm_gpio(volt); in nvkm_voltgpio_init() 84 if (volt->vid_mask & (1 << i)) { in nvkm_voltgpio_init() 89 nv_debug(volt, "VID bit %d has no GPIO\n", i); in nvkm_voltgpio_init() [all …]
|
D | Kbuild | 1 nvkm-y += nvkm/subdev/volt/base.o 2 nvkm-y += nvkm/subdev/volt/gpio.o 3 nvkm-y += nvkm/subdev/volt/nv40.o 4 nvkm-y += nvkm/subdev/volt/gk20a.o
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | volt.c | 32 u16 volt = 0x0000; in nvbios_volt_table() local 36 volt = nv_ro16(bios, bit_P.offset + 0x0c); in nvbios_volt_table() 39 volt = nv_ro16(bios, bit_P.offset + 0x10); in nvbios_volt_table() 41 if (volt) { in nvbios_volt_table() 42 *ver = nv_ro08(bios, volt + 0); in nvbios_volt_table() 46 *cnt = nv_ro08(bios, volt + 2); in nvbios_volt_table() 47 *len = nv_ro08(bios, volt + 1); in nvbios_volt_table() 48 return volt; in nvbios_volt_table() 50 *hdr = nv_ro08(bios, volt + 1); in nvbios_volt_table() 51 *cnt = nv_ro08(bios, volt + 2); in nvbios_volt_table() [all …]
|
D | Kbuild | 32 nvkm-y += nvkm/subdev/bios/volt.o
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | mach-rx1950.c | 170 { .volt = 4100, .cur = 156, .level = 100}, 171 { .volt = 4050, .cur = 156, .level = 95}, 172 { .volt = 4025, .cur = 141, .level = 90}, 173 { .volt = 3995, .cur = 144, .level = 85}, 174 { .volt = 3957, .cur = 162, .level = 80}, 175 { .volt = 3931, .cur = 147, .level = 75}, 176 { .volt = 3902, .cur = 147, .level = 70}, 177 { .volt = 3863, .cur = 153, .level = 65}, 178 { .volt = 3838, .cur = 150, .level = 60}, 179 { .volt = 3800, .cur = 153, .level = 55}, [all …]
|
D | mach-h1940.c | 270 { .volt = 4070, .cur = 162, .level = 100}, 271 { .volt = 4040, .cur = 165, .level = 95}, 272 { .volt = 4016, .cur = 164, .level = 90}, 273 { .volt = 3996, .cur = 166, .level = 85}, 274 { .volt = 3971, .cur = 168, .level = 80}, 275 { .volt = 3951, .cur = 168, .level = 75}, 276 { .volt = 3931, .cur = 170, .level = 70}, 277 { .volt = 3903, .cur = 172, .level = 65}, 278 { .volt = 3886, .cur = 172, .level = 60}, 279 { .volt = 3858, .cur = 176, .level = 55}, [all …]
|
/linux-4.1.27/drivers/cpufreq/ |
D | omap-cpufreq.c | 46 unsigned long freq, volt = 0, volt_old = 0, tol = 0; in omap_target() local 71 volt = dev_pm_opp_get_voltage(opp); in omap_target() 73 tol = volt * OPP_TOLERANCE / 100; in omap_target() 79 new_freq / 1000, volt ? volt / 1000 : -1); in omap_target() 83 r = regulator_set_voltage(mpu_reg, volt - tol, volt + tol); in omap_target() 95 r = regulator_set_voltage(mpu_reg, volt - tol, volt + tol); in omap_target()
|
D | cpufreq-dt.c | 47 unsigned long volt = 0, volt_old = 0, tol = 0; in set_target() local 71 volt = dev_pm_opp_get_voltage(opp); in set_target() 74 tol = volt * priv->voltage_tolerance / 100; in set_target() 77 opp_freq / 1000, volt); in set_target() 82 new_freq / 1000, volt ? volt / 1000 : -1); in set_target() 86 ret = regulator_set_voltage_tol(cpu_reg, volt, tol); in set_target() 104 ret = regulator_set_voltage_tol(cpu_reg, volt, tol); in set_target()
|
D | imx6q-cpufreq.c | 44 unsigned long freq_hz, volt, volt_old; in imx6q_set_target() local 60 volt = dev_pm_opp_get_voltage(opp); in imx6q_set_target() 66 new_freq / 1000, volt / 1000); in imx6q_set_target() 82 ret = regulator_set_voltage_tol(arm_reg, volt, 0); in imx6q_set_target() 116 ret = regulator_set_voltage_tol(arm_reg, volt, 0); in imx6q_set_target() 251 unsigned long volt = be32_to_cpup(val++); in imx6q_cpufreq_probe() local 253 imx6_soc_volt[soc_opp_count++] = volt; in imx6q_cpufreq_probe()
|
/linux-4.1.27/drivers/regulator/ |
D | da9055-regulator.c | 74 struct da9055_volt_reg volt; member 139 ret = da9055_reg_read(regulator->da9055, info->volt.reg_b); in da9055_ldo_get_mode() 143 if (ret >> info->volt.sl_shift) in da9055_ldo_get_mode() 153 struct da9055_volt_reg volt = info->volt; in da9055_ldo_set_mode() local 166 return da9055_reg_update(regulator->da9055, volt.reg_b, in da9055_ldo_set_mode() 167 1 << volt.sl_shift, in da9055_ldo_set_mode() 168 val << volt.sl_shift); in da9055_ldo_set_mode() 208 struct da9055_volt_reg volt = info->volt; in da9055_regulator_get_voltage_sel() local 224 ret = da9055_reg_read(regulator->da9055, volt.reg_a); in da9055_regulator_get_voltage_sel() 226 ret = da9055_reg_read(regulator->da9055, volt.reg_b); in da9055_regulator_get_voltage_sel() [all …]
|
D | da903x.c | 219 int volt; in da9030_list_ldo14_voltage() local 222 volt = rdev->desc->min_uV + in da9030_list_ldo14_voltage() 225 volt = (info->max_uV + rdev->desc->min_uV) / 2 + in da9030_list_ldo14_voltage() 228 if (volt > info->max_uV) in da9030_list_ldo14_voltage() 231 return volt; in da9030_list_ldo14_voltage()
|
D | mt6397-regulator.c | 87 #define MT6397_REG_FIXED(match, vreg, enreg, enbit, volt) \ argument 99 .min_uV = volt, \
|
D | mc13892-regulator.c | 445 int volt, mask, id = rdev_get_id(rdev); in mc13892_sw_regulator_set_voltage_sel() local 449 volt = rdev->desc->volt_table[selector]; in mc13892_sw_regulator_set_voltage_sel() 470 if (volt > 1375000) { in mc13892_sw_regulator_set_voltage_sel()
|
D | tps65910-regulator.c | 705 int volt, mult = 1, id = rdev_get_id(dev); in tps65910_list_voltage_dcdc() local 711 volt = VDD1_2_MIN_VOLT + in tps65910_list_voltage_dcdc() 715 volt = VDDCTRL_MIN_VOLT + (selector * VDDCTRL_OFFSET); in tps65910_list_voltage_dcdc() 722 return volt * 100 * mult; in tps65910_list_voltage_dcdc()
|
/linux-4.1.27/drivers/devfreq/exynos/ |
D | exynos5_bus.c | 66 unsigned long volt; member 79 unsigned long volt) in exynos5_int_setvolt() argument 81 return regulator_set_voltage(data->vdd_int, volt, MAX_SAFEVOLT); in exynos5_int_setvolt() 93 unsigned long volt; in exynos5_busfreq_int_target() local 104 volt = dev_pm_opp_get_voltage(opp); in exynos5_busfreq_int_target() 112 dev_dbg(dev, "targeting %lukHz %luuV\n", freq, volt); in exynos5_busfreq_int_target() 125 err = exynos5_int_setvolt(data, volt); in exynos5_busfreq_int_target() 135 err = exynos5_int_setvolt(data, volt); in exynos5_busfreq_int_target() 180 exynos5_int_opp_table[i].volt); in exynos5250_init_int_tables() 198 unsigned long volt; in exynos5_busfreq_int_pm_notifier_event() local [all …]
|
D | exynos4_bus.c | 70 unsigned long volt; member 526 unsigned long volt = oppi->volt; in exynos4_bus_setvolt() local 531 err = regulator_set_voltage(data->vdd_int, volt, in exynos4_bus_setvolt() 536 err = regulator_set_voltage(data->vdd_mif, volt, in exynos4_bus_setvolt() 545 oldoppi->volt, in exynos4_bus_setvolt() 550 exynos4x12_intclk_table[tmp].volt, in exynos4_bus_setvolt() 555 oldoppi->volt, in exynos4_bus_setvolt() 584 new_oppinfo.volt = dev_pm_opp_get_voltage(opp); in exynos4_bus_target() 591 dev_dbg(dev, "targeting %lukHz %luuV\n", freq, new_oppinfo.volt); in exynos4_bus_target() 754 exynos4210_busclk_table[i].volt = exynos4210_asv_volt[mgrp][i]; in exynos4210_init_tables() [all …]
|
D | exynos_ppmu.h | 58 unsigned long volt; member
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | voltage.c | 77 unsigned long volt = 0; in voltdm_scale() local 93 volt = voltdm->volt_data[i].volt_nominal; in voltdm_scale() 98 if (!volt) { in voltdm_scale() 104 ret = voltdm->scale(voltdm, volt); in voltdm_scale() 106 voltdm->nominal_volt = volt; in voltdm_scale() 178 unsigned long volt) in omap_voltage_get_voltdata() argument 194 if (voltdm->volt_data[i].volt_nominal == volt) in omap_voltage_get_voltdata()
|
D | smartreflex-class3.c | 20 unsigned long volt = voltdm_get_voltage(sr->voltdm); in sr_class3_enable() local 22 if (!volt) { in sr_class3_enable() 29 return sr_enable(sr, volt); in sr_class3_enable()
|
D | vp.c | 12 static u32 _vp_set_init_voltage(struct voltagedomain *voltdm, u32 volt) in _vp_set_init_voltage() argument 18 vsel = voltdm->pmic->uv_to_vsel(volt); in _vp_set_init_voltage() 199 u32 vpconfig, volt; in omap_vp_enable() local 217 volt = voltdm_get_voltage(voltdm); in omap_vp_enable() 218 if (!volt) { in omap_vp_enable() 224 vpconfig = _vp_set_init_voltage(voltdm, volt); in omap_vp_enable()
|
D | sram243x.S | 111 ldr r4, omap243x_sdi_prcm_voltctrl @ get addr of volt ctrl. 115 orr r5, r5, r9 @ bulld value for L0/L1-volt operation. 160 movne r9, #0x0 @ if up set flag up for pre up, hi volt 178 moveq r9, #0x1 @ if speed down, post down, drop volt 206 ldr r10, omap243x_srs_prcm_voltctrl @ get addr of volt ctrl 210 orr r8, r8, r9 @ bulld value for L0/L1-volt operation.
|
D | sram242x.S | 111 ldr r4, omap242x_sdi_prcm_voltctrl @ get addr of volt ctrl. 115 orr r5, r5, r9 @ bulld value for L0/L1-volt operation. 160 movne r9, #0x0 @ if up set flag up for pre up, hi volt 178 moveq r9, #0x1 @ if speed down, post down, drop volt 206 ldr r10, omap242x_srs_prcm_voltctrl @ get addr of volt ctrl 210 orr r8, r8, r9 @ bulld value for L0/L1-volt operation.
|
D | voltage.h | 157 unsigned long volt);
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | vexpress-v2p-ca9.dts | 220 volt@0 { 222 compatible = "arm,vexpress-volt"; 229 volt@1 { 231 compatible = "arm,vexpress-volt"; 238 volt@2 { 240 compatible = "arm,vexpress-volt"; 247 volt@3 { 249 compatible = "arm,vexpress-volt"; 256 volt@4 { 258 compatible = "arm,vexpress-volt"; [all …]
|
D | vexpress-v2p-ca15_a7.dts | 290 volt@0 { 292 compatible = "arm,vexpress-volt"; 301 volt@1 { 303 compatible = "arm,vexpress-volt";
|
D | vexpress-v2p-ca15-tc1.dts | 183 volt@0 { 185 compatible = "arm,vexpress-volt";
|
D | vexpress-v2m-rs1.dtsi | 399 volt@0 { 401 compatible = "arm,vexpress-volt";
|
D | vexpress-v2m.dtsi | 398 volt@0 { 400 compatible = "arm,vexpress-volt";
|
D | omap3-lilly-dbb056.dts | 121 ti,dual-volt;
|
D | omap2430.dtsi | 244 ti,dual-volt;
|
D | omap3.dtsi | 434 ti,dual-volt;
|
D | am33xx.dtsi | 305 ti,dual-volt;
|
D | am4372.dtsi | 443 ti,dual-volt;
|
D | omap4.dtsi | 503 ti,dual-volt;
|
D | omap5.dtsi | 564 ti,dual-volt;
|
D | dra7.dtsi | 863 ti,dual-volt;
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | vexpress.txt | 5 - "compatible" value: "arm,vexpress-volt" 25 volt@0 { 26 compatible = "arm,vexpress-volt";
|
D | max8997-regulator.txt | 13 - max8997,pmic-buck1-dvs-voltage: A set of 8 voltage values in micro-volt (uV) 17 - max8997,pmic-buck2-dvs-voltage: A set of 8 voltage values in micro-volt (uV) 21 - max8997,pmic-buck5-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
|
D | s5m8767-regulator.txt | 13 - s5m8767,pmic-buck2-dvs-voltage: A set of 8 voltage values in micro-volt (uV) 17 - s5m8767,pmic-buck3-dvs-voltage: A set of 8 voltage values in micro-volt (uV) 21 - s5m8767,pmic-buck4-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
|
D | ti-abb-regulator.txt | 30 volt: voltage in uV - Only used to index ABB information.
|
/linux-4.1.27/drivers/power/ |
D | twl4030_madc_battery.c | 76 int volt) in twl4030_madc_bat_voltscale() argument 87 if (volt > calibration[0].voltage) { in twl4030_madc_bat_voltscale() 91 if (volt <= calibration[i].voltage && in twl4030_madc_bat_voltscale() 92 volt >= calibration[i+1].voltage) { in twl4030_madc_bat_voltscale() 95 ((calibration[i].voltage - volt) * in twl4030_madc_bat_voltscale()
|
D | da9052-battery.c | 291 int volt; in da9052_bat_read_volt() local 293 volt = da9052_adc_manual_read(bat->da9052, DA9052_ADC_MAN_MUXSEL_VBAT); in da9052_bat_read_volt() 294 if (volt < 0) in da9052_bat_read_volt() 295 return volt; in da9052_bat_read_volt() 297 *volt_mV = volt_reg_to_mV(volt); in da9052_bat_read_volt()
|
D | s3c_adc_battery.c | 182 if (full_volt < calc_full_volt(lut->volt, lut->cur, in s3c_adc_bat_get_property() 189 lut_volt1 = calc_full_volt(lut[0].volt, lut[0].cur, in s3c_adc_bat_get_property() 191 lut_volt2 = calc_full_volt(lut[1].volt, lut[1].cur, in s3c_adc_bat_get_property()
|
D | bq27x00_battery.c | 654 int volt; in bq27x00_battery_voltage() local 656 volt = bq27x00_read(di, BQ27x00_REG_VOLT, false); in bq27x00_battery_voltage() 657 if (volt < 0) { in bq27x00_battery_voltage() 659 return volt; in bq27x00_battery_voltage() 662 val->intval = volt * 1000; in bq27x00_battery_voltage()
|
D | intel_mid_battery.c | 147 u8 volt; /* Fine adjustment of constant charge voltage */ member 194 prop->volt = *p++; in pmic_scu_ipc_battery_property_get()
|
D | abx500_chargalg.c | 90 int volt; member 828 !di->maintenance_chg && (di->batt_data.volt >= in abx500_chargalg_end_of_charge() 1202 di->batt_data.volt = ret.intval / 1000; in abx500_chargalg_get_ext_psy_data() 1438 di->batt_data.volt, in abx500_chargalg_algorithm() 1545 if (di->batt_data.volt > in abx500_chargalg_algorithm() 1583 if (di->batt_data.volt > in abx500_chargalg_algorithm()
|
/linux-4.1.27/drivers/input/misc/ |
D | twl6040-vibra.c | 163 int volt; in twl6040_vibra_set_effect() local 166 volt = regulator_get_voltage(info->supplies[0].consumer) / 1000; in twl6040_vibra_set_effect() 167 vibdatl = twl6040_vibra_code(volt, info->vibldrv_res, in twl6040_vibra_set_effect() 172 volt = regulator_get_voltage(info->supplies[1].consumer) / 1000; in twl6040_vibra_set_effect() 173 vibdatr = twl6040_vibra_code(volt, info->vibrdrv_res, in twl6040_vibra_set_effect()
|
/linux-4.1.27/Documentation/hwmon/ |
D | da9052 | 40 Milli volt = ((ADC value * 1000) / 512) + 2500 43 Milli volt = (ADC value * 2500) / 512; 46 Milli volt = (ADC value * 2500) / 1023
|
D | abituguru-datasheet | 189 Sensor 3 CPU core volt 190 Sensor 4 DDR volt 191 Sensor 10 DDR Vtt volt 196 volt and temp sensors, this is motherboard specific. The uGuru however does 200 Volt sensors use a linear scale, a reading 0 corresponds with 0 volt and a 203 in use result in ranges of: 0-4361mV, 0-6248mV or 0-14510mV. 3.3 volt sources 204 use the 0-4361mV range, 5 volt the 0-6248mV and 12 volt the 0-14510mV . 221 Bit 1: Give an alarm if measured volt is over the max threshold (RW) ** 222 Bit 2: Give an alarm if measured volt is under the min threshold (RW) ** 225 Bit 5: 1 if alarm cause measured volt is over the max threshold (R) [all …]
|
D | gl518sm | 55 measures voltages between 0.000 and 5.865 volt, with a resolution of 0.023 56 volt. The other inputs measure voltages between 0.000 and 4.845 volt, with 57 a resolution of 0.019 volt. Note that revision 0x00 chips do not support
|
D | da9055 | 34 Milli volt = ((ADC value * 1000) / 85) + 2500 37 Milli volt = (ADC value * 1000) / 102
|
D | lm80 | 53 of 0.01 volt.
|
D | lm78 | 53 of 0.016 volt.
|
D | abituguru | 53 0 volt sensor
|
D | sis5595 | 85 0.016 volt.
|
D | it87 | 178 0.016 volt (except IT8603E, IT8721F/IT8758E and IT8728F: 0.012 volt.) The
|
D | adm9240 | 119 An analog output provides a 0 to 1.25 volt signal intended for an external
|
D | w83781d | 105 of 0.016 volt.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | base.c | 81 struct nvkm_volt *volt = nvkm_volt(clk); in nvkm_cstate_prog() local 99 if (volt) { in nvkm_cstate_prog() 100 ret = volt->set_id(volt, cstate->voltage, +1); in nvkm_cstate_prog() 113 if (volt) { in nvkm_cstate_prog() 114 ret = volt->set_id(volt, cstate->voltage, -1); in nvkm_cstate_prog()
|
/linux-4.1.27/include/linux/platform_data/ |
D | voltage-omap.h | 38 unsigned long volt);
|
/linux-4.1.27/include/linux/ |
D | s3c_adc_battery.h | 5 int volt; /* mV */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | ti-omap-hsmmc.txt | 19 ti,dual-volt: boolean, supports dual voltage cards 40 ti,dual-volt; 52 ti,dual-volt;
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | gk20a.c | 121 struct nvkm_volt *volt = nvkm_volt(priv); in gk20a_pmu_dvfs_work() local 129 if (!clk || !volt) in gk20a_pmu_dvfs_work()
|
/linux-4.1.27/drivers/hwmon/ |
D | nct7904.c | 228 int volt; in show_voltage() local 233 volt = ((ret & 0xff00) >> 5) | (ret & 0x7); in show_voltage() 235 volt *= 2; /* 0.002V scale */ in show_voltage() 237 volt *= 6; /* 0.006V scale */ in show_voltage() 239 return sprintf(buf, "%d\n", volt); in show_voltage()
|
D | fschmd.c | 290 u8 volt[6]; /* voltage */ member 342 return sprintf(buf, "%d\n", (data->volt[index] * dmi_vref * in show_in_value() 345 return sprintf(buf, "%d\n", (data->volt[index] * in show_in_value() 1372 data->volt[i] = i2c_smbus_read_byte_data(client, in fschmd_update_device()
|
D | adt7475.c | 265 static inline u16 volt2reg(int channel, long volt, u8 bypass_attn) in volt2reg() argument 271 reg = (volt * 1024) / 2250; in volt2reg() 273 reg = (volt * r[1] * 1024) / ((r[0] + r[1]) * 2250); in volt2reg()
|
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/ |
D | vexpress.txt | 6 "arm,vexpress-volt"
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv0288.c | 326 static int stv0288_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t volt) in stv0288_set_voltage() argument 329 volt == SEC_VOLTAGE_13 ? "SEC_VOLTAGE_13" : in stv0288_set_voltage() 330 volt == SEC_VOLTAGE_18 ? "SEC_VOLTAGE_18" : "??"); in stv0288_set_voltage()
|
D | si21xx.c | 457 static int si21xx_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t volt) in si21xx_set_voltage() argument 463 volt == SEC_VOLTAGE_13 ? "SEC_VOLTAGE_13" : in si21xx_set_voltage() 464 volt == SEC_VOLTAGE_18 ? "SEC_VOLTAGE_18" : "??"); in si21xx_set_voltage() 469 switch (volt) { in si21xx_set_voltage()
|
D | m88rs2000.c | 415 static int m88rs2000_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t volt) in m88rs2000_set_voltage() argument 423 switch (volt) { in m88rs2000_set_voltage()
|
/linux-4.1.27/Documentation/devicetree/bindings/video/backlight/ |
D | sky81452-backlight.txt | 15 - skyworks,short-detection-threshold-volt
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/ |
D | Kbuild | 19 include $(src)/nvkm/subdev/volt/Kbuild
|
/linux-4.1.27/drivers/power/avs/ |
D | smartreflex.c | 559 int sr_enable(struct omap_sr *sr, unsigned long volt) in sr_enable() argument 571 volt_data = omap_voltage_get_voltdata(sr->voltdm, volt); in sr_enable() 575 "for nominal voltage %ld\n", __func__, volt); in sr_enable() 583 __func__, volt); in sr_enable()
|
/linux-4.1.27/drivers/iio/adc/ |
D | twl4030-madc.c | 229 int temp, curr, volt, res, ret; in twl4030battery_temperature() local 231 volt = (raw_volt * TEMP_STEP_SIZE) / TEMP_PSR_R; in twl4030battery_temperature() 240 res = volt * 1000 / curr; in twl4030battery_temperature()
|
/linux-4.1.27/include/linux/power/ |
D | smartreflex.h | 302 int sr_enable(struct omap_sr *sr, unsigned long volt);
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-ab8500-usb.c | 264 int ret, volt; in ab8500_usb_regulator_enable() local 291 volt = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable() 292 if ((volt != 1300000) && (volt != 1350000)) in ab8500_usb_regulator_enable() 294 volt); in ab8500_usb_regulator_enable()
|
/linux-4.1.27/drivers/base/power/ |
D | opp.c | 874 unsigned long volt = be32_to_cpup(val++); in of_init_opp_table() local 876 if (_opp_add_dynamic(dev, freq, volt, false)) in of_init_opp_table()
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ |
D | charger-manager.txt | 43 cm-fullbatt-vchkdrop-volt = <150000>;
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | vexpress-sysreg.txt | 80 "arm,vexpress-volt"
|
/linux-4.1.27/drivers/media/pci/pt3/ |
D | pt3.c | 191 static int pt3_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t volt) in pt3_set_voltage() argument 200 on = (volt != SEC_VOLTAGE_OFF); in pt3_set_voltage()
|
/linux-4.1.27/Documentation/x86/ |
D | earlyprintk.txt | 71 readable left to right). The reason being is that the 5 volt
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_defs.h | 929 u8 volt[4]; member
|