Searched refs:xdata (Results 1 - 25 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dcompat.c52 u16 xdata; local
109 get_user(xdata, &fsqstat->qs_iwarnlimit) ||
110 put_user(xdata, &compat_fsqstat->qs_iwarnlimit))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dslip.h90 int xdata, xbits; /* 6 bit slip controls */ member in struct:slip
H A Dslip.c186 sl->xdata = 0;
1048 sl->xdata = 0;
1050 sl->xdata = (sl->xdata << 6) | ((s - 0x30) & 0x3F);
1054 c = (unsigned char)(sl->xdata >> sl->xbits);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dir-rc5-decoder.c129 u8 xdata, command, system; local
130 xdata = (data->bits & 0x0003F) >> 0;
135 scancode = system << 16 | command << 8 | xdata;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ms/
H A Duplink-x86_64.pl58 .section .xdata,"r"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ms/
H A Duplink-x86_64.pl58 .section .xdata,"r"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-x.c431 uch *xdata; local
645 xdata = (uch *)malloc(4*image_width*image_height);
648 xdata = (uch *)malloc(2*image_width*image_height);
651 xdata = (uch *)malloc(image_width*image_height);
655 if (!xdata) {
661 (char *)xdata, image_width, image_height, pad, 0);
665 free(xdata);
H A Drpng2-x.c830 uch *xdata; local
993 xdata = (uch *)malloc(4*rpng2_info.width*rpng2_info.height);
996 xdata = (uch *)malloc(2*rpng2_info.width*rpng2_info.height);
999 xdata = (uch *)malloc(rpng2_info.width*rpng2_info.height);
1003 if (!xdata) {
1009 (char *)xdata, rpng2_info.width, rpng2_info.height, pad, 0);
1013 free(xdata);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Difaddrs.c468 void *data = NULL, *xdata = NULL, *ifdata = NULL; local
498 xdata = data + dlen;
499 ifname = xdata + xlen;
637 ifa->ifa_data = xdata;
639 xdata += NLMSG_ALIGN (rtapayload);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Difaddrs.c468 void *data = NULL, *xdata = NULL, *ifdata = NULL; local
498 xdata = data + dlen;
499 ifname = xdata + xlen;
637 ifa->ifa_data = xdata;
639 xdata += NLMSG_ALIGN (rtapayload);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dw6692.c79 u8 xdata; member in struct:w6692_hw
182 card->xdata &= 0xfb; /* LED ON */
183 WriteW6692(card, W_XDATA, card->xdata);
185 card->xdata |= 0x04; /* LED OFF */
186 WriteW6692(card, W_XDATA, card->xdata);
828 card->xdata = 0;
830 WriteW6692(card, W_XDATA, card->xdata);
836 card->xdata |= 0x06; /* POWER UP/ LED OFF / ALAW */
838 card->xdata |= 0x04; /* LED OFF */
842 WriteW6692(card, W_XDATA, card->xdata);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddebug.c1136 byte* xdata = (byte*)&pC->xbuffer[0]; local
1143 length = SuperTraceCreateReadReq (xdata, name);
1144 single_p (xdata, &length, 0); /* End Of Message */
1149 e->X->P = (byte*)xdata;
1255 byte* xdata = (byte*)&pC->xbuffer[0]; local
1262 length = SuperTraceCreateReadReq (xdata, name);
1263 single_p (xdata, &length, 0); /* End Of Message */
1267 e->X->P = (byte*)xdata;
1317 byte* xdata = (byte*)&pC->xbuffer[0]; local
1320 length = SuperTraceCreateReadReq (xdata, nam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoc.h162 #define SOC_SINGLE_BOOL_EXT(xname, xdata, xhandler_get, xhandler_put) \
166 .private_value = xdata }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl360 .section .xdata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/md5/asm/
H A Dmd5-x86_64.pl360 .section .xdata
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dicom.c1014 unsigned char xdata; local
1023 xdata = readb(&ICOM_PORT->dram->xchar);
1024 if (xdata == 0x00) {
1029 xdata = readb(&ICOM_PORT->dram->xchar);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl377 .section .xdata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dx86_64-gf2m.pl377 .section .xdata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl606 .section .xdata
H A Drc4-x86_64.pl652 .section .xdata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl606 .section .xdata
H A Drc4-x86_64.pl652 .section .xdata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl1059 .section .xdata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/camellia/asm/
H A Dcmll-x86_64.pl1059 .section .xdata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.pl1178 .section .xdata

Completed in 222 milliseconds

123