HomeSort by: relevance | last modified time | path
    Searched defs:thinkpad_call_method (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/acpi/
thinkpad_acpi.c 1007 thinkpad_call_method(device_t self, const char *path, uint32_t arg) function in typeref:typename:uint32_t
1051 val = thinkpad_call_method(self, THINKPAD_GET_CHARGE_START,
1062 val = thinkpad_call_method(self, THINKPAD_GET_CHARGE_STOP,
1070 val = thinkpad_call_method(self, THINKPAD_GET_FORCE_DISCHARGE,
1078 val = thinkpad_call_method(self, THINKPAD_GET_CHARGE_INHIBIT,
1097 charge_start = thinkpad_call_method(sp->sp_dev,
1108 if (thinkpad_call_method(sp->sp_dev, THINKPAD_SET_CHARGE_START,
1123 charge_stop = thinkpad_call_method(sp->sp_dev,
1140 if (thinkpad_call_method(sp->sp_dev, THINKPAD_SET_CHARGE_STOP,
1155 charge_inhibit = thinkpad_call_method(sp->sp_dev
    [all...]

Completed in 14 milliseconds