Home
last modified time | relevance | path

Searched defs:vsel (Results 1 – 13 of 13) sorted by relevance

/linux-3.3/drivers/regulator/
Dtps65912-regulator.c170 static unsigned long tps65912_vsel_to_uv_range0(u8 vsel) in tps65912_vsel_to_uv_range0()
178 static unsigned long tps65912_vsel_to_uv_range1(u8 vsel) in tps65912_vsel_to_uv_range1()
186 static unsigned long tps65912_vsel_to_uv_range2(u8 vsel) in tps65912_vsel_to_uv_range2()
194 static unsigned long tps65912_vsel_to_uv_range3(u8 vsel) in tps65912_vsel_to_uv_range3()
206 static unsigned long tps65912_vsel_to_uv_ldo(u8 vsel) in tps65912_vsel_to_uv_ldo()
514 int opvsel = 0, avsel = 0, sr, vsel; in tps65912_get_voltage_dcdc() local
589 int vsel = 0; in tps65912_get_voltage_ldo() local
Dtwl-regulator.c467 int vsel; in twl4030ldo_set_voltage() local
493 int vsel = twlreg_read(info, TWL_MODULE_PM_RECEIVER, in twl4030ldo_get_voltage() local
523 int vsel = DIV_ROUND_UP(min_uV - 600000, 12500); in twl4030smps_set_voltage() local
533 int vsel = twlreg_read(info, TWL_MODULE_PM_RECEIVER, in twl4030smps_get_voltage() local
556 int vsel; in twl6030ldo_set_voltage() local
574 int vsel = twlreg_read(info, TWL_MODULE_PM_RECEIVER, in twl6030ldo_get_voltage() local
752 int vsel = 0; in twl6030smps_set_voltage() local
Dwm831x-dcdc.c255 u16 vsel; in wm831x_buckv_select_min_voltage() local
295 int vsel, ret; in wm831x_buckv_set_voltage() local
350 int vsel; in wm831x_buckv_set_suspend_voltage() local
639 u16 vsel; in wm831x_buckp_set_voltage_int() local
Dwm831x-ldo.c121 int vsel, ret; in wm831x_gp_ldo_set_voltage_int() local
430 int vsel, ret; in wm831x_aldo_set_voltage_int() local
690 int vsel, ret; in wm831x_alive_ldo_set_voltage_int() local
Disl6271a-regulator.c66 int vsel, err, data; in isl6271a_set_voltage() local
Dtps6507x-regulator.c370 int data, vsel, dcdc = rdev_get_id(dev); in tps6507x_pmic_dcdc_set_voltage() local
454 int data, vsel, ldo = rdev_get_id(dev); in tps6507x_pmic_ldo_set_voltage() local
Dtps65023-regulator.c270 int vsel; in tps65023_dcdc_set_voltage() local
332 int data, vsel, ldo = rdev_get_id(dev); in tps65023_ldo_set_voltage() local
Dtps65910-regulator.c638 int id = rdev_get_id(dev), vsel; in tps65910_set_voltage_dcdc() local
/linux-3.3/arch/arm/mach-omap2/
Domap_twl.c75 static unsigned long twl4030_vsel_to_uv(const u8 vsel) in twl4030_vsel_to_uv()
85 static unsigned long twl6030_vsel_to_uv(const u8 vsel) in twl6030_vsel_to_uv()
Dvp.c16 char vsel; in _vp_set_init_voltage() local
/linux-3.3/include/linux/mfd/wm831x/
Dpdata.h38 int vsel; /** Target voltage, in mV */ member
/linux-3.3/drivers/pcmcia/
Di82365.c406 u_char vsel = i365_get(s, VG469_VSELECT); in vg46x_set_opts() local
/linux-3.3/drivers/infiniband/hw/qib/
Dqib_sd7220.c1214 static int set_rxeq_vals(struct qib_devdata *dd, int vsel) in set_rxeq_vals()