Searched refs:GPIOSET (Results 1 – 10 of 10) sorted by relevance
/netbsd/sys/sys/ |
H A D | gpio.h | 113 #define GPIOSET _IOWR('G', 5, struct gpio_set) macro
|
/netbsd/lib/lua/gpio/ |
H A D | gpio.c | 136 if (ioctl(*fd, GPIOSET, &set) == -1) in gpio_set()
|
/netbsd/usr.sbin/gpioctl/ |
H A D | gpioctl.c | 310 if (ioctl(devfd, GPIOSET, &set) == -1) in gpioset()
|
/netbsd/sys/dev/gpio/ |
H A D | gpio.c | 909 case GPIOSET: in gpio_ioctl()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 1959 unsigned IOCTL_GPIOSET = GPIOSET;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1036 _(GPIOSET, READWRITE, struct_gpio_set_sz);
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 2121 unsigned IOCTL_GPIOSET = GPIOSET;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1035 _(GPIOSET, READWRITE, struct_gpio_set_sz);
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 2121 unsigned IOCTL_GPIOSET = GPIOSET;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1035 _(GPIOSET, READWRITE, struct_gpio_set_sz);
|