Lines Matching defs:dev
53 device_t dev; member
81 jh7110_gpio_get_bus(device_t dev) in jh7110_gpio_get_bus()
91 jh7110_gpio_pin_max(device_t dev, int *maxpin) in jh7110_gpio_pin_max()
99 jh7110_gpio_pin_get(device_t dev, uint32_t pin, unsigned int *val) in jh7110_gpio_pin_get()
123 jh7110_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in jh7110_gpio_pin_set()
145 jh7110_gpio_pin_toggle(device_t dev, uint32_t pin) in jh7110_gpio_pin_toggle()
170 jh7110_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in jh7110_gpio_pin_getcaps()
181 jh7110_gpio_pin_getname(device_t dev, uint32_t pin, char *name) in jh7110_gpio_pin_getname()
192 jh7110_gpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) in jh7110_gpio_pin_getflags()
215 jh7110_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in jh7110_gpio_pin_setflags()
259 jh7110_gpio_probe(device_t dev) in jh7110_gpio_probe()
273 jh7110_gpio_detach(device_t dev) in jh7110_gpio_detach()
290 jh7110_gpio_attach(device_t dev) in jh7110_gpio_attach()
336 jh7110_gpio_get_node(device_t bus, device_t dev) in jh7110_gpio_get_node()