Home
last modified time | relevance | path

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

/Linux-v5.15/arch/sh/boards/mach-ecovec24/
Dsetup.c399 static struct platform_device *gpio_backlight_device; variable
1478 gpio_backlight_device = platform_device_register_full( in arch_setup()
1480 if (IS_ERR(gpio_backlight_device)) in arch_setup()
1481 return PTR_ERR(gpio_backlight_device); in arch_setup()