Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/fbtft/
Dfbtft-core.c510 int txbuflen = display->txbuflen; in fbtft_framebuffer_alloc() local
540 if (pdata->txbuflen) in fbtft_framebuffer_alloc()
541 txbuflen = pdata->txbuflen; in fbtft_framebuffer_alloc()
661 if (txbuflen == -1) in fbtft_framebuffer_alloc()
662 txbuflen = vmem_size + 2; /* add in case startbyte is used */ in fbtft_framebuffer_alloc()
663 if (txbuflen >= vmem_size + 2) in fbtft_framebuffer_alloc()
664 txbuflen = 0; in fbtft_framebuffer_alloc()
667 if ((!txbuflen) && (bpp > 8)) in fbtft_framebuffer_alloc()
668 txbuflen = PAGE_SIZE; /* need buffer for byteswapping */ in fbtft_framebuffer_alloc()
671 if (txbuflen > 0) { in fbtft_framebuffer_alloc()
[all …]
Dfb_pcd8544.c147 .txbuflen = TXBUFLEN,
Dfb_tls8204.c140 .txbuflen = TXBUFLEN,
Dfbtft.h115 int txbuflen; member
140 int txbuflen; member
Dfb_hx8340bn.c204 .txbuflen = TXBUFLEN,
Dfb_ili9341.c136 .txbuflen = TXBUFLEN,
Dfb_sh1106.c158 .txbuflen = WIDTH,
Dfb_ssd1305.c185 .txbuflen = WIDTH * HEIGHT / 8,
Dfb_ssd1325.c163 .txbuflen = WIDTH * HEIGHT / 2,
Dfb_uc1611.c310 .txbuflen = -1,