OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dc_width
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
igsfbvar.h
80
int
dc_width
, dc_height, dc_depth, dc_stride;
member in struct:igsfb_devconfig
/src/sys/arch/arm/iomd/
vidcvideo.c
90
int
dc_width
; /* width of frame buffer */
member in struct:fb_devconfig
214
dc->
dc_width
= dc->mode_info.timings.hdisplay;
224
dc->dc_rowbytes = dc->
dc_width
/ 8;
227
dc->dc_rowbytes = dc->
dc_width
/ 4;
230
dc->dc_rowbytes = dc->
dc_width
/ 2;
233
dc->dc_rowbytes = dc->
dc_width
;
236
dc->dc_rowbytes = dc->
dc_width
* 2;
239
dc->dc_rowbytes = dc->
dc_width
* 4;
272
ri->ri_width = dc->
dc_width
;
376
wsd_fbip->width = dc->
dc_width
;
[
all
...]
Completed in 11 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025