Searched refs:log_hw_state (Results 1 – 6 of 6) sorted by relevance
65 .log_hw_state = dcn10_log_hw_state,
68 .log_hw_state = dcn10_log_hw_state,
67 .log_hw_state = dcn10_log_hw_state,
205 void (*log_hw_state)(struct dc *dc, struct dc_log_buffer_ctx *log_ctx); member
2278 if (!dc->hwss.log_hw_state) in dtn_log_read()2281 dc->hwss.log_hw_state(dc, &log_ctx); in dtn_log_read()2316 if (dc->hwss.log_hw_state) in dtn_log_write()2317 dc->hwss.log_hw_state(dc, NULL); in dtn_log_write()