Lines Matching defs:dev
48 void video_set_flush_dcache(struct udevice *dev, bool flush) in video_set_flush_dcache()
55 static ulong alloc_fb(struct udevice *dev, ulong *addrp) in alloc_fb()
76 struct udevice *dev; in video_reserve() local
108 static int video_clear(struct udevice *dev) in video_clear()
154 struct udevice *dev; in video_sync_all() local
164 int video_get_xsize(struct udevice *dev) in video_get_xsize()
171 int video_get_ysize(struct udevice *dev) in video_get_ysize()
179 static int video_pre_probe(struct udevice *dev) in video_pre_probe()
190 static int video_pre_remove(struct udevice *dev) in video_pre_remove()
200 static int video_post_probe(struct udevice *dev) in video_post_probe()
265 static int video_post_bind(struct udevice *dev) in video_post_bind()