Searched refs:hl_chip_info (Results 1 – 3 of 3) sorted by relevance
222 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()
948 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()
3461 struct hwmon_chip_info *hl_chip_info; member