Searched refs:nb_ts_packets (Results 1 – 1 of 1) sorted by relevance
128 static int dib0700_set_usb_xfer_len(struct dvb_usb_device *d, u16 nb_ts_packets) in dib0700_set_usb_xfer_len() argument140 st->buf[1] = (nb_ts_packets >> 8) & 0xff; in dib0700_set_usb_xfer_len()141 st->buf[2] = nb_ts_packets & 0xff; in dib0700_set_usb_xfer_len()143 deb_info("set the USB xfer len to %i Ts packet\n", nb_ts_packets); in dib0700_set_usb_xfer_len()