HomeSort by: relevance | last modified time | path
    Searched refs:gp_pin (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
gpio.h 90 int gp_pin; /* pin number */ member in struct:gpio_req
97 int gp_pin; member in struct:gpio_set
130 int gp_pin; /* pin number */ member in struct:gpio_pin_ctl
137 int gp_pin; /* pin number */ member in struct:gpio_pin_op
  /src/usr.sbin/gpioctl/
gpioctl.c 240 req.gp_pin = pin;
269 req.gp_pin = pin;
304 set.gp_pin = pin;
345 set.gp_pin = pin;
363 req.gp_pin = i;
  /src/sys/dev/gpio/
gpio.c 259 nm->gp_pin = pin;
711 return nm->gp_pin;
769 req->gp_pin = gpio_pinbyname(sc, req->gp_name);
770 pin = req->gp_pin;
783 if (nm->gp_pin == pin) {
797 pin = req->gp_pin;
829 pin = req->gp_pin;
937 pin = set->gp_pin;
966 nm->gp_pin != pin)
968 if (nm->gp_pin == pin
    [all...]
gpiovar.h 98 int gp_pin; member in struct:gpio_name
  /src/lib/lua/gpio/
gpio.c 115 req->gp_pin = (int)lua_tointeger(L, n); /* not 1 based! */

Completed in 14 milliseconds