Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_mipi_dbi.h24 struct mipi_dbi { struct
33 int (*command)(struct mipi_dbi *dbi, u8 *cmd, u8 *param, size_t num); argument
138 struct mipi_dbi dbi;
154 int mipi_dbi_spi_init(struct spi_device *spi, struct mipi_dbi *dbi,
181 void mipi_dbi_hw_reset(struct mipi_dbi *dbi);
182 bool mipi_dbi_display_is_on(struct mipi_dbi *dbi);
190 int mipi_dbi_command_read(struct mipi_dbi *dbi, u8 cmd, u8 *val);
191 int mipi_dbi_command_buf(struct mipi_dbi *dbi, u8 cmd, u8 *data, size_t len);
192 int mipi_dbi_command_stackbuf(struct mipi_dbi *dbi, u8 cmd, const u8 *data,
/openbmc/linux/drivers/gpu/drm/panel/
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-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-newvision-nv3052c.c33 struct mipi_dbi dbi;
244 struct mipi_dbi *dbi = &priv->dbi; in nv3052c_prepare()
286 struct mipi_dbi *dbi = &priv->dbi; in nv3052c_unprepare()
302 struct mipi_dbi *dbi = &priv->dbi; in nv3052c_enable()
322 struct mipi_dbi *dbi = &priv->dbi; in nv3052c_disable()
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-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.c184 struct mipi_dbi *dbi;
304 struct mipi_dbi *dbi = ili->dbi; in ili9341_dpi_init()
494 struct mipi_dbi *dbi = &dbidev->dbi; in ili9341_dbi_enable()
607 struct mipi_dbi *dbi; in ili9341_dbi_probe()
670 ili->dbi = devm_kzalloc(dev, sizeof(struct mipi_dbi), in ili9341_dpi_probe()
/openbmc/linux/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()
241 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_set_window_address()
260 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_fb_dirty()
383 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_blank()
673 void mipi_dbi_hw_reset(struct mipi_dbi *dbi) in mipi_dbi_hw_reset()
697 bool mipi_dbi_display_is_on(struct mipi_dbi *dbi) in mipi_dbi_display_is_on()
720 struct mipi_dbi *dbi = &dbidev->dbi; in mipi_dbi_poweron_reset_conditional()
849 static int mipi_dbi_spi1e_transfer(struct mipi_dbi *dbi, int dc, in mipi_dbi_spi1e_transfer()
967 static int mipi_dbi_spi1_transfer(struct mipi_dbi *dbi, int dc, in mipi_dbi_spi1_transfer()
[all …]
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dili9225.c73 static inline int ili9225_command(struct mipi_dbi *dbi, u8 cmd, u16 data) in ili9225_command()
86 struct mipi_dbi *dbi = &dbidev->dbi; in ili9225_fb_dirty()
187 struct mipi_dbi *dbi = &dbidev->dbi; in ili9225_pipe_enable()
293 struct mipi_dbi *dbi = &dbidev->dbi; in ili9225_pipe_disable()
311 static int ili9225_dbi_command(struct mipi_dbi *dbi, u8 *cmd, u8 *par, in ili9225_dbi_command()
385 struct mipi_dbi *dbi; in ili9225_probe()
H A Dili9486.c42 static int waveshare_command(struct mipi_dbi *mipi, u8 *cmd, u8 *par, in waveshare_command()
100 struct mipi_dbi *dbi = &dbidev->dbi; in waveshare_enable()
203 struct mipi_dbi *dbi; in ili9486_probe()
H A Dili9163.c41 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()
141 struct mipi_dbi *dbi; in ili9163_probe()
H A Dst7586.c115 struct mipi_dbi *dbi = &dbidev->dbi; in st7586_fb_dirty()
175 struct mipi_dbi *dbi = &dbidev->dbi; in st7586_pipe_enable()
315 struct mipi_dbi *dbi; in st7586_probe()
H A 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()
277 struct mipi_dbi *dbi; in panel_mipi_dbi_spi_probe()
H A Dili9341.c58 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()
178 struct mipi_dbi *dbi; in ili9341_probe()
H A Dmi0283qt.c56 struct mipi_dbi *dbi = &dbidev->dbi; in mi0283qt_enable()
182 struct mipi_dbi *dbi; in mi0283qt_probe()
H A Dst7735r.c65 struct mipi_dbi *dbi = &dbidev->dbi; in st7735r_pipe_enable()
187 struct mipi_dbi *dbi; in st7735r_probe()
H A Dhx8357d.c52 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()