Searched refs:offb (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dcxacru.c588 int offb, offd; local
618 for (offb = offd = 0; offd < wsize; offd += stride, offb += CMD_PACKET_SIZE) {
619 wbuf[offb] = cm;
620 memcpy(wbuf + offb + 4, wdata + offd, min_t(int, stride, wsize - offd));
655 for (offb = offd = 0; offd < rsize && offb < actlen; offb += CMD_PACKET_SIZE) {
656 if (rbuf[offb] != cm) {
659 rbuf[offb], c
689 int offb, offd; local
938 int offd, offb; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A DMakefile143 obj-$(CONFIG_FB_OF) += offb.o

Completed in 53 milliseconds