Searched refs:crc_window (Results 1 – 3 of 3) sorted by relevance
585 struct crc_window *window,592 struct crc_params *crc_window,
990 struct crc_window { struct
564 struct crc_window *window, struct otg_phy_mux *mux_mapping, bool stop) in dc_stream_forward_dmub_multiple_crc_window()592 struct crc_window *window, uint8_t phy_id, bool stop) in dc_stream_forward_multiple_crc_window()643 struct crc_params *crc_window, bool enable, bool continuous, in dc_stream_configure_crc() argument670 if (crc_window) { in dc_stream_configure_crc()671 param.windowa_x_start = crc_window->windowa_x_start; in dc_stream_configure_crc()672 param.windowa_y_start = crc_window->windowa_y_start; in dc_stream_configure_crc()673 param.windowa_x_end = crc_window->windowa_x_end; in dc_stream_configure_crc()674 param.windowa_y_end = crc_window->windowa_y_end; in dc_stream_configure_crc()675 param.windowb_x_start = crc_window->windowb_x_start; in dc_stream_configure_crc()676 param.windowb_y_start = crc_window->windowb_y_start; in dc_stream_configure_crc()[all …]