Searched refs:IN_EP_MAX_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
35 #define IN_EP_MAX_PACKET_SIZE 256 macro157 .wMaxPacketSize = __constant_cpu_to_le16(IN_EP_MAX_PACKET_SIZE),168 .wMaxPacketSize = __constant_cpu_to_le16(IN_EP_MAX_PACKET_SIZE),407 if (length > IN_EP_MAX_PACKET_SIZE) in audio_send()408 length = IN_EP_MAX_PACKET_SIZE; in audio_send()678 req = audio_request_new(ep, IN_EP_MAX_PACKET_SIZE); in audio_bind()