Searched refs:source_morph_table (Results 1 – 2 of 2) sorted by relevance
3993 struct atomisp_morph_table *source_morph_table, in atomisp_cp_morph_table() argument4002 if (!source_morph_table) in atomisp_cp_morph_table()4013 if (copy_from_compatible(&mtbl, source_morph_table, in atomisp_cp_morph_table()4028 (__force void *)source_morph_table->coordinates_x[i], in atomisp_cp_morph_table()4035 (__force void *)source_morph_table->coordinates_y[i], in atomisp_cp_morph_table()4043 source_morph_table->width, in atomisp_cp_morph_table()4044 source_morph_table->height); in atomisp_cp_morph_table()4050 (__force void *)source_morph_table->coordinates_x[i], in atomisp_cp_morph_table()4051 source_morph_table->height * source_morph_table->width * in atomisp_cp_morph_table()4052 sizeof(*source_morph_table->coordinates_x[i]), in atomisp_cp_morph_table()[all …]
314 struct atomisp_morph_table *source_morph_table,