Searched refs:pld_info (Results 1 – 3 of 3) sorted by relevance
299 u8 *acpi_db_encode_pld_buffer(struct acpi_pld_info *pld_info) in acpi_db_encode_pld_buffer() argument312 ACPI_PLD_SET_REVISION(&dword, pld_info->revision); in acpi_db_encode_pld_buffer()313 ACPI_PLD_SET_IGNORE_COLOR(&dword, pld_info->ignore_color); in acpi_db_encode_pld_buffer()314 ACPI_PLD_SET_RED(&dword, pld_info->red); in acpi_db_encode_pld_buffer()315 ACPI_PLD_SET_GREEN(&dword, pld_info->green); in acpi_db_encode_pld_buffer()316 ACPI_PLD_SET_BLUE(&dword, pld_info->blue); in acpi_db_encode_pld_buffer()322 ACPI_PLD_SET_WIDTH(&dword, pld_info->width); in acpi_db_encode_pld_buffer()323 ACPI_PLD_SET_HEIGHT(&dword, pld_info->height); in acpi_db_encode_pld_buffer()329 ACPI_PLD_SET_USER_VISIBLE(&dword, pld_info->user_visible); in acpi_db_encode_pld_buffer()330 ACPI_PLD_SET_DOCK(&dword, pld_info->dock); in acpi_db_encode_pld_buffer()[all …]
490 struct acpi_pld_info *pld_info; in ACPI_EXPORT_SYMBOL() local501 pld_info = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_pld_info)); in ACPI_EXPORT_SYMBOL()502 if (!pld_info) { in ACPI_EXPORT_SYMBOL()509 pld_info->revision = ACPI_PLD_GET_REVISION(&dword); in ACPI_EXPORT_SYMBOL()510 pld_info->ignore_color = ACPI_PLD_GET_IGNORE_COLOR(&dword); in ACPI_EXPORT_SYMBOL()511 pld_info->red = ACPI_PLD_GET_RED(&dword); in ACPI_EXPORT_SYMBOL()512 pld_info->green = ACPI_PLD_GET_GREEN(&dword); in ACPI_EXPORT_SYMBOL()513 pld_info->blue = ACPI_PLD_GET_BLUE(&dword); in ACPI_EXPORT_SYMBOL()518 pld_info->width = ACPI_PLD_GET_WIDTH(&dword); in ACPI_EXPORT_SYMBOL()519 pld_info->height = ACPI_PLD_GET_HEIGHT(&dword); in ACPI_EXPORT_SYMBOL()[all …]
132 u8 *acpi_db_encode_pld_buffer(struct acpi_pld_info *pld_info);