Home
last modified time | relevance | path

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

/linux/drivers/misc/habanalabs/goya/
A Dgoya_hwmgr.c65 if (hdev->pm_mng_profile == PM_AUTO) { in mme_clk_store()
114 if (hdev->pm_mng_profile == PM_AUTO) { in tpc_clk_store()
163 if (hdev->pm_mng_profile == PM_AUTO) { in ic_clk_store()
242 (hdev->pm_mng_profile == PM_AUTO) ? "auto" : in pm_mng_profile_show()
243 (hdev->pm_mng_profile == PM_MANUAL) ? "manual" : in pm_mng_profile_show()
268 if (hdev->pm_mng_profile == PM_MANUAL) { in pm_mng_profile_store()
270 hdev->pm_mng_profile = PM_AUTO; in pm_mng_profile_store()
274 if (hdev->pm_mng_profile == PM_AUTO) { in pm_mng_profile_store()
280 hdev->pm_mng_profile = PM_MANUAL; in pm_mng_profile_store()
343 static DEVICE_ATTR_RW(pm_mng_profile);
/linux/drivers/misc/habanalabs/common/
A Dsysfs.c453 hdev->pm_mng_profile = PM_AUTO; in hl_sysfs_init()
455 hdev->pm_mng_profile = PM_MANUAL; in hl_sysfs_init()
A Ddevice.c592 if (hdev->pm_mng_profile == PM_AUTO) in device_late_init()
668 if ((hdev->pm_mng_profile == PM_MANUAL) || in hl_device_set_frequency()
A Dhabanalabs.h2549 enum hl_pm_mng_profile pm_mng_profile; member
/linux/Documentation/ABI/testing/
A Dsysfs-driver-habanalabs153 What: /sys/class/habanalabs/hl<n>/pm_mng_profile

Completed in 17 milliseconds