Lines Matching defs:dev
104 vf_gpio_probe(device_t dev) in vf_gpio_probe()
118 vf_gpio_attach(device_t dev) in vf_gpio_attach()
162 vf_gpio_get_bus(device_t dev) in vf_gpio_get_bus()
172 vf_gpio_pin_max(device_t dev, int *maxpin) in vf_gpio_pin_max()
180 vf_gpio_pin_getname(device_t dev, uint32_t pin, char *name) in vf_gpio_pin_getname()
202 vf_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in vf_gpio_pin_getcaps()
224 vf_gpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) in vf_gpio_pin_getflags()
246 vf_gpio_pin_get(device_t dev, uint32_t pin, unsigned int *val) in vf_gpio_pin_get()
268 vf_gpio_pin_toggle(device_t dev, uint32_t pin) in vf_gpio_pin_toggle()
315 vf_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in vf_gpio_pin_setflags()
335 vf_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in vf_gpio_pin_set()