Home
last modified time | relevance | path

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

/drivers/gpu/drm/
A Ddrm_mipi_dbi.c266 ys += dbidev->top_offset; in mipi_dbi_set_window_address()
267 ye += dbidev->top_offset; in mipi_dbi_set_window_address()
295 tr = dbidev->tx_buf; in mipi_dbi_fb_dirty()
447 if (dbidev->backlight) in mipi_dbi_pipe_disable()
450 mipi_dbi_blank(dbidev); in mipi_dbi_pipe_disable()
452 if (dbidev->regulator) in mipi_dbi_pipe_disable()
454 if (dbidev->io_regulator) in mipi_dbi_pipe_disable()
634 if (!dbidev->tx_buf) in mipi_dbi_dev_init_with_formats()
760 if (dbidev->regulator) { in mipi_dbi_poweron_reset_conditional()
772 if (dbidev->regulator) in mipi_dbi_poweron_reset_conditional()
[all …]
/drivers/gpu/drm/tiny/
A Dpanel-mipi-dbi.c310 dbidev->top_offset = vback_porch; in panel_mipi_dbi_get_mode()
311 dbidev->left_offset = hback_porch; in panel_mipi_dbi_get_mode()
320 struct mipi_dbi_dev *dbidev; in panel_mipi_dbi_spi_probe() local
330 if (IS_ERR(dbidev)) in panel_mipi_dbi_spi_probe()
331 return PTR_ERR(dbidev); in panel_mipi_dbi_spi_probe()
333 dbi = &dbidev->dbi; in panel_mipi_dbi_spi_probe()
334 drm = &dbidev->drm; in panel_mipi_dbi_spi_probe()
341 if (IS_ERR(dbidev->regulator)) in panel_mipi_dbi_spi_probe()
346 if (IS_ERR(dbidev->io_regulator)) in panel_mipi_dbi_spi_probe()
351 if (IS_ERR(dbidev->backlight)) in panel_mipi_dbi_spi_probe()
[all …]
A Dmi0283qt.c57 struct mipi_dbi *dbi = &dbidev->dbi; in mi0283qt_enable()
122 switch (dbidev->rotation) { in mi0283qt_enable()
181 struct mipi_dbi_dev *dbidev; in mi0283qt_probe() local
190 if (IS_ERR(dbidev)) in mi0283qt_probe()
191 return PTR_ERR(dbidev); in mi0283qt_probe()
193 dbi = &dbidev->dbi; in mi0283qt_probe()
194 drm = &dbidev->drm; in mi0283qt_probe()
205 if (IS_ERR(dbidev->regulator)) in mi0283qt_probe()
206 return PTR_ERR(dbidev->regulator); in mi0283qt_probe()
209 if (IS_ERR(dbidev->backlight)) in mi0283qt_probe()
[all …]
A Dhx8357d.c53 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()
62 ret = mipi_dbi_poweron_conditional_reset(dbidev); in yx240qv29_enable()
164 switch (dbidev->rotation) { in yx240qv29_enable()
221 struct mipi_dbi_dev *dbidev; in hx8357d_probe() local
229 if (IS_ERR(dbidev)) in hx8357d_probe()
230 return PTR_ERR(dbidev); in hx8357d_probe()
232 drm = &dbidev->drm; in hx8357d_probe()
238 dbidev->backlight = devm_of_find_backlight(dev); in hx8357d_probe()
239 if (IS_ERR(dbidev->backlight)) in hx8357d_probe()
240 return PTR_ERR(dbidev->backlight); in hx8357d_probe()
[all …]
A Dili9163.c42 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()
51 ret = mipi_dbi_poweron_conditional_reset(dbidev); in yx240qv29_enable()
82 switch (dbidev->rotation) { in yx240qv29_enable()
140 struct mipi_dbi_dev *dbidev; in ili9163_probe() local
149 if (IS_ERR(dbidev)) in ili9163_probe()
150 return PTR_ERR(dbidev); in ili9163_probe()
152 dbi = &dbidev->dbi; in ili9163_probe()
153 drm = &dbidev->drm; in ili9163_probe()
169 dbidev->backlight = devm_of_find_backlight(dev); in ili9163_probe()
170 if (IS_ERR(dbidev->backlight)) in ili9163_probe()
[all …]
A Dili9341.c59 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()
68 ret = mipi_dbi_poweron_conditional_reset(dbidev); in yx240qv29_enable()
118 switch (dbidev->rotation) { in yx240qv29_enable()
177 struct mipi_dbi_dev *dbidev; in ili9341_probe() local
186 if (IS_ERR(dbidev)) in ili9341_probe()
187 return PTR_ERR(dbidev); in ili9341_probe()
189 dbi = &dbidev->dbi; in ili9341_probe()
190 drm = &dbidev->drm; in ili9341_probe()
200 dbidev->backlight = devm_of_find_backlight(dev); in ili9341_probe()
201 if (IS_ERR(dbidev->backlight)) in ili9341_probe()
[all …]
A Dili9486.c101 struct mipi_dbi *dbi = &dbidev->dbi; in waveshare_enable()
110 ret = mipi_dbi_poweron_conditional_reset(dbidev); in waveshare_enable()
140 switch (dbidev->rotation) { in waveshare_enable()
202 struct mipi_dbi_dev *dbidev; in ili9486_probe() local
211 if (IS_ERR(dbidev)) in ili9486_probe()
212 return PTR_ERR(dbidev); in ili9486_probe()
214 dbi = &dbidev->dbi; in ili9486_probe()
215 drm = &dbidev->drm; in ili9486_probe()
225 dbidev->backlight = devm_of_find_backlight(dev); in ili9486_probe()
226 if (IS_ERR(dbidev->backlight)) in ili9486_probe()
[all …]
A Dili9225.c87 struct mipi_dbi *dbi = &dbidev->dbi; in ili9225_fb_dirty()
101 tr = dbidev->tx_buf; in ili9225_fb_dirty()
109 switch (dbidev->rotation) { in ili9225_fb_dirty()
189 struct mipi_dbi *dbi = &dbidev->dbi; in ili9225_pipe_enable()
236 switch (dbidev->rotation) { in ili9225_pipe_enable()
296 struct mipi_dbi *dbi = &dbidev->dbi; in ili9225_pipe_disable()
386 struct mipi_dbi_dev *dbidev; in ili9225_probe() local
395 if (IS_ERR(dbidev)) in ili9225_probe()
396 return PTR_ERR(dbidev); in ili9225_probe()
398 dbi = &dbidev->dbi; in ili9225_probe()
[all …]
/drivers/gpu/drm/sitronix/
A Dst7735r.c65 dbidev); in st7735r_pipe_enable()
66 struct mipi_dbi *dbi = &dbidev->dbi; in st7735r_pipe_enable()
75 ret = mipi_dbi_poweron_reset(dbidev); in st7735r_pipe_enable()
96 switch (dbidev->rotation) { in st7735r_pipe_enable()
185 struct mipi_dbi_dev *dbidev; in st7735r_probe() local
202 dbidev = &priv->dbidev; in st7735r_probe()
205 dbi = &dbidev->dbi; in st7735r_probe()
206 drm = &dbidev->drm; in st7735r_probe()
217 if (IS_ERR(dbidev->backlight)) in st7735r_probe()
218 return PTR_ERR(dbidev->backlight); in st7735r_probe()
[all …]
A Dst7586.c117 struct mipi_dbi *dbi = &dbidev->dbi; in st7586_fb_dirty()
142 (u8 *)dbidev->tx_buf, in st7586_fb_dirty()
178 struct mipi_dbi *dbi = &dbidev->dbi; in st7586_pipe_enable()
193 ret = mipi_dbi_poweron_reset(dbidev); in st7586_pipe_enable()
221 switch (dbidev->rotation) { in st7586_pipe_enable()
317 struct mipi_dbi_dev *dbidev; in st7586_probe() local
325 dbidev = devm_drm_dev_alloc(dev, &st7586_driver, in st7586_probe()
327 if (IS_ERR(dbidev)) in st7586_probe()
328 return PTR_ERR(dbidev); in st7586_probe()
330 dbi = &dbidev->dbi; in st7586_probe()
[all …]

Completed in 20 milliseconds