Lines Matching defs:packet
129 * determine the number of samples to be sent in the next packet.
153 * sent in the next packet.
206 /* For tx_length_quirk, put packet length at start of packet */
339 struct snd_usb_packet_info *packet;
345 packet = ep->next_packet + ep->next_packet_read_pos;
362 for (i = 0; i < packet->packets; i++)
363 ctx->packet_size[i] = packet->packet_size[i];
673 * packet size, which must represent a whole number of frames.
676 * In order to accurately calculate the maximum packet size when
679 * a freqmax of 41 kHz will result in a max packet size of 6 (5.125)
685 * frames per packet in Q16.16 format.)
693 /* whatever fits into a max. size packet */
734 * For dataintervals less than 5, increase the packet count to
759 /* determine how small a packet can be */
844 * packet size, which must represent a whole number of frames.
847 * In order to accurately calculate the maximum packet size when
850 * a freqmax of 41 kHz will result in a max packet size of 6 (5.125)
856 * frames per packet in Q16.16 format.)
864 /* whatever fits into a max. size packet */
905 * For dataintervals less than 5, increase the packet count to
929 /* determine how small a packet can be */
1283 * snd_usb_handle_sync_urb: parse an USB sync packet
1285 * @ep: the endpoint to handle the packet
1287 * @urb: the received packet
1290 * the packet and is used to let another endpoint object handle the payload.
1304 * a new outbound URB that has the same layout as the received packet
1318 /* Count overall packet size */
1334 * Iterate through the inbound packet and prepare the lengths
1335 * for the output packet. The OUT packet we are about to send
1337 * IN packet we just received. Since the actual size is scaled