/src/sys/dev/fdt/ |
fdt_regulator.h | 45 int (*get_voltage)(device_t, u_int *); member in struct:fdtbus_regulator_controller_func
|
fdt_regulator.c | 168 if (rc->rc_funcs->get_voltage == NULL) 171 return rc->rc_funcs->get_voltage(rc->rc_dev, puvol);
|
fixedregulator.c | 55 .get_voltage = fixedregulator_get_voltage,
|
gpioregulator.c | 55 .get_voltage = gpioregulator_get_voltage,
|
pwmregulator.c | 55 .get_voltage = pwmregulator_get_voltage
|
/src/sys/dev/i2c/ |
fan53555.c | 211 .get_voltage = fan53555_get_voltage,
|
sy8106a.c | 181 .get_voltage = sy8106a_get_voltage,
|
rkpmic.c | 621 .get_voltage = rkreg_get_voltage,
|
as3722.c | 202 .get_voltage = as3722reg_get_voltage,
|
axp20x.c | 738 .get_voltage = axp20xreg_get_voltage,
|
tps65217pmic.c | 1047 .get_voltage = tps65217reg_get_voltage,
|
axppmic.c | 1370 .get_voltage = axpreg_get_voltage,
|