Home
last modified time | relevance | path

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

/linux-5.19.10/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;
148 int mipi_dbi_spi_init(struct spi_device *spi, struct mipi_dbi *dbi,
164 void mipi_dbi_hw_reset(struct mipi_dbi *dbi);
165 bool mipi_dbi_display_is_on(struct mipi_dbi *dbi);
173 int mipi_dbi_command_read(struct mipi_dbi *dbi, u8 cmd, u8 *val);
174 int mipi_dbi_command_buf(struct mipi_dbi *dbi, u8 cmd, u8 *data, size_t len);
175 int mipi_dbi_command_stackbuf(struct mipi_dbi *dbi, u8 cmd, const u8 *data,
/linux-5.19.10/drivers/gpu/drm/panel/
Dpanel-samsung-s6d27a1.c44 struct mipi_dbi dbi;
76 struct mipi_dbi *dbi = &ctx->dbi; in s6d27a1_read_mtp_id()
100 struct mipi_dbi *dbi = &ctx->dbi; in s6d27a1_power_on()
174 struct mipi_dbi *dbi = &ctx->dbi; in s6d27a1_unprepare()
184 struct mipi_dbi *dbi = &ctx->dbi; in s6d27a1_disable()
200 struct mipi_dbi *dbi = &ctx->dbi; in s6d27a1_enable()
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-newvision-nv3052c.c32 struct mipi_dbi dbi;
243 struct mipi_dbi *dbi = &priv->dbi; in nv3052c_prepare()
285 struct mipi_dbi *dbi = &priv->dbi; in nv3052c_unprepare()
301 struct mipi_dbi *dbi = &priv->dbi; in nv3052c_enable()
321 struct mipi_dbi *dbi = &priv->dbi; in nv3052c_disable()
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()
671 ili->dbi = devm_kzalloc(dev, sizeof(struct mipi_dbi), in ili9341_dpi_probe()
/linux-5.19.10/drivers/gpu/drm/
Ddrm_mipi_dbi.c101 static bool mipi_dbi_command_is_read(struct mipi_dbi *dbi, u8 cmd) in mipi_dbi_command_is_read()
129 int mipi_dbi_command_read(struct mipi_dbi *dbi, u8 cmd, u8 *val) in mipi_dbi_command_read()
151 int mipi_dbi_command_buf(struct mipi_dbi *dbi, u8 cmd, u8 *data, size_t len) in mipi_dbi_command_buf()
172 int mipi_dbi_command_stackbuf(struct mipi_dbi *dbi, u8 cmd, const u8 *data, in mipi_dbi_command_stackbuf()
246 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_set_window_address()
266 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_fb_dirty()
374 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_blank()
596 void mipi_dbi_hw_reset(struct mipi_dbi *dbi) in mipi_dbi_hw_reset()
620 bool mipi_dbi_display_is_on(struct mipi_dbi *dbi) in mipi_dbi_display_is_on()
643 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_poweron_reset_conditional()
[all …]
/linux-5.19.10/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()
Dili9163.c41 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()
144 struct mipi_dbi *dbi; in ili9163_probe()
Dpanel-mipi-dbi.c166 static void panel_mipi_dbi_commands_execute(struct mipi_dbi *dbi, in panel_mipi_dbi_commands_execute()
195 struct mipi_dbi *dbi = &dbidev->dbi; in panel_mipi_dbi_enable()
279 struct mipi_dbi *dbi; in panel_mipi_dbi_spi_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()
189 struct mipi_dbi *dbi; in st7735r_probe()
Dhx8357d.c52 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()