Home
last modified time | relevance | path

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

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