Searched refs:GPIOSETCONFIG (Results 1 – 3 of 3) sorted by relevance
92 #define GPIOSETCONFIG _IOW('G', 2, struct gpio_pin) macro
139 case GPIOSETCONFIG: in gpioc_ioctl()
272 if (ioctl(fd, GPIOSETCONFIG, &pin) < 0) { in main()