Searched refs:wiigpio_pin_set (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/powerpc/wii/
H A Dwii_gpio.c74 static int wiigpio_pin_set(device_t, uint32_t, unsigned int);
91 DEVMETHOD(gpio_pin_set, wiigpio_pin_set),
248 wiigpio_pin_set(device_t dev, uint32_t pin, unsigned int value) function
357 wiigpio_pin_set(dev, WIIGPIO_POWEROFF_PIN, 1);

Completed in 94 milliseconds