Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/habanalabs/common/
Dhabanalabs_ioctl.c302 struct hl_info_clk_throttle clk_throttle = {0}; in clk_throttle_info() local
309 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()