Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/pci/
Datomisp_cmd.h314 struct atomisp_morph_table *source_morph_table,
Datomisp_cmd.c3965 struct atomisp_morph_table *source_morph_table, in atomisp_cp_morph_table() argument
3974 if (!source_morph_table) in atomisp_cp_morph_table()
3985 if (copy_from_compatible(&mtbl, source_morph_table, in atomisp_cp_morph_table()
4000 (__force void *)source_morph_table->coordinates_x[i], in atomisp_cp_morph_table()
4007 (__force void *)source_morph_table->coordinates_y[i], in atomisp_cp_morph_table()
4015 source_morph_table->width, in atomisp_cp_morph_table()
4016 source_morph_table->height); in atomisp_cp_morph_table()
4022 (__force void *)source_morph_table->coordinates_x[i], in atomisp_cp_morph_table()
4023 source_morph_table->height * source_morph_table->width * in atomisp_cp_morph_table()
4024 sizeof(*source_morph_table->coordinates_x[i]), in atomisp_cp_morph_table()
[all …]