Home
last modified time | relevance | path

Searched refs:is_stop (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c560 struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop) in dc_stream_forward_dmub_crc_window() argument
567 if (is_stop) { in dc_stream_forward_dmub_crc_window()
584 struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop) in dc_stream_forward_dmcu_crc_window() argument
586 if (is_stop) in dc_stream_forward_dmcu_crc_window()
594 struct rect *rect, uint8_t phy_id, bool is_stop) in dc_stream_forward_crc_window() argument
621 dc_stream_forward_dmub_crc_window(dmub_srv, rect, &mux_mapping, is_stop); in dc_stream_forward_crc_window()
624 dc_stream_forward_dmcu_crc_window(dmcu, rect, &mux_mapping, is_stop); in dc_stream_forward_crc_window()
/linux/drivers/firmware/
H A Dti_sci.c3227 dops->is_stop = ti_sci_cmd_dev_is_stop; in ti_sci_setup_ops()