Home
last modified time | relevance | path

Searched refs:supported_formats (Results 1 – 5 of 5) sorted by relevance

/drivers/video/adf/
Dadf_fops.c109 u32 *supported_formats = NULL; in adf_eng_get_data() local
124 supported_formats = kzalloc(n_supported_formats * in adf_eng_get_data()
125 sizeof(supported_formats[0]), GFP_KERNEL); in adf_eng_get_data()
126 if (!supported_formats) in adf_eng_get_data()
130 memcpy(supported_formats, eng->ops->supported_formats, in adf_eng_get_data()
147 if (supported_formats && copy_to_user(data.supported_formats, in adf_eng_get_data()
148 supported_formats, in adf_eng_get_data()
149 n_supported_formats * sizeof(supported_formats[0]))) in adf_eng_get_data()
153 kfree(supported_formats); in adf_eng_get_data()
Dadf_fops32.c172 put_user(compat_ptr(data32.supported_formats), in adf_compat_get_overlay_engine_data()
173 &data->supported_formats) || in adf_compat_get_overlay_engine_data()
Dadf_fops32.h69 compat_uptr_t supported_formats; member
Dadf.c740 if (!adf_format_is_standard(ops->supported_formats[i])) in adf_overlay_engine_has_custom_formats()
769 if (!ops->supported_formats) { in adf_overlay_engine_init()
Dadf_client.c239 if (format == eng->ops->supported_formats[i]) in adf_overlay_engine_supports_format()