Searched refs:gpio_handle_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libgpio/
H A Dlibgpio.h37 typedef int gpio_handle_t; typedef
59 gpio_handle_t gpio_open(unsigned int);
60 gpio_handle_t gpio_open_device(const char *);
61 void gpio_close(gpio_handle_t);
65 int gpio_pin_list(gpio_handle_t, gpio_config_t **);
72 int gpio_pin_config(gpio_handle_t, gpio_config_t *);
77 int gpio_pin_set_name(gpio_handle_t, gpio_pin_t, char *);
82 int gpio_pin_set_flags(gpio_handle_t, gpio_config_t *);
86 int gpio_pin_get(gpio_handle_t, gpio_pin_t);
87 int gpio_pin_set(gpio_handle_t, gpio_pin_
[all...]
H A Dgpio.c40 gpio_handle_t
50 gpio_handle_t
73 gpio_close(gpio_handle_t handle)
79 gpio_pin_list(gpio_handle_t handle, gpio_config_t **pcfgs)
105 gpio_pin_config(gpio_handle_t handle, gpio_config_t *cfg)
122 gpio_pin_set_name(gpio_handle_t handle, gpio_pin_t pin, char *name)
138 gpio_pin_set_flags(gpio_handle_t handle, gpio_config_t *cfg)
153 gpio_pin_get(gpio_handle_t handle, gpio_pin_t pin)
166 gpio_pin_set(gpio_handle_t handle, gpio_pin_t pin, gpio_value_t value)
182 gpio_pin_toggle(gpio_handle_t handl
[all...]
/freebsd-12-stable/usr.sbin/gpioctl/
H A Dgpioctl.c148 dump_pins(gpio_handle_t handle, int verbose)
178 get_pinnum_by_name(gpio_handle_t handle, const char *name) {
219 gpio_handle_t handle;

Completed in 167 milliseconds