Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/boards/mach-ecovec24/
H A Dsetup.c399 static struct platform_device *gpio_backlight_device; variable
1476 gpio_backlight_device = platform_device_register_full( in arch_setup()
1478 if (IS_ERR(gpio_backlight_device)) in arch_setup()
1479 return PTR_ERR(gpio_backlight_device); in arch_setup()