Searched defs:umidi_chan (Results 1 – 1 of 1) sorted by relevance
300 struct umidi_chan { struct301 struct umidi_sub_chan sub[UMIDI_EMB_JACK_MAX];302 struct mtx mtx;304 struct usb_xfer *xfer[UMIDI_N_TRANSFER];306 uint8_t iface_index;307 uint8_t iface_alt_index;309 uint8_t read_open_refcount;310 uint8_t write_open_refcount;312 uint8_t curr_cable;313 uint8_t max_emb_jack;[all …]