Home
last modified time | relevance | path

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

/linux-6.12.1/include/drm/
Ddrm_flip_work.h51 typedef void (*drm_flip_func_t)(struct drm_flip_work *work, void *val); typedef
64 drm_flip_func_t func;
75 const char *name, drm_flip_func_t func);
/linux-6.12.1/drivers/gpu/drm/
Ddrm_flip_work.c135 const char *name, drm_flip_func_t func) in drm_flip_work_init()