OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_fbconf
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/hpcarm/dev/
ipaq_lcdvar.h
45
struct hpcfb_fbconf
sc_fbconf
;
member in struct:ipaqlcd_softc
sed1356var.h
44
struct hpcfb_fbconf
sc_fbconf
;
member in struct:sed1356_softc
ipaq_lcd.c
121
ha.ha_fbconflist = &sc->
sc_fbconf
;
176
fb = &sc->
sc_fbconf
;
280
if (sc->
sc_fbconf
.hf_class != HPCFB_CLASS_INDEXCOLOR ||
281
sc->
sc_fbconf
.hf_pack_width != 8 ||
327
*fbconf = sc->
sc_fbconf
; /* structure assignment */
376
(sc->
sc_fbconf
.hf_bytes_per_plane +
377
sc->
sc_fbconf
.hf_offset) < offset)
sed_saip.c
132
if (sed1356_init(&sc->
sc_fbconf
) != 0) {
168
if (console && hpcfb_cnattach(&sc->
sc_fbconf
) != 0)
176
ha.ha_fbconflist = &sc->
sc_fbconf
;
510
*fbconf = sc->
sc_fbconf
; /* structure assignment */
562
(sc->
sc_fbconf
.hf_bytes_per_plane +
563
sc->
sc_fbconf
.hf_offset) < offset)
/src/sys/arch/hpcmips/dev/
mq200.c
117
if (mq200_fbinit(&sc->
sc_fbconf
) != 0) {
122
sc->
sc_fbconf
.hf_baseaddr = (u_long)bootinfo->fb_addr;
123
sc->
sc_fbconf
.hf_offset = (u_long)sc->
sc_fbconf
.hf_baseaddr -
125
DPRINTF("hf_baseaddr=%lx\n", sc->
sc_fbconf
.hf_baseaddr);
126
DPRINTF("hf_offset=%lx\n", sc->
sc_fbconf
.hf_offset);
154
switch (sc->
sc_fbconf
.hf_pixel_width) {
162
device_xname(sc->sc_dev), sc->
sc_fbconf
.hf_pixel_width);
187
sc->
sc_fbconf
.hf_baseaddr,
188
sc->
sc_fbconf
.hf_width, sc->sc_fbconf.hf_height
[
all
...]
ite8181var.h
65
struct hpcfb_fbconf
sc_fbconf
;
member in struct:ite8181_softc
mq200var.h
64
struct hpcfb_fbconf
sc_fbconf
;
member in struct:mq200_softc
plumvideo.c
105
struct hpcfb_fbconf
sc_fbconf
;
member in struct:plumvideo_softc
212
if(console && hpcfb_cnattach(&sc->
sc_fbconf
) != 0) {
221
ha.ha_fbconflist = &sc->
sc_fbconf
;
236
struct hpcfb_fbconf *fb = &sc->
sc_fbconf
;
440
if (sc->
sc_fbconf
.hf_class != HPCFB_CLASS_INDEXCOLOR ||
441
sc->
sc_fbconf
.hf_pack_width != 8 ||
470
if (sc->
sc_fbconf
.hf_class != HPCFB_CLASS_INDEXCOLOR ||
471
sc->
sc_fbconf
.hf_pack_width != 8 ||
552
*fbconf = sc->
sc_fbconf
; /* structure assignment */
605
if (offset < 0 || (sc->
sc_fbconf
.hf_bytes_per_plane
[
all
...]
ite8181.c
249
if (ite8181_fbinit(&sc->
sc_fbconf
) != 0) {
301
if (console && hpcfb_cnattach(&sc->
sc_fbconf
) != 0) {
310
ha.ha_fbconflist = &sc->
sc_fbconf
;
645
if (sc->
sc_fbconf
.hf_class != HPCFB_CLASS_INDEXCOLOR ||
646
sc->
sc_fbconf
.hf_pack_width != 8 ||
840
*fbconf = sc->
sc_fbconf
; /* structure assignment */
892
(sc->
sc_fbconf
.hf_bytes_per_plane +
893
sc->
sc_fbconf
.hf_offset) < offset)
/src/sys/arch/hpcmips/tx/
tx3912video.c
86
struct hpcfb_fbconf
sc_fbconf
;
member in struct:tx3912video_softc
184
if (console && hpcfb_cnattach(&sc->
sc_fbconf
) != 0) {
193
ha.ha_fbconflist = &sc->
sc_fbconf
;
241
struct hpcfb_fbconf *fb = &sc->
sc_fbconf
;
516
if (sc->
sc_fbconf
.hf_class != HPCFB_CLASS_INDEXCOLOR ||
517
sc->
sc_fbconf
.hf_pack_width != 8 ||
553
*fbconf = sc->
sc_fbconf
; /* structure assignment */
606
if (offset < 0 || (sc->
sc_fbconf
.hf_bytes_per_plane +
607
sc->
sc_fbconf
.hf_offset) < offset) {
/src/sys/dev/hpc/
bivideo.c
86
struct hpcfb_fbconf
sc_fbconf
;
member in struct:bivideo_softc
164
if (bivideo_init(&sc->
sc_fbconf
) != 0) {
193
ha.ha_fbconflist = &sc->
sc_fbconf
;
403
if (sc->
sc_fbconf
.hf_class != HPCFB_CLASS_INDEXCOLOR ||
404
sc->
sc_fbconf
.hf_pack_width != 8 ||
575
*fbconf = sc->
sc_fbconf
; /* structure assignment */
627
(sc->
sc_fbconf
.hf_bytes_per_plane +
628
sc->
sc_fbconf
.hf_offset) < offset)
Completed in 16 milliseconds
Indexes created Fri Nov 07 20:09:51 GMT 2025