sch56xx_pdev       62 drivers/hwmon/sch56xx-common.c static struct platform_device *sch56xx_pdev;
sch56xx_pdev      523 drivers/hwmon/sch56xx-common.c 	sch56xx_pdev = platform_device_alloc(name, address);
sch56xx_pdev      524 drivers/hwmon/sch56xx-common.c 	if (!sch56xx_pdev)
sch56xx_pdev      527 drivers/hwmon/sch56xx-common.c 	res.name = sch56xx_pdev->name;
sch56xx_pdev      532 drivers/hwmon/sch56xx-common.c 	err = platform_device_add_resources(sch56xx_pdev, &res, 1);
sch56xx_pdev      538 drivers/hwmon/sch56xx-common.c 	err = platform_device_add(sch56xx_pdev);
sch56xx_pdev      547 drivers/hwmon/sch56xx-common.c 	platform_device_put(sch56xx_pdev);
sch56xx_pdev      568 drivers/hwmon/sch56xx-common.c 	platform_device_unregister(sch56xx_pdev);