OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hf_bytes_per_line
(Results
1 - 17
of
17
) sorted by relevancy
/src/usr.sbin/tpctl/
fb.c
89
fb->conf.
hf_bytes_per_line
= linebytes;
102
size = (size_t)fb->conf.
hf_bytes_per_line
* fb->conf.hf_height;
110
size = ALIGN(fb->conf.
hf_bytes_per_line
, 16);
132
ALIGN(fb->conf.
hf_bytes_per_line
, 16));
144
n = ALIGN(fb->conf.
hf_bytes_per_line
, 16) / sizeof(fb_pixel_t);
207
src = fb->baseaddr + fb->conf.
hf_bytes_per_line
* y;
209
n = ALIGN(fb->conf.
hf_bytes_per_line
, 16) / sizeof(fb_pixel_t);
230
dst = fb->baseaddr + fb->conf.
hf_bytes_per_line
* y;
231
n = ALIGN(fb->conf.
hf_bytes_per_line
, 16) / sizeof(fb_pixel_t);
main.c
337
fb.conf.
hf_bytes_per_line
,
/src/sys/dev/hpc/
hpcfbio.h
124
short
hf_bytes_per_line
; /**/
member in struct:hpcfb_fbconf
bivideo.c
239
fb->
hf_bytes_per_line
= bootinfo->fb_line_bytes;
hpcfb.c
445
ri->ri_stride = fbconf->
hf_bytes_per_line
;
/src/sys/arch/hpcarm/dev/
epsonlcd.c
194
fb->
hf_bytes_per_line
= (vc->vc_fbwidth * vc->vc_fbdepth) / NBBY;
196
fb->hf_bytes_per_plane = vc->vc_fbheight * fb->
hf_bytes_per_line
;
ipaq_lcd.c
199
fb->
hf_bytes_per_line
= bootinfo->fb_line_bytes;
wzero3_lcd.c
334
fbconf->
hf_bytes_per_line
= fbconf->hf_width *
sed_saip.c
227
fb->
hf_bytes_per_line
= bootinfo->fb_line_bytes;
/src/sys/arch/zaurus/dev/
w100lcd.c
228
fbconf->
hf_bytes_per_line
= sc->display_width *
zlcd.c
241
fbconf->
hf_bytes_per_line
= sc->geometry->panel_width *
/src/sys/arch/hpcmips/tx/
tx3912video.c
258
fb->
hf_bytes_per_line
= (chip->vc_fbwidth * chip->vc_fbdepth)
261
fb->hf_bytes_per_plane = chip->vc_fbheight * fb->
hf_bytes_per_line
;
/src/sys/arch/hpcmips/dev/
plumvideo.c
256
fb->
hf_bytes_per_line
= (width * depth) / NBBY;
258
fb->hf_bytes_per_plane = height * fb->
hf_bytes_per_line
;
mq200.c
356
fb->
hf_bytes_per_line
= bootinfo->fb_line_bytes;
ite8181.c
536
fb->
hf_bytes_per_line
= bootinfo->fb_line_bytes;
/src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c
353
fb->
hf_bytes_per_line
= (width * depth) / NBBY;
355
fb->hf_bytes_per_plane = height * fb->
hf_bytes_per_line
;
/src/sys/arch/arm/s3c2xx0/
s3c24x0_lcd.c
682
fbconf->
hf_bytes_per_line
= sc->panel_info->panel_width * (16/8);
Completed in 19 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025