Home
last modified time | relevance | path

Searched refs:CP2112_GPIO_COUNT (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/usb/misc/
Dcp2112.c76 #define CP2112_GPIO_COUNT 8 macro
232 struct gpio_pin pins[CP2112_GPIO_COUNT];
496 *maxpin = CP2112_GPIO_COUNT - 1; in cp2112_gpio_pin_max()
506 if (pin_num >= CP2112_GPIO_COUNT) in cp2112_gpio_pin_set()
524 if (pin_num >= CP2112_GPIO_COUNT) in cp2112_gpio_pin_get()
544 if (pin_num >= CP2112_GPIO_COUNT) in cp2112_gpio_pin_toggle()
562 if (pin_num >= CP2112_GPIO_COUNT) in cp2112_gpio_pin_getcaps()
578 if (pin_num >= CP2112_GPIO_COUNT) in cp2112_gpio_pin_getflags()
594 if (pin_num >= CP2112_GPIO_COUNT) in cp2112_gpio_pin_getname()
613 if (pin_num >= CP2112_GPIO_COUNT) in cp2112_gpio_pin_setflags()
[all …]