Home
last modified time | relevance | path

Searched defs:gpio_attach (Results 1 – 2 of 2) sorted by relevance

/minix3/sys/sys/
H A Dgpio.h70 struct gpio_attach { struct
84 #define GPIOATTACH _IOWR('G', 10, struct gpio_attach) argument
/minix3/lib/lua/gpio/
H A Dgpio.c206 gpio_attach(lua_State *L) in gpio_attach() function