Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/misc/
H A Dua101.c107 unsigned int max_packet_bytes; member
1008 ua->capture.max_packet_bytes = usb_endpoint_maxp(epd); in detect_usb_format()
1016 ua->playback.max_packet_bytes = usb_endpoint_maxp(epd); in detect_usb_format()
1038 packets_per_page = PAGE_SIZE / stream->max_packet_bytes; in alloc_stream_buffers()
1041 size = packets * stream->max_packet_bytes; in alloc_stream_buffers()
1073 unsigned max_packet_size = stream->max_packet_bytes; in alloc_stream_urbs()