Searched refs:mdfld_dsi_pkg_sender (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | mdfld_dsi_pkg_sender.h | 33 struct mdfld_dsi_pkg_sender { struct 67 extern void mdfld_dsi_pkg_sender_destroy(struct mdfld_dsi_pkg_sender *sender); 68 int mdfld_dsi_send_mcs_short(struct mdfld_dsi_pkg_sender *sender, u8 cmd, 70 int mdfld_dsi_send_mcs_long(struct mdfld_dsi_pkg_sender *sender, u8 *data, 72 int mdfld_dsi_send_gen_short(struct mdfld_dsi_pkg_sender *sender, u8 param0, 74 int mdfld_dsi_send_gen_long(struct mdfld_dsi_pkg_sender *sender, u8 *data, 77 int mdfld_dsi_read_mcs(struct mdfld_dsi_pkg_sender *sender, u8 cmd,
|
H A D | mdfld_dsi_pkg_sender.c | 34 #include "mdfld_dsi_pkg_sender.h" 82 static inline int wait_for_gen_fifo_empty(struct mdfld_dsi_pkg_sender *sender, in wait_for_gen_fifo_empty() 98 static int wait_for_all_fifos_empty(struct mdfld_dsi_pkg_sender *sender) in wait_for_all_fifos_empty() 104 static int wait_for_lp_fifos_empty(struct mdfld_dsi_pkg_sender *sender) in wait_for_lp_fifos_empty() 109 static int wait_for_hs_fifos_empty(struct mdfld_dsi_pkg_sender *sender) in wait_for_hs_fifos_empty() 114 static int handle_dsi_error(struct mdfld_dsi_pkg_sender *sender, u32 mask) in handle_dsi_error() 194 static int dsi_error_handler(struct mdfld_dsi_pkg_sender *sender) in dsi_error_handler() 217 static int send_short_pkg(struct mdfld_dsi_pkg_sender *sender, u8 data_type, in send_short_pkg() 243 static int send_long_pkg(struct mdfld_dsi_pkg_sender *sender, u8 data_type, in send_long_pkg() 307 static int send_pkg_prepare(struct mdfld_dsi_pkg_sender *sende [all...] |
H A D | mdfld_dsi_output.c | 37 #include "mdfld_dsi_pkg_sender.h" 96 struct mdfld_dsi_pkg_sender *sender = in mdfld_dsi_brightness_init() 137 struct mdfld_dsi_pkg_sender *sender; in mdfld_dsi_brightness_control() 192 struct mdfld_dsi_pkg_sender *sender in mdfld_dsi_get_panel_status() 320 struct mdfld_dsi_pkg_sender *sender; in mdfld_dsi_connector_destroy()
|
H A D | mdfld_tmd_vid.c | 33 #include "mdfld_dsi_pkg_sender.h" 136 struct mdfld_dsi_pkg_sender *sender in mdfld_dsi_tmd_drv_ic_init()
|
Completed in 5 milliseconds