Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dsch56xx-common.c62 static struct platform_device *sch56xx_pdev; variable
516 sch56xx_pdev = platform_device_register_simple(name, -1, &res, 1); in sch56xx_device_add()
518 return PTR_ERR_OR_ZERO(sch56xx_pdev); in sch56xx_device_add()
537 platform_device_unregister(sch56xx_pdev); in sch56xx_exit()