Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Deeepc-laptop.c154 u32 cm_supported; /* the control methods supported member
213 if ((eeepc->cm_supported & (0x1 << cm)) == 0) in set_acpi()
228 if ((eeepc->cm_supported & (0x1 << cm)) == 0) in get_acpi()
244 if ((eeepc->cm_supported & (0x1 << cm)) == 0) in acpi_setter_handle()
1303 if (!(eeepc->cm_supported & (1 << cm)) in cmsg_quirk()
1307 eeepc->cm_supported |= 1 << cm; in cmsg_quirk()
1341 if (read_acpi_int(eeepc->handle, "CMSG", &eeepc->cm_supported)) { in eeepc_acpi_init()
1346 pr_info("Get control methods supported: 0x%x\n", eeepc->cm_supported); in eeepc_acpi_init()