HomeSort by: relevance | last modified time | path
    Searched defs:gpio_rescan (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/gpio/
gpio.c 87 static int gpio_rescan(device_t, const char *, const int *);
104 gpio_match, gpio_attach, gpio_detach, NULL, gpio_rescan,
201 gpio_rescan(device_t self, const char *ifattr, const int *locators) function in typeref:typename:int
272 gpio_rescan(self, "gpio", NULL);
gpio.c 87 static int gpio_rescan(device_t, const char *, const int *);
104 gpio_match, gpio_attach, gpio_detach, NULL, gpio_rescan,
201 gpio_rescan(device_t self, const char *ifattr, const int *locators) function in typeref:typename:int
272 gpio_rescan(self, "gpio", NULL);
gpio.c 87 static int gpio_rescan(device_t, const char *, const int *);
104 gpio_match, gpio_attach, gpio_detach, NULL, gpio_rescan,
201 gpio_rescan(device_t self, const char *ifattr, const int *locators) function in typeref:typename:int
272 gpio_rescan(self, "gpio", NULL);

Completed in 159 milliseconds