Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3)  * Copyright (c) 2011 Samsung Electronics Co., Ltd.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)  *              http://www.samsung.com
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) #ifndef __ASM_PLAT_BACKLIGHT_S3C64XX_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) #define __ASM_PLAT_BACKLIGHT_S3C64XX_H __FILE__
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) /* samsung_bl_gpio_info - GPIO info for PWM Backlight control
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)  * @no:		GPIO number for PWM timer out
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)  * @func:	Special function of GPIO line for PWM timer
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) struct samsung_bl_gpio_info {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	int no;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	int func;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) extern void __init samsung_bl_set(struct samsung_bl_gpio_info *gpio_info,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	struct platform_pwm_backlight_data *bl_data);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) #endif /* __ASM_PLAT_BACKLIGHT_S3C64XX_H */