Lines Matching full:isoc
51 "USB transfer mode for frame data (-1 = auto, 0 = prefer isoc, 1 = prefer bulk)");
516 * 2040:0265 Hauppauge WinTV-dualHD DVB Isoc
518 * 2040:026d Hauppauge WinTV-dualHD ATSC/QAM Isoc
2516 * 2040:0265 Hauppauge WinTV-dualHD (DVB version) Isoc.
2538 * 2040:026d Hauppauge WinTV-dualHD (model 01595 - ATSC/QAM) Isoc.
2838 { USB_DEVICE(0x2040, 0x0264), /* Hauppauge WinTV-soloHD Isoc */
3774 * Old logic with support for isoc transfers only was: in em28xx_check_usb_descriptor()
3775 * 0x82 isoc => analog in em28xx_check_usb_descriptor()
3776 * 0x83 isoc => audio in em28xx_check_usb_descriptor()
3777 * 0x84 isoc => digital in em28xx_check_usb_descriptor()
3780 * 0x82 isoc => analog in em28xx_check_usb_descriptor()
3782 * 0x83 isoc* => audio in em28xx_check_usb_descriptor()
3783 * 0x84 isoc => digital in em28xx_check_usb_descriptor()
3785 * 0x85 isoc => digital TS2 in em28xx_check_usb_descriptor()
3787 * (*: audio should always be isoc) in em28xx_check_usb_descriptor()
3788 * (**: analog, if ep 0x82 is isoc, otherwise digital) in em28xx_check_usb_descriptor()
3837 * this for DVB isoc endpoints only. in em28xx_check_usb_descriptor()
4017 dev->analog_ep_isoc ? " isoc" : ""); in em28xx_usb_probe()
4022 dev->dvb_ep_isoc ? " isoc" : ""); in em28xx_usb_probe()
4073 dev->analog_xfer_bulk ? "bulk" : "isoc"); in em28xx_usb_probe()
4079 dev->dvb_xfer_bulk ? "bulk" : "isoc"); in em28xx_usb_probe()
4117 dev->dev_next->dvb_xfer_bulk ? "bulk" : "isoc"); in em28xx_usb_probe()