Searched refs:f7188x_gpio_pdev (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpio/
H A Dgpio-f7188x.c419 static struct platform_device *f7188x_gpio_pdev; variable in typeref:struct:platform_device
426 f7188x_gpio_pdev = platform_device_alloc(DRVNAME, -1); f7188x_gpio_device_add()
427 if (!f7188x_gpio_pdev) f7188x_gpio_device_add()
430 err = platform_device_add_data(f7188x_gpio_pdev, f7188x_gpio_device_add()
437 err = platform_device_add(f7188x_gpio_pdev); f7188x_gpio_device_add()
446 platform_device_put(f7188x_gpio_pdev); f7188x_gpio_device_add()
487 platform_device_unregister(f7188x_gpio_pdev); f7188x_gpio_exit()

Completed in 40 milliseconds