Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Deeepc-laptop.c160 u32 cm_supported; /* the control methods supported member
219 if ((eeepc->cm_supported & (0x1 << cm)) == 0) in set_acpi()
234 if ((eeepc->cm_supported & (0x1 << cm)) == 0) in get_acpi()
250 if ((eeepc->cm_supported & (0x1 << cm)) == 0) in acpi_setter_handle()
1336 if (!(eeepc->cm_supported & (1 << cm)) in cmsg_quirk()
1340 eeepc->cm_supported |= 1 << cm; in cmsg_quirk()
1374 if (read_acpi_int(eeepc->handle, "CMSG", &eeepc->cm_supported)) { in eeepc_acpi_init()
1379 pr_info("Get control methods supported: 0x%x\n", eeepc->cm_supported); in eeepc_acpi_init()