Searched refs:regwidth (Results 1 – 25 of 36) sorted by relevance
12
/Linux-v4.19/drivers/staging/fbtft/ |
D | flexfb.c | 45 static unsigned int regwidth = 8; variable 46 module_param(regwidth, uint, 0000); 47 MODULE_PARM_DESC(regwidth, "Width of controller register (default: 8)"); 383 unsigned int regwidth; member 407 .regwidth = 16, 416 .regwidth = 16, 425 .regwidth = 16, 441 .regwidth = 16, 573 if (chip->regwidth) in flexfb_chip_load_param() 574 regwidth = chip->regwidth; in flexfb_chip_load_param() [all …]
|
D | fb_ili9486.c | 84 .regwidth = 8,
|
D | fb_ili9481.c | 84 .regwidth = 8,
|
D | fb_s6d02a1.c | 147 .regwidth = 8,
|
D | fbtft-core.c | 709 if (pdata->display.regwidth) in fbtft_framebuffer_alloc() 710 display->regwidth = pdata->display.regwidth; in fbtft_framebuffer_alloc() 1284 pdata->display.regwidth = fbtft_of_value(node, "regwidth"); in fbtft_probe_dt() 1363 if (display->regwidth == 8 && display->buswidth == 8) in fbtft_probe_common() 1365 else if (display->regwidth == 8 && display->buswidth == 9 && par->spi) in fbtft_probe_common() 1367 else if (display->regwidth == 16 && display->buswidth == 8) in fbtft_probe_common() 1369 else if (display->regwidth == 16 && display->buswidth == 16) in fbtft_probe_common() 1374 display->regwidth, display->buswidth); in fbtft_probe_common()
|
D | fb_ili9340.c | 121 .regwidth = 8,
|
D | fb_tinylcd.c | 86 .regwidth = 8,
|
D | fb_pcd8544.c | 144 .regwidth = 8,
|
D | fb_hx8353d.c | 125 .regwidth = 8,
|
D | fb_hx8357d.c | 180 .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 | 169 .regwidth = 16,
|
D | fb_st7789v.c | 232 .regwidth = 8,
|
D | fb_bd663474.c | 155 .regwidth = 16,
|
D | fb_hx8340bn.c | 201 .regwidth = 8,
|
D | fb_ili9341.c | 133 .regwidth = 8,
|
D | fb_ssd1305.c | 182 .regwidth = 8,
|
D | fb_hx8347d.c | 138 .regwidth = 8,
|
D | fb_sh1106.c | 159 .regwidth = 8,
|
D | fb_ssd1306.c | 203 .regwidth = 8,
|
D | fb_s6d1121.c | 161 .regwidth = 16,
|
D | fb_ssd1289.c | 160 .regwidth = 16,
|
D | fb_ili9163.c | 235 .regwidth = 8,
|
12