Home
last modified time | relevance | path

Searched refs:gpioc_open (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/gpio/
Dgpioc.c141 static d_open_t gpioc_open; variable
149 .d_open = gpioc_open,
680 gpioc_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in gpioc_open() function