Home
last modified time | relevance | path

Searched refs:mipi_dbi (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/include/drm/
Ddrm_mipi_dbi.h23 struct mipi_dbi { struct
32 int (*command)(struct mipi_dbi *dbi, u8 *cmd, u8 *param, size_t num); argument
132 struct mipi_dbi dbi;
140 int mipi_dbi_spi_init(struct spi_device *spi, struct mipi_dbi *dbi,
156 void mipi_dbi_hw_reset(struct mipi_dbi *dbi);
157 bool mipi_dbi_display_is_on(struct mipi_dbi *dbi);
165 int mipi_dbi_command_read(struct mipi_dbi *dbi, u8 cmd, u8 *val);
166 int mipi_dbi_command_buf(struct mipi_dbi *dbi, u8 cmd, u8 *data, size_t len);
167 int mipi_dbi_command_stackbuf(struct mipi_dbi *dbi, u8 cmd, const u8 *data,
/Linux-v5.15/drivers/gpu/drm/
Ddrm_mipi_dbi.c100 static bool mipi_dbi_command_is_read(struct mipi_dbi *dbi, u8 cmd) in mipi_dbi_command_is_read()
128 int mipi_dbi_command_read(struct mipi_dbi *dbi, u8 cmd, u8 *val) in mipi_dbi_command_read()
150 int mipi_dbi_command_buf(struct mipi_dbi *dbi, u8 cmd, u8 *data, size_t len) in mipi_dbi_command_buf()
171 int mipi_dbi_command_stackbuf(struct mipi_dbi *dbi, u8 cmd, const u8 *data, in mipi_dbi_command_stackbuf()
237 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_set_window_address()
257 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_fb_dirty()
358 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_blank()
580 void mipi_dbi_hw_reset(struct mipi_dbi *dbi) in mipi_dbi_hw_reset()
604 bool mipi_dbi_display_is_on(struct mipi_dbi *dbi) in mipi_dbi_display_is_on()
627 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_poweron_reset_conditional()
[all …]
/Linux-v5.15/drivers/gpu/drm/panel/
Dpanel-widechips-ws2401.c65 struct mipi_dbi dbi;
106 struct mipi_dbi *dbi = &ws->dbi; in ws2401_read_mtp_id()
130 struct mipi_dbi *dbi = &ws->dbi; in ws2401_power_on()
234 struct mipi_dbi *dbi = &ws->dbi; in ws2401_unprepare()
247 struct mipi_dbi *dbi = &ws->dbi; in ws2401_disable()
263 struct mipi_dbi *dbi = &ws->dbi; in ws2401_enable()
321 struct mipi_dbi *dbi = &ws->dbi; in ws2401_set_brightness()
Dpanel-samsung-s6e63m0-spi.c23 struct mipi_dbi *dbi = trsp; in s6e63m0_spi_dcs_read()
36 struct mipi_dbi *dbi = trsp; in s6e63m0_spi_dcs_write()
48 struct mipi_dbi *dbi; in s6e63m0_spi_probe()
Dpanel-samsung-db7430.c56 struct mipi_dbi dbi;
95 struct mipi_dbi *dbi = &db->dbi; in db7430_power_on()
184 struct mipi_dbi *dbi = &db->dbi; in db7430_disable()
202 struct mipi_dbi *dbi = &db->dbi; in db7430_enable()
Dpanel-ilitek-ili9341.c182 struct mipi_dbi *dbi;
302 struct mipi_dbi *dbi = ili->dbi; in ili9341_dpi_init()
492 struct mipi_dbi *dbi = &dbidev->dbi; in ili9341_dbi_enable()
608 struct mipi_dbi *dbi; in ili9341_dbi_probe()
669 ili->dbi = devm_kzalloc(dev, sizeof(struct mipi_dbi), in ili9341_dpi_probe()
/Linux-v5.15/drivers/gpu/drm/tiny/
Dili9225.c71 static inline int ili9225_command(struct mipi_dbi *dbi, u8 cmd, u16 data) in ili9225_command()
84 struct mipi_dbi *dbi = &dbidev->dbi; in ili9225_fb_dirty()
181 struct mipi_dbi *dbi = &dbidev->dbi; in ili9225_pipe_enable()
286 struct mipi_dbi *dbi = &dbidev->dbi; in ili9225_pipe_disable()
304 static int ili9225_dbi_command(struct mipi_dbi *dbi, u8 *cmd, u8 *par, in ili9225_dbi_command()
367 struct mipi_dbi *dbi; in ili9225_probe()
Dili9486.c42 static int waveshare_command(struct mipi_dbi *mipi, u8 *cmd, u8 *par, in waveshare_command()
91 struct mipi_dbi *dbi = &dbidev->dbi; in waveshare_enable()
194 struct mipi_dbi *dbi; in ili9486_probe()
Dst7586.c112 struct mipi_dbi *dbi = &dbidev->dbi; in st7586_fb_dirty()
168 struct mipi_dbi *dbi = &dbidev->dbi; in st7586_pipe_enable()
302 struct mipi_dbi *dbi; in st7586_probe()
Dili9341.c58 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()
180 struct mipi_dbi *dbi; in ili9341_probe()
Dmi0283qt.c56 struct mipi_dbi *dbi = &dbidev->dbi; in mi0283qt_enable()
184 struct mipi_dbi *dbi; in mi0283qt_probe()
Dst7735r.c65 struct mipi_dbi *dbi = &dbidev->dbi; in st7735r_pipe_enable()
188 struct mipi_dbi *dbi; in st7735r_probe()
Dhx8357d.c52 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()