Searched refs:tps65010_set_gpio_out_value (Results 1 – 4 of 4) sorted by relevance
23 r = tps65010_set_gpio_out_value(GPIO1, HIGH); in h3_panel_enable()25 r = tps65010_set_gpio_out_value(GPIO2, HIGH); in h3_panel_enable()37 r = tps65010_set_gpio_out_value(GPIO1, LOW); in h3_panel_disable()39 tps65010_set_gpio_out_value(GPIO2, LOW); in h3_panel_disable()
141 extern int tps65010_set_gpio_out_value(unsigned gpio, unsigned value);
452 tps65010_set_gpio_out_value(offset + 1, value); in tps65010_gpio_set()469 tps65010_set_gpio_out_value(offset + 1, value); in tps65010_output()718 int tps65010_set_gpio_out_value(unsigned gpio, unsigned value) in tps65010_set_gpio_out_value() function756 EXPORT_SYMBOL(tps65010_set_gpio_out_value);
209 tps65010_set_gpio_out_value(GPIO2, HIGH); in osk_tps_setup()