Home
last modified time | relevance | path

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

/arch/arm/mach-s3c24xx/
Dmach-rx1950.c218 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 …]
Dgta02.h18 #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 */
Dsetup-camif.c23 *gpio_start = S3C2410_GPJ(0); in camif_get_gpios()
24 *gpio_reset = S3C2410_GPJ(12); in camif_get_gpios()
/arch/arm/mach-s3c24xx/include/mach/
Dgpio-samsung.h91 #define S3C2410_GPJ(_nr) (S3C2410_GPIO_J_START + (_nr)) macro
97 #define S3C_GPIO_END (S3C2410_GPJ(0) + 32)