Home
last modified time | relevance | path

Searched refs:gpio_open (Results 1 – 5 of 5) sorted by last modified time

/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc2214 OLD_FILES+=usr/share/man/man3/gpio_open.3.gz
/freebsd/lib/libgpio/
H A Dlibgpio.h57 gpio_handle_t gpio_open(unsigned int);
H A Dgpio.c39 gpio_open(unsigned int unit) in gpio_open() function
H A DMakefile11 MLINKS= gpio.3 gpio_open.3 \
/freebsd/usr.sbin/gpioctl/
H A Dgpioctl.c259 handle = gpio_open(0); in main()