Lines Matching full:hs
53 "RX HS Receive Timeout Error",
69 "HS TX Timeout",
75 "HS Generic Write FIFO Full",
172 dev_dbg(sender->dev->dev, "HS Gen fifo full\n"); in handle_dsi_error()
218 u8 cmd, u8 param, bool hs) in send_short_pkg() argument
225 if (hs) { in send_short_pkg()
244 u8 *data, int len, bool hs) in send_long_pkg() argument
255 if (hs) { in send_long_pkg()
373 u8 *data, u16 len, bool hs) in send_pkg() argument
406 ret = send_short_pkg(sender, data_type, data[0], data[1], hs); in send_pkg()
410 ret = send_long_pkg(sender, data_type, data, len, hs); in send_pkg()
422 u32 len, bool hs) in mdfld_dsi_send_mcs_long() argument
432 send_pkg(sender, MIPI_DSI_DCS_LONG_WRITE, data, len, hs); in mdfld_dsi_send_mcs_long()
439 u8 param, u8 param_num, bool hs) in mdfld_dsi_send_mcs_short() argument
461 send_pkg(sender, data_type, data, sizeof(data), hs); in mdfld_dsi_send_mcs_short()
468 u8 param1, u8 param_num, bool hs) in mdfld_dsi_send_gen_short() argument
498 send_pkg(sender, data_type, data, sizeof(data), hs); in mdfld_dsi_send_gen_short()
505 u32 len, bool hs) in mdfld_dsi_send_gen_long() argument
515 send_pkg(sender, MIPI_DSI_GENERIC_LONG_WRITE, data, len, hs); in mdfld_dsi_send_gen_long()
522 u8 *data, u16 len, u32 *data_out, u16 len_out, bool hs) in __read_panel_data() argument
551 send_pkg(sender, data_type, data, len, hs); in __read_panel_data()
567 if (hs) in __read_panel_data()
581 u32 *data, u16 len, bool hs) in mdfld_dsi_read_mcs() argument
589 data, len, hs); in mdfld_dsi_read_mcs()