Home
last modified time | relevance | path

Searched refs:S3C2410_GPJ (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/arm/mach-s3c24xx/
Dmach-rx1950.c214 ret = gpio_request(S3C2410_GPJ(2), "rx1950-charger-enable-1"); in rx1950_bat_init()
217 ret = gpio_request(S3C2410_GPJ(3), "rx1950-charger-enable-2"); in rx1950_bat_init()
224 gpio_free(S3C2410_GPJ(2)); in rx1950_bat_init()
231 gpio_free(S3C2410_GPJ(2)); in rx1950_bat_exit()
232 gpio_free(S3C2410_GPJ(3)); in rx1950_bat_exit()
237 gpio_direction_output(S3C2410_GPJ(2), 1); in rx1950_enable_charger()
238 gpio_direction_output(S3C2410_GPJ(3), 1); in rx1950_enable_charger()
243 gpio_direction_output(S3C2410_GPJ(2), 0); in rx1950_disable_charger()
244 gpio_direction_output(S3C2410_GPJ(3), 0); in rx1950_disable_charger()
278 gpio_set_value(S3C2410_GPJ(6), 0); in rx1950_led_blink_set()
[all …]
Dgta02.h15 #define GTA02_GPIO_AMP_SHUT S3C2410_GPJ(1) /* v2 + v3 + v4 only */
16 #define GTA02_GPIO_HP_IN S3C2410_GPJ(2) /* v2 + v3 + v4 only */
Dsetup-camif.c19 *gpio_start = S3C2410_GPJ(0); in camif_get_gpios()
20 *gpio_reset = S3C2410_GPJ(12); in camif_get_gpios()
/Linux-v5.4/sound/soc/samsung/
Dneo1973_wm8753.c176 gpio_set_value(S3C2410_GPJ(2), !gta02_speaker_enabled); in lm4853_set_spk()
191 gpio_set_value(S3C2410_GPJ(1), SND_SOC_DAPM_EVENT_OFF(event)); in lm4853_event()
312 { S3C2410_GPJ(2), GPIOF_OUT_INIT_HIGH, "GTA02_HP_IN" },
313 { S3C2410_GPJ(1), GPIOF_OUT_INIT_HIGH, "GTA02_AMP_SHUT" },
/Linux-v5.4/arch/arm/mach-s3c24xx/include/mach/
Dgpio-samsung.h88 #define S3C2410_GPJ(_nr) (S3C2410_GPIO_J_START + (_nr)) macro
94 #define S3C_GPIO_END (S3C2410_GPJ(0) + 32)
/Linux-v5.4/arch/arm/plat-samsung/
Dgpio-samsung.c965 .base = S3C2410_GPJ(0),