Home
last modified time | relevance | path

Searched refs:source_morph_table (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c2724 struct atomisp_morph_table *source_morph_table, in atomisp_cp_morph_table() argument
2733 if (!source_morph_table) in atomisp_cp_morph_table()
2744 if (copy_from_compatible(&mtbl, source_morph_table, in atomisp_cp_morph_table()
2759 (__force void *)source_morph_table->coordinates_x[i], in atomisp_cp_morph_table()
2766 (__force void *)source_morph_table->coordinates_y[i], in atomisp_cp_morph_table()
2774 source_morph_table->width, in atomisp_cp_morph_table()
2775 source_morph_table->height); in atomisp_cp_morph_table()
2784 source_morph_table->height * source_morph_table->width * in atomisp_cp_morph_table()
2785 sizeof(*source_morph_table->coordinates_x[i]), in atomisp_cp_morph_table()
2791 source_morph_table->height * source_morph_table->width * in atomisp_cp_morph_table()
[all …]
H A Datomisp_cmd.h212 struct atomisp_morph_table *source_morph_table,