Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
Dhabanalabs_ioctl.c304 struct hl_info_clk_throttle clk_throttle = {0}; in clk_throttle_info() local
311 clk_throttle.clk_throttling_reason = hdev->clk_throttling_reason; in clk_throttle_info()
313 return copy_to_user(out, &clk_throttle, in clk_throttle_info()
314 min((size_t) max_size, sizeof(clk_throttle))) ? -EFAULT : 0; in clk_throttle_info()