Searched refs:chardata (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_accel.c389 u_int32_t bgx, const u_int8_t *chardata,
434 mga_memcpy_toio(mmio, chardata, xlen);
441 mga_memcpy_toio(mmio, chardata, charcell);
446 fb_writel((*chardata) << 24, mmio.vaddr);
448 fb_writel(*chardata, mmio.vaddr);
450 chardata++;
456 fb_writel((*(u_int16_t*)chardata) << 16, mmio.vaddr);
458 fb_writel(*(u_int16_t*)chardata, mmio.vaddr);
460 chardata += 2;
469 fb_writel(get_unaligned((u_int32_t*)(chardata
388 matroxfb_1bpp_imageblit(struct matrox_fb_info *minfo, u_int32_t fgx, u_int32_t bgx, const u_int8_t *chardata, int width, int height, int yy, int xx) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/
H A DMakefile58 cd tests && rm -f chardata.o minicheck.o
154 tests/chardata.o: tests/chardata.c tests/chardata.h
156 tests/runtests.o: tests/runtests.c tests/chardata.h
157 tests/runtests: tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY)
158 $(LINK_EXE) tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY)
159 tests/runtestspp.o: tests/runtestspp.cpp tests/runtests.c tests/chardata.h
160 tests/runtestspp: tests/runtestspp.o tests/chardata.o tests/minicheck.o $(LIBRARY)
161 $(LINK_CXX_EXE) tests/runtestspp.o tests/chardata
[all...]
H A DMakefile.in60 cd tests && rm -f chardata.o minicheck.o
156 tests/chardata.o: tests/chardata.c tests/chardata.h
158 tests/runtests.o: tests/runtests.c tests/chardata.h
159 tests/runtests: tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY)
160 $(LINK_EXE) tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY)
161 tests/runtestspp.o: tests/runtestspp.cpp tests/runtests.c tests/chardata.h
162 tests/runtestspp: tests/runtestspp.o tests/chardata.o tests/minicheck.o $(LIBRARY)
163 $(LINK_CXX_EXE) tests/runtestspp.o tests/chardata
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/
H A DMakefile60 cd tests && rm -f chardata.o minicheck.o
156 tests/chardata.o: tests/chardata.c tests/chardata.h
158 tests/runtests.o: tests/runtests.c tests/chardata.h
159 tests/runtests: tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY)
160 $(LINK_EXE) tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY)
161 tests/runtestspp.o: tests/runtestspp.cpp tests/runtests.c tests/chardata.h
162 tests/runtestspp: tests/runtestspp.o tests/chardata.o tests/minicheck.o $(LIBRARY)
163 $(LINK_CXX_EXE) tests/runtestspp.o tests/chardata
[all...]
H A DMakefile.in63 cd tests && rm -f chardata.o minicheck.o
159 tests/chardata.o: tests/chardata.c tests/chardata.h
161 tests/runtests.o: tests/runtests.c tests/chardata.h
162 tests/runtests: tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY)
163 $(LINK_EXE) tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY)
164 tests/runtestspp.o: tests/runtestspp.cpp tests/runtests.c tests/chardata.h
165 tests/runtestspp: tests/runtestspp.o tests/chardata.o tests/minicheck.o $(LIBRARY)
166 $(LINK_CXX_EXE) tests/runtestspp.o tests/chardata
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/
H A DMakefile170 $(RUNTESTS): $(DESTDIR)/runtests.o $(DESTDIR)/chardata.o $(DESTDIR)/minicheck.o $(LAUNCH)
173 $(DESTDIR)/chardata.o: chardata.c chardata.h
179 $(DESTDIR)/runtests.o: runtests.c chardata.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/amiga/
H A DMakefile170 $(RUNTESTS): $(DESTDIR)/runtests.o $(DESTDIR)/chardata.o $(DESTDIR)/minicheck.o $(LAUNCH)
173 $(DESTDIR)/chardata.o: chardata.c chardata.h
179 $(DESTDIR)/runtests.o: runtests.c chardata.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/
H A DMakefile.in58 cd tests && rm -rf .libs runtests runtests.o chardata.o
148 tests/chardata.o: tests/chardata.c tests/chardata.h
149 tests/runtests.o: tests/runtests.c tests/chardata.h
150 tests/runtests: tests/runtests.o tests/chardata.o $(LIBRARY)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dgetty.c110 struct chardata { struct
121 static const struct chardata init_chardata = {
464 struct options *op, struct chardata *cp, struct termios *tp)
580 static void termios_final(struct options *op, struct termios *tp, struct chardata *cp)
710 struct chardata chardata; /* set by get_logname() */ local
817 chardata = init_chardata;
822 &options, &chardata, &termios);
834 termios_final(&options, &termios, &chardata);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkd.h16 char __user *chardata; /* font data in expanded form */ member in struct:consolefontdesc
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/console-tools/
H A Dloadfont.c50 cfd.chardata = buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dtdfxfb.c964 u8 *chardata = (u8 *) image->data; local
1028 tdfx_outl(par, LAUNCH_2D, *(u32 *)chardata);
1029 chardata += 4;
1038 tdfx_outl(par, LAUNCH_2D, *chardata);
1041 tdfx_outl(par, LAUNCH_2D, *(u16 *)chardata);
1045 *(u16 *)chardata | (chardata[3] << 24));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvt_ioctl.c446 op->data = cfdarg.chardata;
454 op->data = cfdarg.chardata;
1375 compat_caddr_t chardata; /* font data in expanded form */ member in struct:compat_consolefontdesc
1397 op->data = compat_ptr(cfdarg.chardata);
1405 op->data = compat_ptr(cfdarg.chardata);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_r8192s.h193 u8 chardata[2]; member in union:_frameqos
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211.h1218 u8 chardata[2]; member in union:_frameqos
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h1185 u8 chardata[2]; member in union:_frameqos
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h1190 u8 chardata[2]; member in union:_frameqos

Completed in 354 milliseconds