Searched refs:tbl_entry (Results 1 – 6 of 6) sorted by relevance
175 efi_config_table_64_t *tbl_entry = (efi_config_table_64_t *)cfg_tbl + idx; in get_vendor_table() local177 if (!IS_ENABLED(CONFIG_X86_64) && tbl_entry->table >> 32) { in get_vendor_table()182 *vendor_tbl_pa = tbl_entry->table; in get_vendor_table()183 *vendor_tbl_guid = tbl_entry->guid; in get_vendor_table()186 efi_config_table_32_t *tbl_entry = (efi_config_table_32_t *)cfg_tbl + idx; in get_vendor_table() local188 *vendor_tbl_pa = tbl_entry->table; in get_vendor_table()189 *vendor_tbl_guid = tbl_entry->guid; in get_vendor_table()
72 struct out_csc_color_matrix tbl_entry; in dpp401_dpp_setup() local205 tbl_entry.regval[i] = input_csc_color_matrix.matrix[i]; in dpp401_dpp_setup()207 tbl_entry.color_space = input_color_space; in dpp401_dpp_setup()215 &tbl_entry); in dpp401_dpp_setup()
43 const struct out_csc_color_matrix *tbl_entry);
3027 struct out_csc_color_matrix tbl_entry; in dce110_program_front_end_for_pipe() local3031 memset(&tbl_entry, 0, sizeof(tbl_entry)); in dce110_program_front_end_for_pipe()3041 tbl_entry.color_space = in dce110_program_front_end_for_pipe()3045 tbl_entry.regval[i] = in dce110_program_front_end_for_pipe()3049 (pipe_ctx->plane_res.xfm, &tbl_entry); in dce110_program_front_end_for_pipe()3219 struct out_csc_color_matrix tbl_entry; in program_output_csc() local3225 tbl_entry.regval[i] = pipe_ctx->stream->csc_color_matrix.matrix[i]; in program_output_csc()3227 tbl_entry.color_space = color_space; in program_output_csc()3230 pipe_ctx->plane_res.xfm, &tbl_entry); in program_output_csc()
681 const struct out_csc_color_matrix *tbl_entry);
635 const struct out_csc_color_matrix *tbl_entry);