Searched refs:bcm2835_gpio_set (Results 1 – 1 of 1) sorted by relevance
331 static void bcm2835_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in bcm2835_gpio_set() function341 bcm2835_gpio_set(chip, offset, value); in bcm2835_gpio_direction_output()354 .set = bcm2835_gpio_set,