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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/misc/
H A Dua101.c118 unsigned int max_packet_bytes; member in struct:ua101::ua101_stream
1036 ua->capture.max_packet_bytes = le16_to_cpu(epd->wMaxPacketSize);
1044 ua->playback.max_packet_bytes = le16_to_cpu(epd->wMaxPacketSize);
1066 packets_per_page = PAGE_SIZE / stream->max_packet_bytes;
1069 size = packets * stream->max_packet_bytes;
1101 unsigned max_packet_size = stream->max_packet_bytes;

Completed in 37 milliseconds