Home
last modified time | relevance | path

Searched refs:txbuflen (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/staging/fbtft/
H A Dfbtft-core.c508 int txbuflen = display->txbuflen; in fbtft_framebuffer_alloc() local
538 if (pdata->txbuflen) in fbtft_framebuffer_alloc()
539 txbuflen = pdata->txbuflen; in fbtft_framebuffer_alloc()
660 if (txbuflen == -1) in fbtft_framebuffer_alloc()
661 txbuflen = vmem_size + 2; /* add in case startbyte is used */ in fbtft_framebuffer_alloc()
662 if (txbuflen >= vmem_size + 2) in fbtft_framebuffer_alloc()
663 txbuflen = 0; in fbtft_framebuffer_alloc()
666 if ((!txbuflen) && (bpp > 8)) in fbtft_framebuffer_alloc()
667 txbuflen = PAGE_SIZE; /* need buffer for byteswapping */ in fbtft_framebuffer_alloc()
670 if (txbuflen > 0) { in fbtft_framebuffer_alloc()
[all …]
H A Dfb_pcd8544.c147 .txbuflen = TXBUFLEN,
H A Dfb_tls8204.c140 .txbuflen = TXBUFLEN,
H A Dfb_hx8340bn.c204 .txbuflen = TXBUFLEN,
H A Dfb_ili9341.c136 .txbuflen = TXBUFLEN,
H A Dfb_ssd1305.c185 .txbuflen = WIDTH * HEIGHT / 8,
H A Dfb_sh1106.c158 .txbuflen = WIDTH,
H A Dfb_ssd1325.c163 .txbuflen = WIDTH * HEIGHT / 2,
H A Dfb_uc1611.c310 .txbuflen = -1,