Home | History | Annotate | Download | only in usb

Lines Matching defs:spec

462 	uint8_t count, i, spec;
509 spec)) {
516 if (ISSET(spec, UHSO_IFACE_MUX))
517 uhso_mux_attach(sc, ifh, UHSOPORT(spec));
519 if (ISSET(spec, UHSO_IFACE_BULK))
520 uhso_bulk_attach(sc, ifh, UHSOPORT(spec));
522 if (ISSET(spec, UHSO_IFACE_IFNET))
523 uhso_ifnet_attach(sc, ifh, UHSOPORT(spec));
632 uhso_get_iface_spec(struct usb_attach_arg *uaa, uint8_t ifnum, uint8_t *spec)
647 *spec = uhso_spec_default[ifnum];
654 *spec = uhso_spec_icon321[ifnum];
672 *spec = uhso_spec_config[config[ifnum]];