Searched refs:clk_throttle (Results 1 – 1 of 1) sorted by relevance
302 struct hl_info_clk_throttle clk_throttle = {0}; in clk_throttle_info() local309 clk_throttle.clk_throttling_reason = hdev->clk_throttling_reason; in clk_throttle_info()311 return copy_to_user(out, &clk_throttle, in clk_throttle_info()312 min((size_t) max_size, sizeof(clk_throttle))) ? -EFAULT : 0; in clk_throttle_info()