Searched refs:tps65010_set_gpio_out_value (Results 1 – 3 of 3) sorted by relevance
/drivers/video/omap/ |
D | lcd_h3.c | 45 r = tps65010_set_gpio_out_value(GPIO1, HIGH); in h3_panel_enable() 47 r = tps65010_set_gpio_out_value(GPIO2, HIGH); in h3_panel_enable() 59 r = tps65010_set_gpio_out_value(GPIO1, LOW); in h3_panel_disable() 61 tps65010_set_gpio_out_value(GPIO2, LOW); in h3_panel_disable()
|
/drivers/usb/host/ |
D | ohci-omap.c | 58 static inline int tps65010_set_gpio_out_value(unsigned gpio, unsigned value) in tps65010_set_gpio_out_value() function 98 tps65010_set_gpio_out_value(GPIO1, LOW); in omap_ohci_transceiver_power() 105 tps65010_set_gpio_out_value(GPIO1, HIGH); in omap_ohci_transceiver_power()
|
/drivers/mfd/ |
D | tps65010.c | 465 tps65010_set_gpio_out_value(offset + 1, value); in tps65010_gpio_set() 482 tps65010_set_gpio_out_value(offset + 1, value); in tps65010_output() 737 int tps65010_set_gpio_out_value(unsigned gpio, unsigned value) in tps65010_set_gpio_out_value() function 775 EXPORT_SYMBOL(tps65010_set_gpio_out_value);
|