Lines Matching defs:packet
157 * Return the number of samples to be sent in the next packet
160 * This won't be used for implicit feedback which takes the packet size
186 * Return the number of samples to be sent in the next packet
214 * in the next packet
223 unsigned int packet;
225 packet = ctx->packet_size[idx];
226 if (packet) {
227 if (avail && packet >= avail)
229 return packet;
290 /* For tx_length_quirk, put packet length at start of packet */
466 struct snd_usb_packet_info *packet;
478 packet = next_packet_fifo_dequeue(ep);
487 for (i = 0; i < packet->packets; i++)
488 ctx->packet_size[i] = packet->packet_size[i];
1136 * packet size, which must represent a whole number of frames.
1139 * In order to accurately calculate the maximum packet size when
1142 * a freqmax of 41 kHz will result in a max packet size of 6 (5.125)
1148 * frames per packet in Q16.16 format.)
1156 /* whatever fits into a max. size packet */
1206 /* determine how small a packet can be */
1733 * snd_usb_handle_sync_urb: parse an USB sync packet
1735 * @ep: the endpoint to handle the packet
1737 * @urb: the received packet
1740 * the packet and is used to let another endpoint object handle the payload.
1754 * a new outbound URB that has the same layout as the received packet
1768 /* Count overall packet size */
1793 * Iterate through the inbound packet and prepare the lengths
1794 * for the output packet. The OUT packet we are about to send
1796 * IN packet we just received. Since the actual size is scaled