f7188x_gpio_pdev  507 drivers/gpio/gpio-f7188x.c static struct platform_device *f7188x_gpio_pdev;
f7188x_gpio_pdev  514 drivers/gpio/gpio-f7188x.c 	f7188x_gpio_pdev = platform_device_alloc(DRVNAME, -1);
f7188x_gpio_pdev  515 drivers/gpio/gpio-f7188x.c 	if (!f7188x_gpio_pdev)
f7188x_gpio_pdev  518 drivers/gpio/gpio-f7188x.c 	err = platform_device_add_data(f7188x_gpio_pdev,
f7188x_gpio_pdev  525 drivers/gpio/gpio-f7188x.c 	err = platform_device_add(f7188x_gpio_pdev);
f7188x_gpio_pdev  534 drivers/gpio/gpio-f7188x.c 	platform_device_put(f7188x_gpio_pdev);
f7188x_gpio_pdev  574 drivers/gpio/gpio-f7188x.c 	platform_device_unregister(f7188x_gpio_pdev);