Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Dsa1100fb.c219 static int sa1100fb_activate_var(struct fb_var_screeninfo *var, struct sa1100fb_info *);
220 static void set_ctrlr_state(struct sa1100fb_info *fbi, u_int state);
222 static inline void sa1100fb_schedule_work(struct sa1100fb_info *fbi, u_int state) in sa1100fb_schedule_work()
272 struct sa1100fb_info *fbi = in sa1100fb_setpalettereg()
273 container_of(info, struct sa1100fb_info, fb); in sa1100fb_setpalettereg()
294 struct sa1100fb_info *fbi = in sa1100fb_setcolreg()
295 container_of(info, struct sa1100fb_info, fb); in sa1100fb_setcolreg()
370 struct sa1100fb_info *fbi = in sa1100fb_check_var()
371 container_of(info, struct sa1100fb_info, fb); in sa1100fb_check_var()
426 static void sa1100fb_set_visual(struct sa1100fb_info *fbi, u32 visual) in sa1100fb_set_visual()
[all …]
Dsa1100fb.h33 struct sa1100fb_info { struct
78 #define TO_INF(ptr,member) container_of(ptr,struct sa1100fb_info,member) argument