Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds