/openbmc/linux/include/drm/ |
H A D | drm_mipi_dbi.h | 24 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 D | panel-samsung-s6d27a1.c | 44 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 D | panel-widechips-ws2401.c | 65 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 D | panel-samsung-s6e63m0-spi.c | 23 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 D | panel-newvision-nv3052c.c | 33 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 D | panel-magnachip-d53e6ea8966.c | 51 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 D | panel-samsung-db7430.c | 56 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 D | panel-ilitek-ili9341.c | 184 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 D | drm_mipi_dbi.c | 104 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() 154 int mipi_dbi_command_buf(struct mipi_dbi *dbi, u8 cmd, u8 *data, size_t len) in mipi_dbi_command_buf() 175 int mipi_dbi_command_stackbuf(struct mipi_dbi *dbi, u8 cmd, const u8 *data, in mipi_dbi_command_stackbuf() 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() [all …]
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | ili9225.c | 73 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 D | ili9486.c | 42 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 D | ili9163.c | 41 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable() 141 struct mipi_dbi *dbi; in ili9163_probe()
|
H A D | panel-mipi-dbi.c | 166 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 D | st7586.c | 115 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 D | ili9341.c | 58 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable() 178 struct mipi_dbi *dbi; in ili9341_probe()
|
H A D | mi0283qt.c | 56 struct mipi_dbi *dbi = &dbidev->dbi; in mi0283qt_enable() 182 struct mipi_dbi *dbi; in mi0283qt_probe()
|
H A D | st7735r.c | 65 struct mipi_dbi *dbi = &dbidev->dbi; in st7735r_pipe_enable() 187 struct mipi_dbi *dbi; in st7735r_probe()
|
H A D | hx8357d.c | 52 struct mipi_dbi *dbi = &dbidev->dbi; in yx240qv29_enable()
|