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