Home
last modified time | relevance | path

Searched refs:S3C_GPIO_END (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/sound/soc/samsung/
Dh1940_uda1380.c132 gpio_set_value(S3C_GPIO_END + 9, 1); in h1940_spk_power()
134 gpio_set_value(S3C_GPIO_END + 9, 0); in h1940_spk_power()
218 ret = gpio_request(S3C_GPIO_END + 9, "speaker-power"); in h1940_init()
222 ret = gpio_direction_output(S3C_GPIO_END + 9, 0); in h1940_init()
243 gpio_free(S3C_GPIO_END + 9); in h1940_init()
252 gpio_free(S3C_GPIO_END + 9); in h1940_exit()
/linux-4.4.14/arch/arm/plat-samsung/include/plat/
Dgpio-core.h103 extern struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END];
107 return (chip < S3C_GPIO_END) ? s3c_gpios[chip] : NULL; in samsung_gpiolib_getchip()
118 if (pin > S3C_GPIO_END) in samsung_gpiolib_getchip()
/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/
Dgpio-samsung.h97 #define S3C_GPIO_END (S3C2410_GPJ(0) + 32) macro
99 #define S3C_GPIO_END (S3C2410_GPM(0) + 32) macro
101 #define S3C_GPIO_END (S3C2410_GPH(0) + 32) macro
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dh1940.h31 #define H1940_LATCH_GPIO(x) (S3C_GPIO_END + (x))
Dmach-h1940.c74 #define H1940_LATCH_BIT(x) (1 << ((x) + 16 - S3C_GPIO_END))
/linux-4.4.14/arch/arm/plat-samsung/
Dpm-gpio.c334 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) { in samsung_pm_save_gpios()
374 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) { in samsung_pm_restore_gpios()
/linux-4.4.14/arch/arm/mach-s3c64xx/include/mach/
Dgpio-samsung.h88 #define S3C_GPIO_END S3C64XX_GPIO_END macro
/linux-4.4.14/drivers/gpio/
Dgpio-samsung.c701 struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END];
769 if (chip->chip.base >= S3C_GPIO_END) in s3c24xx_gpiolib_add_chips()