Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/
Deeepc-laptop.c153 u32 cm_supported; /* the control methods supported member
212 if ((eeepc->cm_supported & (0x1 << cm)) == 0) in set_acpi()
227 if ((eeepc->cm_supported & (0x1 << cm)) == 0) in get_acpi()
243 if ((eeepc->cm_supported & (0x1 << cm)) == 0) in acpi_setter_handle()
1302 if (!(eeepc->cm_supported & (1 << cm)) in cmsg_quirk()
1306 eeepc->cm_supported |= 1 << cm; in cmsg_quirk()
1340 if (read_acpi_int(eeepc->handle, "CMSG", &eeepc->cm_supported)) { in eeepc_acpi_init()
1345 pr_info("Get control methods supported: 0x%x\n", eeepc->cm_supported); in eeepc_acpi_init()