Lines Matching defs:interface
113 enum ttusb_dec_interface interface;
891 /* Setting the interface of the DEC tends to take down the USB communications
896 enum ttusb_dec_interface interface)
901 if (interface != dec->interface) {
902 switch (interface) {
921 dec->interface = interface;
1578 * As the irq is submitted after the interface is changed,
1581 if (dec->interface == TTUSB_DEC_INTERFACE_IN)