Searched refs:vid (Results 1 – 4 of 4) sorted by relevance
147 int (*video_sync)(struct udevice *vid);296 int video_sync(struct udevice *vid, bool force);402 void video_damage(struct udevice *vid, int x, int y, int width, int height);404 static inline void video_damage(struct udevice *vid, int x, int y, int width, in video_damage() argument
62 int vid; member
180 #define VSC9953_VLAN_CHECK(vid) \ argument181 (((vid) < 0 || (vid) >= VSC9953_MAX_VLAN) ? 0 : 1)
4170 uint16_t vid; /* USB-IF VID */ member
Completed in 28 milliseconds