Searched refs:regwidth (Results 1 - 33 of 33) sorted by relevance

/linux-4.4.14/drivers/staging/fbtft/
H A Dflexfb.c54 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 Dfb_ili9481.c90 .regwidth = 8,
H A Dfb_hx8353d.c130 .regwidth = 8,
H A Dfb_ili9340.c132 .regwidth = 8,
H A Dfb_ili9486.c92 .regwidth = 8,
H A Dfb_pcd8544.c153 .regwidth = 8,
H A Dfb_tinylcd.c95 .regwidth = 8,
H A Dfbtft-core.c706 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 Dfb_bd663474.c164 .regwidth = 16,
H A Dfb_hx8347d.c146 .regwidth = 8,
H A Dfb_hx8357d.c191 .regwidth = 8,
H A Dfb_ili9341.c141 .regwidth = 8,
H A Dfb_s6d02a1.c141 .regwidth = 8,
H A Dfb_s6d1121.c169 .regwidth = 16,
H A Dfb_ssd1289.c168 .regwidth = 16,
H A Dfb_ssd1306.c192 .regwidth = 8,
H A Dfb_ssd1331.c172 .regwidth = 8,
H A Dfb_st7735r.c160 .regwidth = 8,
H A Dfb_tls8204.c145 .regwidth = 8,
H A Dfb_uc1701.c184 .regwidth = 8,
H A Dfbtft.h110 * @regwidth: LCD Controller Register width in bits
128 unsigned regwidth; member in struct:fbtft_display
H A Dfb_hx8340bn.c190 .regwidth = 8,
H A Dfb_ili9320.c254 .regwidth = 16,
H A Dfb_ili9325.c251 .regwidth = 16,
H A Dfb_ra8875.c299 .regwidth = 8,
H A Dfb_ssd1351.c167 .regwidth = 8,
H A Dfb_st7789v.c242 .regwidth = 8,
H A Dfb_uc1611.c317 .regwidth = 8,
H A Dfb_upd161704.c178 .regwidth = 16,
H A Dfb_watterott.c279 .regwidth = 8,
H A Dfb_agm1264k-fl.c434 .regwidth = 8,
H A Dfb_ili9163.c265 .regwidth = 8,
H A Dfbtft_device.c629 .regwidth = 16,
827 .regwidth = 16,

Completed in 272 milliseconds