Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/leds/
Dleds-s3c24xx.c32 static inline struct s3c24xx_gpio_led *to_gpio(struct led_classdev *led_cdev) in to_gpio() function
40 struct s3c24xx_gpio_led *led = to_gpio(led_cdev); in s3c24xx_led_set()
/Linux-v4.19/arch/arm/mach-pxa/
Dpxa27x.c61 void pxa27x_configure_ac97reset(int reset_gpio, bool to_gpio) in pxa27x_configure_ac97reset() argument
72 pxa2xx_mfp_config(to_gpio ? &ac97_reset_config[0] : in pxa27x_configure_ac97reset()
76 pxa2xx_mfp_config(to_gpio ? &ac97_reset_config[2] : in pxa27x_configure_ac97reset()
/Linux-v4.19/sound/arm/
Dpxa2xx-ac97-lib.c37 extern void pxa27x_configure_ac97reset(int reset_gpio, bool to_gpio);