Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c351 struct hl_info_clk_throttle clk_throttle = {0}; in clk_throttle_info() local
361 clk_throttle.clk_throttling_reason = hdev->clk_throttling.current_reason; in clk_throttle_info()
367 clk_throttle.clk_throttling_timestamp_us[i] = in clk_throttle_info()
375 clk_throttle.clk_throttling_duration_ns[i] = in clk_throttle_info()
382 return copy_to_user(out, &clk_throttle, in clk_throttle_info()
383 min((size_t) max_size, sizeof(clk_throttle))) ? -EFAULT : 0; in clk_throttle_info()