Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-s3c24xx/
Dmach-h1940.c301 ret = gpio_request(H1940_LATCH_SM803_ENABLE, "h1940-charger-enable"); in h1940_bat_init()
304 gpio_direction_output(H1940_LATCH_SM803_ENABLE, 0); in h1940_bat_init()
312 gpio_free(H1940_LATCH_SM803_ENABLE); in h1940_bat_exit()
317 gpio_set_value(H1940_LATCH_SM803_ENABLE, 1); in h1940_enable_charger()
322 gpio_set_value(H1940_LATCH_SM803_ENABLE, 0); in h1940_disable_charger()
Dh1940.h45 #define H1940_LATCH_SM803_ENABLE H1940_LATCH_GPIO(10) macro