Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dsch56xx-common.c67 static struct platform_device *sch56xx_pdev; variable
521 sch56xx_pdev = platform_device_register_simple(name, -1, &res, 1); in sch56xx_device_add()
523 return PTR_ERR_OR_ZERO(sch56xx_pdev); in sch56xx_device_add()
597 platform_device_unregister(sch56xx_pdev); in sch56xx_exit()