Searched refs:S3C2410_GPJ (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | mach-rx1950.c | 218 ret = gpio_request(S3C2410_GPJ(2), "rx1950-charger-enable-1"); in rx1950_bat_init() 221 ret = gpio_request(S3C2410_GPJ(3), "rx1950-charger-enable-2"); in rx1950_bat_init() 228 gpio_free(S3C2410_GPJ(2)); in rx1950_bat_init() 235 gpio_free(S3C2410_GPJ(2)); in rx1950_bat_exit() 236 gpio_free(S3C2410_GPJ(3)); in rx1950_bat_exit() 241 gpio_direction_output(S3C2410_GPJ(2), 1); in rx1950_enable_charger() 242 gpio_direction_output(S3C2410_GPJ(3), 1); in rx1950_enable_charger() 247 gpio_direction_output(S3C2410_GPJ(2), 0); in rx1950_disable_charger() 248 gpio_direction_output(S3C2410_GPJ(3), 0); in rx1950_disable_charger() 282 gpio_set_value(S3C2410_GPJ(6), 0); in rx1950_led_blink_set() [all …]
|
D | gta02.h | 18 #define GTA02_GPIO_AMP_SHUT S3C2410_GPJ(1) /* v2 + v3 + v4 only */ 19 #define GTA02_GPIO_HP_IN S3C2410_GPJ(2) /* v2 + v3 + v4 only */
|
D | setup-camif.c | 23 *gpio_start = S3C2410_GPJ(0); in camif_get_gpios() 24 *gpio_reset = S3C2410_GPJ(12); in camif_get_gpios()
|
/linux-4.4.14/sound/soc/samsung/ |
D | neo1973_wm8753.c | 181 gpio_set_value(S3C2410_GPJ(2), !gta02_speaker_enabled); in lm4853_set_spk() 196 gpio_set_value(S3C2410_GPJ(1), SND_SOC_DAPM_EVENT_OFF(event)); in lm4853_event() 314 { S3C2410_GPJ(2), GPIOF_OUT_INIT_HIGH, "GTA02_HP_IN" }, 315 { S3C2410_GPJ(1), GPIOF_OUT_INIT_HIGH, "GTA02_AMP_SHUT" },
|
/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/ |
D | gpio-samsung.h | 91 #define S3C2410_GPJ(_nr) (S3C2410_GPIO_J_START + (_nr)) macro 97 #define S3C_GPIO_END (S3C2410_GPJ(0) + 32)
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-samsung.c | 968 .base = S3C2410_GPJ(0),
|