Searched refs:regwidth (Results 1 – 25 of 34) sorted by relevance
12
/linux-6.1.9/drivers/staging/fbtft/ |
D | fbtft-core.c | 592 if (pdata->display.regwidth) in fbtft_framebuffer_alloc() 593 display->regwidth = pdata->display.regwidth; in fbtft_framebuffer_alloc() 1158 pdata->display.regwidth = fbtft_property_value(dev, "regwidth"); in fbtft_properties_read() 1232 if (display->regwidth == 8 && display->buswidth == 8) in fbtft_probe_common() 1234 else if (display->regwidth == 8 && display->buswidth == 9 && par->spi) in fbtft_probe_common() 1236 else if (display->regwidth == 16 && display->buswidth == 8) in fbtft_probe_common() 1238 else if (display->regwidth == 16 && display->buswidth == 16) in fbtft_probe_common() 1243 display->regwidth, display->buswidth); in fbtft_probe_common()
|
D | fb_ili9486.c | 84 .regwidth = 8,
|
D | fb_ili9481.c | 84 .regwidth = 8,
|
D | fb_s6d02a1.c | 147 .regwidth = 8,
|
D | fb_ili9340.c | 120 .regwidth = 8,
|
D | fb_tinylcd.c | 86 .regwidth = 8,
|
D | fb_hx8353d.c | 125 .regwidth = 8,
|
D | fb_hx8357d.c | 180 .regwidth = 8,
|
D | fb_pcd8544.c | 144 .regwidth = 8,
|
D | fb_tls8204.c | 137 .regwidth = 8,
|
D | fb_st7735r.c | 163 .regwidth = 8,
|
D | fb_uc1701.c | 152 .regwidth = 8,
|
D | fb_upd161704.c | 165 .regwidth = 16,
|
D | fb_bd663474.c | 151 .regwidth = 16,
|
D | fb_hx8340bn.c | 201 .regwidth = 8,
|
D | fb_ili9341.c | 133 .regwidth = 8,
|
D | fb_seps525.c | 194 .regwidth = 8,
|
D | fb_sh1106.c | 158 .regwidth = 8,
|
D | fb_ssd1305.c | 182 .regwidth = 8,
|
D | fb_s6d1121.c | 157 .regwidth = 16,
|
D | fb_ssd1289.c | 156 .regwidth = 16,
|
D | fb_ssd1306.c | 204 .regwidth = 8,
|
D | fb_hx8347d.c | 160 .regwidth = 8,
|
D | fb_ili9320.c | 244 .regwidth = 16,
|
D | fb_ssd1325.c | 169 .regwidth = 8,
|
12