Lines Matching +full:device +full:- +full:width
1 /* SPDX-License-Identifier: GPL-2.0 */
5 struct device;
43 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x)
44 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y)
47 #define sti_font_x(sti) (PTR_STI(sti->font)->width)
48 #define sti_font_y(sti) (PTR_STI(sti->font)->height)
86 s16 onscreen_x; /* screen width in pixels */
88 s16 offscreen_x; /* offset width in pixels */
90 s16 total_x; /* frame buffer width in pixels */
103 u32 reset : 1; /* hard reset the device? */
105 u32 nontext : 1; /* turn on non-text display planes? */
107 u32 cmap_blk : 1; /* non-text planes cmap black? */
111 u32 no_chg_ntx : 1; /* don't change non-text settings */
119 u32 caller_other : 1; /* set only by non-[BR/K] caller */
165 s16 onscreen_x; /* screen width in pixels */
167 s16 offscreen_x; /* offscreen width in pixels */
169 s16 total_x; /* frame buffer width in pixels */
171 s32 bits_per_pixel; /* bits/pixel device has configured */
231 u8 width; member
247 int height, width; member
299 s16 width; /* block width in pixels */ member
333 /* min 256 bytes which is STI default, max sti->sti_mem_request */
353 int do_call64; /* call 64-bit code */
370 /* pointer to the parent device */
371 struct device *dev;
376 /* pa_path of this device */
399 int height, int width, u8 color);
401 int height, int width, int c, struct sti_cooked_font *font);
403 int dst_y, int dst_x, int height, int width,