/src/lib/lua/gpio/ |
gpio.c | 206 gpio_attach(lua_State *L) function in typeref:typename:int 208 struct gpio_attach attach; 286 { "attach", gpio_attach },
|
/src/sys/arch/mips/rmi/ |
rmixl_gpio.c | 82 static void gpio_attach(device_t, device_t, void *); 86 gpio_match, gpio_attach, 198 gpio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/arm/gemini/ |
gemini_gpio.c | 240 static void gpio_attach(device_t, device_t, void *); 244 gpio_match, gpio_attach, 342 gpio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/arm/imx/ |
imx31_gpio.c | 220 static void gpio_attach(device_t, device_t, void *); 224 gpio_match, gpio_attach, 334 gpio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/sys/ |
gpio.h | 104 struct gpio_attach { struct 118 #define GPIOATTACH _IOWR('G', 10, struct gpio_attach) 148 #define GPIODETACH _IOWR('G', 11, struct gpio_attach)
|
/src/sys/dev/gpio/ |
gpio.c | 86 static void gpio_attach(device_t, device_t, void *); 104 gpio_match, gpio_attach, gpio_detach, NULL, gpio_rescan, 230 gpio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void 738 struct gpio_attach *attach; 861 * in struct gpio_attach. 1031 struct gpio_attach *attach;
|