Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Ddbconvert.c302 u8 *acpi_db_encode_pld_buffer(struct acpi_pld_info *pld_info) in acpi_db_encode_pld_buffer() argument
315 ACPI_PLD_SET_REVISION(&dword, pld_info->revision); in acpi_db_encode_pld_buffer()
316 ACPI_PLD_SET_IGNORE_COLOR(&dword, pld_info->ignore_color); in acpi_db_encode_pld_buffer()
317 ACPI_PLD_SET_RED(&dword, pld_info->red); in acpi_db_encode_pld_buffer()
318 ACPI_PLD_SET_GREEN(&dword, pld_info->green); in acpi_db_encode_pld_buffer()
319 ACPI_PLD_SET_BLUE(&dword, pld_info->blue); in acpi_db_encode_pld_buffer()
325 ACPI_PLD_SET_WIDTH(&dword, pld_info->width); in acpi_db_encode_pld_buffer()
326 ACPI_PLD_SET_HEIGHT(&dword, pld_info->height); in acpi_db_encode_pld_buffer()
332 ACPI_PLD_SET_USER_VISIBLE(&dword, pld_info->user_visible); in acpi_db_encode_pld_buffer()
333 ACPI_PLD_SET_DOCK(&dword, pld_info->dock); in acpi_db_encode_pld_buffer()
[all …]
Dutxface.c488 struct acpi_pld_info *pld_info; in ACPI_EXPORT_SYMBOL() local
499 pld_info = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_pld_info)); in ACPI_EXPORT_SYMBOL()
500 if (!pld_info) { in ACPI_EXPORT_SYMBOL()
507 pld_info->revision = ACPI_PLD_GET_REVISION(&dword); in ACPI_EXPORT_SYMBOL()
508 pld_info->ignore_color = ACPI_PLD_GET_IGNORE_COLOR(&dword); in ACPI_EXPORT_SYMBOL()
509 pld_info->red = ACPI_PLD_GET_RED(&dword); in ACPI_EXPORT_SYMBOL()
510 pld_info->green = ACPI_PLD_GET_GREEN(&dword); in ACPI_EXPORT_SYMBOL()
511 pld_info->blue = ACPI_PLD_GET_BLUE(&dword); in ACPI_EXPORT_SYMBOL()
516 pld_info->width = ACPI_PLD_GET_WIDTH(&dword); in ACPI_EXPORT_SYMBOL()
517 pld_info->height = ACPI_PLD_GET_HEIGHT(&dword); in ACPI_EXPORT_SYMBOL()
[all …]
Dacdebug.h138 u8 *acpi_db_encode_pld_buffer(struct acpi_pld_info *pld_info);