Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/misc/
H A Dcp2112.c610 enum cp2112_out_mode out_mode; in cp2112_gpio_pin_setflags() local
639 out_mode = OUT_KEEP; in cp2112_gpio_pin_setflags()
642 out_mode = OUT_OD; in cp2112_gpio_pin_setflags()
644 out_mode = OUT_PP; in cp2112_gpio_pin_setflags()
650 (flags & GPIO_PIN_OUTPUT) != 0, &out_mode); in cp2112_gpio_pin_setflags()
659 KASSERT(out_mode != OUT_KEEP, in cp2112_gpio_pin_setflags()
661 if (out_mode == OUT_OD) in cp2112_gpio_pin_setflags()