Searched refs:log_hw_state (Results 1 – 8 of 8) sorted by relevance
66 .log_hw_state = dcn10_log_hw_state,
67 .log_hw_state = dcn10_log_hw_state,
72 .log_hw_state = dcn10_log_hw_state,
69 .log_hw_state = dcn10_log_hw_state,
207 void (*log_hw_state)(struct dc *dc, struct dc_log_buffer_ctx *log_ctx); member
2991 if (!dc->hwss.log_hw_state) in dtn_log_read()2994 dc->hwss.log_hw_state(dc, &log_ctx); in dtn_log_read()3029 if (dc->hwss.log_hw_state) in dtn_log_write()3030 dc->hwss.log_hw_state(dc, NULL); in dtn_log_write()