f71882fg_pdev     236 drivers/hwmon/f71882fg.c static struct platform_device *f71882fg_pdev;
f71882fg_pdev    2722 drivers/hwmon/f71882fg.c 	f71882fg_pdev = platform_device_alloc(DRVNAME, address);
f71882fg_pdev    2723 drivers/hwmon/f71882fg.c 	if (!f71882fg_pdev)
f71882fg_pdev    2726 drivers/hwmon/f71882fg.c 	res.name = f71882fg_pdev->name;
f71882fg_pdev    2731 drivers/hwmon/f71882fg.c 	err = platform_device_add_resources(f71882fg_pdev, &res, 1);
f71882fg_pdev    2737 drivers/hwmon/f71882fg.c 	err = platform_device_add_data(f71882fg_pdev, sio_data,
f71882fg_pdev    2744 drivers/hwmon/f71882fg.c 	err = platform_device_add(f71882fg_pdev);
f71882fg_pdev    2753 drivers/hwmon/f71882fg.c 	platform_device_put(f71882fg_pdev);
f71882fg_pdev    2789 drivers/hwmon/f71882fg.c 	platform_device_unregister(f71882fg_pdev);