Lines Matching refs:sti_cursor
60 struct sti_cursor { struct
75 #define to_sti_cursor(x) container_of(x, struct sti_cursor, plane) argument
91 struct sti_cursor *cursor, u32 val) in cursor_dbg_pml()
98 struct sti_cursor *cursor, u32 val) in cursor_dbg_cml()
107 struct sti_cursor *cursor = (struct sti_cursor *)node->info_ent->data; in cursor_dbg_show()
132 static int cursor_debugfs_init(struct sti_cursor *cursor, in cursor_debugfs_init()
145 static void sti_cursor_argb8888_to_clut8(struct sti_cursor *cursor, u32 *src) in sti_cursor_argb8888_to_clut8()
165 static void sti_cursor_init(struct sti_cursor *cursor) in sti_cursor_init()
185 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_atomic_check()
257 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_atomic_update()
342 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_late_register()
362 struct sti_cursor *cursor; in sti_cursor_create()