Searched refs:get_max_voltage (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | axp20x_battery.c | 64 int (*get_max_voltage)(struct axp20x_batt_ps *batt, int *val); member 307 return axp20x_batt->data->get_max_voltage(axp20x_batt, in axp20x_battery_get_prop() 512 .get_max_voltage = axp20x_battery_get_max_voltage, 520 .get_max_voltage = axp22x_battery_get_max_voltage, 528 .get_max_voltage = axp813_battery_get_max_voltage,
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | axp20x_battery.c | 64 int (*get_max_voltage)(struct axp20x_batt_ps *batt, int *val); member 307 return axp20x_batt->data->get_max_voltage(axp20x_batt, in axp20x_battery_get_prop() 524 .get_max_voltage = axp20x_battery_get_max_voltage, 532 .get_max_voltage = axp22x_battery_get_max_voltage, 540 .get_max_voltage = axp813_battery_get_max_voltage,
|
Completed in 3 milliseconds