Query: gpiolock
OS: netbsd
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GPIOLOCK(4) BSD Kernel Interfaces Manual GPIOLOCK(4)NAMEgpiolock -- support for multi-position keylocks attached to GPIO pinsSYNOPSISgpiolock* at gpio? offset ? mask ? gpiolock* at gpio?DESCRIPTIONThe gpiolock driver allows connecting of multi-position keylocks over GPIO pins. The keylock driver registers with an in-kernel keylock sup- porting system and provides kauth(9) support through an experimental security model. The keylock state can be queried using the hw.keylock sysctl variables. Only locks with 2-4 positions are currently supported. The pin number is specified in the kernel configuration with the offset locator. The mask locator denotes the pins used for the lock (minimum 2, maximum 4 pins are used). The offset and mask can also be specified when gpiolock is attached at runtime using the GPIOATTACH ioctl(2) on the gpio(4) device.SEE ALSOgpio(4), intro(4)HISTORYThe gpiolock driver first appeared in NetBSD 6.0.AUTHORSThe gpiolock driver was written by Marc Balmer <marc@msys.ch>.BSDAugust 21, 2009 BSD
Related Man Pages |
---|
cpu_soekris(4) - debian |
snd_maestro3(4) - debian |
gpioiic(4) - netbsd |
nsclpcsio(4) - netbsd |
gpioctl(1) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Effect of Preemptive Kernel |
GPIO and sysfs |