Searched refs:regwidth (Results 1 - 33 of 33) sorted by relevance
/linux-4.4.14/drivers/staging/fbtft/ |
H A D | flexfb.c | 54 static unsigned int regwidth = 8; variable 55 module_param(regwidth, uint, 0); 56 MODULE_PARM_DESC(regwidth, "Width of controller register (default: 8)"); 135 * @regwidth: LCD Controller Register width in bits 144 unsigned int regwidth; member in struct:flexfb_lcd_controller 168 .regwidth = 16, 176 .regwidth = 16, 184 .regwidth = 16, 193 .regwidth = 16, 202 .regwidth = 16, 218 .regwidth = 16, 350 if (chip->regwidth) flexfb_chip_load_param() 351 regwidth = chip->regwidth; flexfb_chip_load_param() 409 fbtft_init_dbg(dev, "regwidth = %d\n", regwidth); flexfb_probe_common() 426 switch (regwidth) { flexfb_probe_common() 435 "argument 'regwidth': %d is not supported.\n", flexfb_probe_common() 436 regwidth); flexfb_probe_common() 450 if (regwidth == 16) { flexfb_probe_common() 451 dev_err(dev, "argument 'regwidth': %d is not supported with buswidth=%d and SPI.\n", regwidth, buswidth); flexfb_probe_common()
|
H A D | fb_ili9481.c | 90 .regwidth = 8,
|
H A D | fb_hx8353d.c | 130 .regwidth = 8,
|
H A D | fb_ili9340.c | 132 .regwidth = 8,
|
H A D | fb_ili9486.c | 92 .regwidth = 8,
|
H A D | fb_pcd8544.c | 153 .regwidth = 8,
|
H A D | fb_tinylcd.c | 95 .regwidth = 8,
|
H A D | fbtft-core.c | 706 if (pdata->display.regwidth) fbtft_framebuffer_alloc() 707 display->regwidth = pdata->display.regwidth; fbtft_framebuffer_alloc() 1293 pdata->display.regwidth = fbtft_of_value(node, "regwidth"); fbtft_probe_dt() 1371 if (display->regwidth == 8 && display->buswidth == 8) { fbtft_probe_common() 1374 if (display->regwidth == 8 && display->buswidth == 9 && par->spi) { fbtft_probe_common() 1376 } else if (display->regwidth == 16 && display->buswidth == 8) { fbtft_probe_common() 1378 } else if (display->regwidth == 16 && display->buswidth == 16) { fbtft_probe_common() 1382 "no default functions for regwidth=%d and buswidth=%d\n", fbtft_probe_common() 1383 display->regwidth, display->buswidth); fbtft_probe_common()
|
H A D | fb_bd663474.c | 164 .regwidth = 16,
|
H A D | fb_hx8347d.c | 146 .regwidth = 8,
|
H A D | fb_hx8357d.c | 191 .regwidth = 8,
|
H A D | fb_ili9341.c | 141 .regwidth = 8,
|
H A D | fb_s6d02a1.c | 141 .regwidth = 8,
|
H A D | fb_s6d1121.c | 169 .regwidth = 16,
|
H A D | fb_ssd1289.c | 168 .regwidth = 16,
|
H A D | fb_ssd1306.c | 192 .regwidth = 8,
|
H A D | fb_ssd1331.c | 172 .regwidth = 8,
|
H A D | fb_st7735r.c | 160 .regwidth = 8,
|
H A D | fb_tls8204.c | 145 .regwidth = 8,
|
H A D | fb_uc1701.c | 184 .regwidth = 8,
|
H A D | fbtft.h | 110 * @regwidth: LCD Controller Register width in bits 128 unsigned regwidth; member in struct:fbtft_display
|
H A D | fb_hx8340bn.c | 190 .regwidth = 8,
|
H A D | fb_ili9320.c | 254 .regwidth = 16,
|
H A D | fb_ili9325.c | 251 .regwidth = 16,
|
H A D | fb_ra8875.c | 299 .regwidth = 8,
|
H A D | fb_ssd1351.c | 167 .regwidth = 8,
|
H A D | fb_st7789v.c | 242 .regwidth = 8,
|
H A D | fb_uc1611.c | 317 .regwidth = 8,
|
H A D | fb_upd161704.c | 178 .regwidth = 16,
|
H A D | fb_watterott.c | 279 .regwidth = 8,
|
H A D | fb_agm1264k-fl.c | 434 .regwidth = 8,
|
H A D | fb_ili9163.c | 265 .regwidth = 8,
|
H A D | fbtft_device.c | 629 .regwidth = 16, 827 .regwidth = 16,
|
Completed in 272 milliseconds