Home
last modified time | relevance | path

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

/linux/arch/arm/common/
H A Dlocomo.c603 void locomo_gpio_write(struct device *dev, unsigned int bits, unsigned int set) in locomo_gpio_write() function
623 EXPORT_SYMBOL(locomo_gpio_write);
800 locomo_gpio_write(dev->dev.parent, LOCOMO_GPIO_FL_VR, 1); in locomo_frontlight_set()
802 locomo_gpio_write(dev->dev.parent, LOCOMO_GPIO_FL_VR, 0); in locomo_frontlight_set()
/linux/arch/arm/include/asm/hardware/
H A Dlocomo.h205 void locomo_gpio_write(struct device *dev, unsigned int bits, unsigned int set);