Home
last modified time | relevance | path

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

/linux/drivers/fsi/
H A Dfsi-occ.c631 struct platform_device_info hwmon_dev_info = { in occ_probe() local
687 hwmon_node = of_get_child_by_name(dev->of_node, hwmon_dev_info.name); in occ_probe()
689 snprintf(child_name, sizeof(child_name), "%s.%d", hwmon_dev_info.name, occ->idx); in occ_probe()
696 hwmon_dev_info.id = occ->idx; in occ_probe()
697 hwmon_dev = platform_device_register_full(&hwmon_dev_info); in occ_probe()