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

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

Completed in 97 milliseconds