Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/fsi/
H A Dfsi-occ.c631 struct platform_device_info hwmon_dev_info = { in occ_probe() local
688 hwmon_node = of_get_child_by_name(dev->of_node, hwmon_dev_info.name); in occ_probe()
690 snprintf(child_name, sizeof(child_name), "%s.%d", hwmon_dev_info.name, occ->idx); in occ_probe()
697 hwmon_dev_info.id = occ->idx; in occ_probe()
698 hwmon_dev = platform_device_register_full(&hwmon_dev_info); in occ_probe()
/kernel/linux/linux-5.10/drivers/fsi/
H A Dfsi-occ.c512 struct platform_device_info hwmon_dev_info = { in occ_probe() local
557 hwmon_dev_info.id = occ->idx; in occ_probe()
558 hwmon_dev = platform_device_register_full(&hwmon_dev_info); in occ_probe()

Completed in 3 milliseconds