Lines Matching refs:uint
12 uint width;
14 uint height;
16 uint major_version;
18 uint minor_version;
83 int (*set_mem)(struct udevice *dev, uint col, uint row, u8 *buf,
84 size_t buflen, uint count);
95 int (*set_size)(struct udevice *dev, uint col, uint row);
113 int (*print)(struct udevice *dev, uint col, uint row, ulong color,
160 int video_osd_set_mem(struct udevice *dev, uint col, uint row, u8 *buf,
161 size_t buflen, uint count);
172 int video_osd_set_size(struct udevice *dev, uint col, uint row);
189 int video_osd_print(struct udevice *dev, uint col, uint row, ulong color,