Searched refs:bmpbuf (Results 1 – 3 of 3) sorted by relevance
872 if (copy_from_user(av7110->bmpbuf + 1024 + i * dx, data + i * inc, dx)) { in LoadBitmap()879 c = ((u8 *)av7110->bmpbuf)[1024 + i * delta + delta - 1]; in LoadBitmap()881 c |= (((u8 *)av7110->bmpbuf)[1024 + i * delta + d] in LoadBitmap()883 ((u8 *)av7110->bmpbuf)[1024 + i] = c; in LoadBitmap()
131 void *bmpbuf; member
609 memcpy(av7110->debi_virt, av7110->bmpbuf + av7110->bmpp, len); in gpioirq()2636 av7110->bmpbuf = av7110->iobuf + AVOUTLEN + AOUTLEN; in av7110_attach()