Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/habanalabs/common/
Dhwmon.c222 hdev->hl_chip_info->info = (const struct hwmon_channel_info **)channels_info; in hl_build_hwmon_channel_info()
880 if (hdev->hl_chip_info->info) { in hl_hwmon_init()
881 hdev->hl_chip_info->ops = &hl_hwmon_ops; in hl_hwmon_init()
885 hdev->hl_chip_info, NULL); in hl_hwmon_init()
917 if (!hdev->hl_chip_info->info) in hl_hwmon_release_resources()
920 channel_info_arr = hdev->hl_chip_info->info; in hl_hwmon_release_resources()
930 hdev->hl_chip_info->info = NULL; in hl_hwmon_release_resources()
Ddevice.c948 hdev->hl_chip_info = kzalloc(sizeof(struct hwmon_chip_info), GFP_KERNEL); in device_early_init()
949 if (!hdev->hl_chip_info) { in device_early_init()
995 kfree(hdev->hl_chip_info); in device_early_init()
1039 kfree(hdev->hl_chip_info); in device_early_fini()
Dhabanalabs.h3461 struct hwmon_chip_info *hl_chip_info; member