OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPIOUNSET
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/sys/
gpio.h
114
#define
GPIOUNSET
_IOWR('G', 6, struct gpio_set)
/src/lib/lua/gpio/
gpio.c
150
if (ioctl(*fd,
GPIOUNSET
, &set) == -1)
151
gpio_error(L, "
GPIOUNSET
");
/src/usr.sbin/gpioctl/
gpioctl.c
50
static void
gpiounset
(int pin, char *name);
190
gpiounset
(pin, nm);
337
gpiounset
(int pin, char *name)
function in typeref:typename:void
347
if (ioctl(devfd,
GPIOUNSET
, &set) == -1)
348
err(EXIT_FAILURE, "
GPIOUNSET
");
/src/sys/dev/gpio/
gpio.c
984
case
GPIOUNSET
:
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc
1960
unsigned IOCTL_GPIOUNSET =
GPIOUNSET
;
sanitizer_interceptors_ioctl_netbsd.inc
1037
_(
GPIOUNSET
, READWRITE, struct_gpio_set_sz);
Completed in 20 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025