Searched refs:H1940_LATCH_SM803_ENABLE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/mach-s3c24xx/
H A Dh1940.h48 #define H1940_LATCH_SM803_ENABLE H1940_LATCH_GPIO(10) macro
H A Dmach-h1940.c304 ret = gpio_request(H1940_LATCH_SM803_ENABLE, "h1940-charger-enable"); h1940_bat_init()
307 gpio_direction_output(H1940_LATCH_SM803_ENABLE, 0); h1940_bat_init()
315 gpio_free(H1940_LATCH_SM803_ENABLE); h1940_bat_exit()
320 gpio_set_value(H1940_LATCH_SM803_ENABLE, 1); h1940_enable_charger()
325 gpio_set_value(H1940_LATCH_SM803_ENABLE, 0); h1940_disable_charger()

Completed in 131 milliseconds