Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds