Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/
H A Dar71xx_gpio.c95 static int ar71xx_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value);
343 ar71xx_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in ar71xx_gpio_pin_set() function
533 ar71xx_gpio_pin_set(dev, j, 1); in ar71xx_gpio_attach()
629 DEVMETHOD(gpio_pin_set, ar71xx_gpio_pin_set),