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

/linux-4.4.14/arch/arm/mach-s3c24xx/
H A Dh1940.h48 #define H1940_LATCH_SM803_ENABLE H1940_LATCH_GPIO(10) macro
H A Dmach-h1940.c305 ret = gpio_request(H1940_LATCH_SM803_ENABLE, "h1940-charger-enable"); h1940_bat_init()
308 gpio_direction_output(H1940_LATCH_SM803_ENABLE, 0); h1940_bat_init()
316 gpio_free(H1940_LATCH_SM803_ENABLE); h1940_bat_exit()
321 gpio_set_value(H1940_LATCH_SM803_ENABLE, 1); h1940_enable_charger()
326 gpio_set_value(H1940_LATCH_SM803_ENABLE, 0); h1940_disable_charger()

Completed in 202 milliseconds