Home
last modified time | relevance | path

Searched refs:val_ec (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/acpica/acpi_thinkpad/
H A Dacpi_thinkpad.c754 UINT64 val_ec; in acpi_thinkpad_sysctl_get() local
847 val = val_ec; in acpi_thinkpad_sysctl_get()
894 UINT64 val_ec; in acpi_thinkpad_sysctl_set() local
1207 UINT64 val_ec; in acpi_thinkpad_brightness_set() local
1353 UINT64 val_ec; in acpi_thinkpad_volume_set() local
1388 val_ec, 1); in acpi_thinkpad_volume_set()
1395 val_ec = arg + (val_ec & (~THINKPAD_EC_MASK_VOL)); in acpi_thinkpad_volume_set()
1402 UINT64 val_ec; in acpi_thinkpad_mute_set() local
1428 val_ec = (arg == 1) ? val_ec | THINKPAD_EC_MASK_MUTE : in acpi_thinkpad_mute_set()
1437 UINT64 val_ec; in acpi_thinkpad_eventhandler() local
[all …]