Home
last modified time | relevance | path

Searched refs:max_packet_bytes (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/sound/usb/misc/
Dua101.c118 unsigned int max_packet_bytes; member
1050 ua->capture.max_packet_bytes = le16_to_cpu(epd->wMaxPacketSize); in detect_usb_format()
1058 ua->playback.max_packet_bytes = le16_to_cpu(epd->wMaxPacketSize); in detect_usb_format()
1080 packets_per_page = PAGE_SIZE / stream->max_packet_bytes; in alloc_stream_buffers()
1083 size = packets * stream->max_packet_bytes; in alloc_stream_buffers()
1115 unsigned max_packet_size = stream->max_packet_bytes; in alloc_stream_urbs()