Searched refs:THRESHOLD_START (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/platform/x86/ |
D | system76_acpi.c | 154 THRESHOLD_START, enumerator 224 return battery_get_threshold(THRESHOLD_START, buf); in charge_control_start_threshold_show() 230 return battery_set_threshold(THRESHOLD_START, buf, count); in charge_control_start_threshold_store()
|
D | thinkpad_acpi.c | 9404 THRESHOLD_START, enumerator 9452 case THRESHOLD_START: in tpacpi_battery_get() 9500 case THRESHOLD_START: in tpacpi_battery_set() 9602 if (tpacpi_battery_get(THRESHOLD_START, battery, in tpacpi_battery_probe() 9707 case THRESHOLD_START: in tpacpi_battery_store() 9715 if (tpacpi_battery_set(THRESHOLD_START, battery, value)) in tpacpi_battery_store() 9777 return tpacpi_battery_show(THRESHOLD_START, device, buf); in charge_control_start_threshold_show() 9825 return tpacpi_battery_store(THRESHOLD_START, dev, buf, count); in charge_control_start_threshold_store()
|