Home
last modified time | relevance | path

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

/linux-6.15/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()
659 if (txbuflen == -1) in fbtft_framebuffer_alloc()
661 if (txbuflen >= vmem_size + 2) in fbtft_framebuffer_alloc()
662 txbuflen = 0; in fbtft_framebuffer_alloc()
665 if ((!txbuflen) && (bpp > 8)) in fbtft_framebuffer_alloc()
666 txbuflen = PAGE_SIZE; /* need buffer for byteswapping */ in fbtft_framebuffer_alloc()
669 if (txbuflen > 0) { in fbtft_framebuffer_alloc()
674 par->txbuf.len = txbuflen; in fbtft_framebuffer_alloc()
[all …]
H A Dfb_pcd8544.c147 .txbuflen = TXBUFLEN,
H A Dfb_tls8204.c140 .txbuflen = TXBUFLEN,
H A Dfbtft.h115 int txbuflen; member
140 int txbuflen; member
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,