Lines Matching defs:pin
112 chvgpio_pad_cfg0_offset(int pin) in chvgpio_pad_cfg0_offset()
118 chvgpio_read_pad_cfg0(struct chvgpio_softc *sc, int pin) in chvgpio_read_pad_cfg0()
124 chvgpio_write_pad_cfg0(struct chvgpio_softc *sc, int pin, uint32_t val) in chvgpio_write_pad_cfg0()
130 chvgpio_read_pad_cfg1(struct chvgpio_softc *sc, int pin) in chvgpio_read_pad_cfg1()
158 chvgpio_valid_pin(struct chvgpio_softc *sc, int pin) in chvgpio_valid_pin()
170 chvgpio_pin_getname(device_t dev, uint32_t pin, char *name) in chvgpio_pin_getname()
185 chvgpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in chvgpio_pin_getcaps()
201 chvgpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) in chvgpio_pin_getflags()
231 chvgpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in chvgpio_pin_setflags()
269 chvgpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in chvgpio_pin_set()
291 chvgpio_pin_get(device_t dev, uint32_t pin, unsigned int *value) in chvgpio_pin_get()
315 chvgpio_pin_toggle(device_t dev, uint32_t pin) in chvgpio_pin_toggle()