Searched refs:hl_chip_info (Results 1 – 3 of 3) sorted by relevance
221 hdev->hl_chip_info->info = (const struct hwmon_channel_info **)channels_info; in hl_build_hwmon_channel_info()883 if (hdev->hl_chip_info->info) { in hl_hwmon_init()884 hdev->hl_chip_info->ops = &hl_hwmon_ops; in hl_hwmon_init()888 hdev->hl_chip_info, NULL); in hl_hwmon_init()920 if (!hdev->hl_chip_info->info) in hl_hwmon_release_resources()923 channel_info_arr = hdev->hl_chip_info->info; in hl_hwmon_release_resources()933 hdev->hl_chip_info->info = NULL; in hl_hwmon_release_resources()
883 hdev->hl_chip_info = kzalloc(sizeof(struct hwmon_chip_info), GFP_KERNEL); in device_early_init()884 if (!hdev->hl_chip_info) { in device_early_init()928 kfree(hdev->hl_chip_info); in device_early_init()972 kfree(hdev->hl_chip_info); in device_early_fini()
3357 struct hwmon_chip_info *hl_chip_info; member