Searched refs:ACPI_PLD_SET_USER_VISIBLE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acbuffer.h | 147 #define ACPI_PLD_SET_USER_VISIBLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) /* Offset 64+0=64, Len 1 */ macro
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acbuffer.h | 147 #define ACPI_PLD_SET_USER_VISIBLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) /* Offset 64+0=64, Len 1 */ macro
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dbconvert.c | 297 ACPI_PLD_SET_USER_VISIBLE(&dword, pld_info->user_visible); in acpi_db_encode_pld_buffer()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dbconvert.c | 297 ACPI_PLD_SET_USER_VISIBLE(&dword, pld_info->user_visible); in acpi_db_encode_pld_buffer()
|
Completed in 3 milliseconds