Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/leds/
Dleds-s3c24xx.c29 static inline struct s3c24xx_gpio_led *to_gpio(struct led_classdev *led_cdev) in to_gpio() function
37 struct s3c24xx_gpio_led *led = to_gpio(led_cdev); in s3c24xx_led_set()
/Linux-v5.4/arch/arm/mach-pxa/
Dpxa27x.c58 void pxa27x_configure_ac97reset(int reset_gpio, bool to_gpio) in pxa27x_configure_ac97reset() argument
69 pxa2xx_mfp_config(to_gpio ? &ac97_reset_config[0] : in pxa27x_configure_ac97reset()
73 pxa2xx_mfp_config(to_gpio ? &ac97_reset_config[2] : in pxa27x_configure_ac97reset()
/Linux-v5.4/sound/arm/
Dpxa2xx-ac97-lib.c34 extern void pxa27x_configure_ac97reset(int reset_gpio, bool to_gpio);