1 What: /dev/gpiochip[0-9]+
4 Contact: linux-gpio@vger.kernel.org
6 The character device files /dev/gpiochip* are the interface
7 between GPIO chips and userspace.
9 The ioctl(2)-based ABI is defined and documented in
10 [include/uapi]<linux/gpio.h>.
12 The following file operations are supported:
15 Currently the only useful flags are O_RDWR.
18 Initiate various actions.
19 See the inline documentation in [include/uapi]<linux/gpio.h>
20 for descriptions of all ioctls.
23 Stops and free up the I/O contexts that was associated
24 with the file descriptor.