Lines Matching refs:packet_size
955 void *buf, int num_packets, int packet_size, int interval, in fill_isoc_urb() argument
960 usb_fill_bulk_urb(urb, dev, pipe, buf, packet_size * num_packets, in fill_isoc_urb()
969 urb->iso_frame_desc[k].offset = packet_size * k; in fill_isoc_urb()
970 urb->iso_frame_desc[k].length = packet_size; in fill_isoc_urb()
1395 usb_complete_t complete, int packet_size) in start_isoc_chain() argument
1435 k * packet_size; in start_isoc_chain()
1438 packet_size; in start_isoc_chain()
1575 write_reg(hw, HFCUSB_USB_SIZE, (hw->packet_size / 8) | in reset_hfcsusb()
1576 ((hw->packet_size / 8) << 4)); in reset_hfcsusb()
1935 ep_addr, cmptbl[16], small_match, iso_packet_size, packet_size, in hfcsusb_probe() local
1966 packet_size = 64; in hfcsusb_probe()
2062 packet_size = le16_to_cpu(ep->desc.wMaxPacketSize); in hfcsusb_probe()
2072 packet_size = le16_to_cpu(ep->desc.wMaxPacketSize); in hfcsusb_probe()
2103 hw->packet_size = packet_size; in hfcsusb_probe()