Home
last modified time | relevance | path

Searched refs:total_energy (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H A Dhabanalabs_ioctl.c366 struct hl_info_energy total_energy = {0}; in total_energy_consumption_info() local
375 &total_energy.total_energy_consumption); in total_energy_consumption_info()
379 return copy_to_user(out, &total_energy, in total_energy_consumption_info()
380 min((size_t) max_size, sizeof(total_energy))) ? -EFAULT : 0; in total_energy_consumption_info()
H A Dfirmware_if.c420 int hl_fw_cpucp_total_energy_get(struct hl_device *hdev, u64 *total_energy) in hl_fw_cpucp_total_energy_get() argument
438 *total_energy = result; in hl_fw_cpucp_total_energy_get()
H A Dhabanalabs.h1934 u64 *total_energy);
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c466 struct hl_info_energy total_energy = {0}; in total_energy_consumption_info() local
475 &total_energy.total_energy_consumption); in total_energy_consumption_info()
479 return copy_to_user(out, &total_energy, in total_energy_consumption_info()
480 min((size_t) max_size, sizeof(total_energy))) ? -EFAULT : 0; in total_energy_consumption_info()
H A Dfirmware_if.c1142 int hl_fw_cpucp_total_energy_get(struct hl_device *hdev, u64 *total_energy) in hl_fw_cpucp_total_energy_get() argument
1160 *total_energy = result; in hl_fw_cpucp_total_energy_get()
H A Dhabanalabs.h3842 u64 *total_energy);

Completed in 18 milliseconds