Home
last modified time | relevance | path

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

/linux-6.15/include/drm/
H A Ddrm_mipi_dbi.h25 struct mipi_dbi { struct
34 int (*command)(struct mipi_dbi *dbi, u8 *cmd, u8 *param, size_t num); argument
149 struct mipi_dbi dbi;
165 int mipi_dbi_spi_init(struct spi_device *spi, struct mipi_dbi *dbi,
192 void mipi_dbi_hw_reset(struct mipi_dbi *dbi);
193 bool mipi_dbi_display_is_on(struct mipi_dbi *dbi);
201 int mipi_dbi_command_read(struct mipi_dbi *dbi, u8 cmd, u8 *val);
202 int mipi_dbi_command_buf(struct mipi_dbi *dbi, u8 cmd, u8 *data, size_t len);
203 int mipi_dbi_command_stackbuf(struct mipi_dbi *dbi, u8 cmd, const u8 *data,
/linux-6.15/drivers/gpu/drm/panel/
H A 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()
H A 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()
H A 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()
H A Dpanel-magnachip-d53e6ea8966.c51 struct mipi_dbi dbi;
150 static int ams495qa01_update_gamma(struct mipi_dbi *dbi, int brightness) in ams495qa01_update_gamma()
168 struct mipi_dbi *dbi = &db->dbi; in ams495qa01_panel_init()
246 struct mipi_dbi *dbi = &db->dbi; in d53e6ea8966_enable()
259 struct mipi_dbi *dbi = &db->dbi; in d53e6ea8966_disable()
328 struct mipi_dbi *dbi = &db->dbi; in ams495qa01_set_brightness()
H A Dpanel-newvision-nv3052c.c40 struct mipi_dbi dbi;
642 struct mipi_dbi *dbi = &priv->dbi; in nv3052c_prepare()
684 struct mipi_dbi *dbi = &priv->dbi; in nv3052c_unprepare()
700 struct mipi_dbi *dbi = &priv->dbi; in nv3052c_enable()
720 struct mipi_dbi *dbi = &priv->dbi; in nv3052c_disable()
H A Dpanel-samsung-db7430.c56 struct mipi_dbi dbi;
91 struct mipi_dbi *dbi = &db->dbi; in db7430_power_on()
180 struct mipi_dbi *dbi = &db->dbi; in db7430_disable()
198 struct mipi_dbi *dbi = &db->dbi; in db7430_enable()
H A Dpanel-ilitek-ili9341.c181 struct mipi_dbi *dbi;
301 struct mipi_dbi *dbi = ili->dbi; in ili9341_dpi_init()
497 ili->dbi = devm_kzalloc(dev, sizeof(struct mipi_dbi), in ili9341_dpi_probe()
H A Dpanel-sitronix-st7701.c135 struct mipi_dbi dbi;
/linux-6.15/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c104 static bool mipi_dbi_command_is_read(struct mipi_dbi *dbi, u8 cmd) in mipi_dbi_command_is_read()
132 int mipi_dbi_command_read(struct mipi_dbi *dbi, u8 cmd, u8 *val) in mipi_dbi_command_read()
255 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_set_window_address()
275 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_fb_dirty()
406 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_blank()
703 void mipi_dbi_hw_reset(struct mipi_dbi *dbi) in mipi_dbi_hw_reset()
727 bool mipi_dbi_display_is_on(struct mipi_dbi *dbi) in mipi_dbi_display_is_on()
750 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_poweron_reset_conditional()
870 static int mipi_dbi_spi1e_transfer(struct mipi_dbi *dbi, int dc, in mipi_dbi_spi1e_transfer()
988 static int mipi_dbi_spi1_transfer(struct mipi_dbi *dbi, int dc, in mipi_dbi_spi1_transfer()
[all …]
/linux-6.15/drivers/gpu/drm/tiny/
H A Dili9225.c74 static inline int ili9225_command(struct mipi_dbi *dbi, u8 cmd, u16 data) in ili9225_command()
87 struct mipi_dbi *dbi = &dbidev->dbi; in ili9225_fb_dirty()
189 struct mipi_dbi *dbi = &dbidev->dbi; in ili9225_pipe_enable()
296 struct mipi_dbi *dbi = &dbidev->dbi; in ili9225_pipe_disable()
314 static int ili9225_dbi_command(struct mipi_dbi *dbi, u8 *cmd, u8 *par, in ili9225_dbi_command()
388 struct mipi_dbi *dbi; in ili9225_probe()
H A Dili9486.c43 static int waveshare_command(struct mipi_dbi *mipi, u8 *cmd, u8 *par, in waveshare_command()
101 struct mipi_dbi *dbi = &dbidev->dbi; in waveshare_enable()
204 struct mipi_dbi *dbi; in ili9486_probe()
H A Dili9163.c42 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()
142 struct mipi_dbi *dbi; in ili9163_probe()
H A Dili9341.c59 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()
179 struct mipi_dbi *dbi; in ili9341_probe()
H A Dst7586.c117 struct mipi_dbi *dbi = &dbidev->dbi; in st7586_fb_dirty()
178 struct mipi_dbi *dbi = &dbidev->dbi; in st7586_pipe_enable()
319 struct mipi_dbi *dbi; in st7586_probe()
H A Dpanel-mipi-dbi.c211 static void panel_mipi_dbi_commands_execute(struct mipi_dbi *dbi, in panel_mipi_dbi_commands_execute()
240 struct mipi_dbi *dbi = &dbidev->dbi; in panel_mipi_dbi_enable()
322 struct mipi_dbi *dbi; in panel_mipi_dbi_spi_probe()
H A Dmi0283qt.c57 struct mipi_dbi *dbi = &dbidev->dbi; in mi0283qt_enable()
183 struct mipi_dbi *dbi; in mi0283qt_probe()
H A Dst7735r.c66 struct mipi_dbi *dbi = &dbidev->dbi; in st7735r_pipe_enable()
188 struct mipi_dbi *dbi; in st7735r_probe()
H A Dhx8357d.c53 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()