Searched refs:maxpacksize (Results 1 – 11 of 11) sorted by relevance
| /linux/sound/usb/ |
| H A D | card.h | 34 unsigned int maxpacksize; /* max. packet size */ member 117 unsigned int maxpacksize; /* max packet size in bytes */ member
|
| H A D | quirks-table.h | 2095 .maxpacksize = 0x024c, 2123 .maxpacksize = 0x0126, 2281 .maxpacksize = 0x130, 2303 .maxpacksize = 0x130, 2428 .maxpacksize = 0x009c, 2504 .maxpacksize = 0x138, 2525 .maxpacksize = 0x138, 2819 .maxpacksize = 0x00d8, 2841 .maxpacksize = 0x0120, 4092 .maxpacksize [all...] |
| H A D | endpoint.c | 1162 if (ep->maxpacksize && ep->maxpacksize < maxsize) { in data_ep_set_params() 1164 unsigned int data_maxsize = maxsize = ep->maxpacksize; in data_ep_set_params() 1174 ep->curpacksize = ep->maxpacksize; in data_ep_set_params() 1371 ep->maxpacksize = fmt->maxpacksize; in snd_usb_endpoint_set_params() 1385 if (ep->packsize[1] > ep->maxpacksize) { in snd_usb_endpoint_set_params() 1387 ep->maxpacksize, ep->cur_rate, ep->pps); in snd_usb_endpoint_set_params() 1414 ep->maxframesize = ep->maxpacksize / ep->cur_frame_bytes; in snd_usb_endpoint_set_params()
|
| H A D | stream.c | 706 fp->maxpacksize = usb_endpoint_max_periodic_payload(chip->dev, ep); in audio_format_alloc_init() 898 unsigned int maxpacksize = in snd_usb_get_audioformat_uac3() 901 switch (maxpacksize) { in snd_usb_get_audioformat_uac3() 1201 fp->maxpacksize * 2) in __snd_usb_parse_audio_interface() 907 unsigned int maxpacksize = snd_usb_get_audioformat_uac3() local
|
| H A D | quirks.c | 198 if (fp->maxpacksize == 0) in create_fixed_stream_quirk() 199 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, fp->ep_idx)->wMaxPacketSize); in create_fixed_stream_quirk() 459 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize); in create_uaxx_quirk() 462 switch (fp->maxpacksize) { in create_uaxx_quirk()
|
| H A D | format.c | 242 fp->altsetting == 5 && fp->maxpacksize == 392) in parse_audio_format_rates_v1()
|
| H A D | mixer.c | 3283 unsigned int maxpacksize; 3314 maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize); in snd_usb_mixer_controls_badd() 3316 switch (maxpacksize) { in snd_usb_mixer_controls_badd() 3320 maxpacksize); in snd_usb_mixer_controls_badd() 3309 unsigned int maxpacksize; snd_usb_mixer_controls_badd() local
|
| H A D | pcm.c | 143 if (fp->maxpacksize > found->maxpacksize) { in find_format()
|
| /linux/sound/usb/usx2y/ |
| H A D | usbusx2yaudio.c | 404 subs->maxpacksize = usb_maxpacket(dev, pipe); in usx2y_urbs_allocate() 405 if (!subs->maxpacksize) in usx2y_urbs_allocate() 409 subs->tmpbuf = kcalloc(nr_of_packs(), subs->maxpacksize, GFP_KERNEL); in usx2y_urbs_allocate() 428 kmalloc_array(subs->maxpacksize, in usx2y_urbs_allocate() 482 urb->iso_frame_desc[pack].offset = subs->maxpacksize * pack; in usx2y_urbs_start() 483 urb->iso_frame_desc[pack].length = subs->maxpacksize; in usx2y_urbs_start() 485 urb->transfer_buffer_length = subs->maxpacksize * nr_of_packs(); in usx2y_urbs_start()
|
| H A D | usx2yhwdeppcm.c | 325 subs->maxpacksize = usb_maxpacket(dev, pipe); in usx2y_usbpcm_urbs_allocate() 326 if (!subs->maxpacksize) in usx2y_usbpcm_urbs_allocate() 453 urb->iso_frame_desc[pack].offset = subs->maxpacksize * (pack + u * nr_of_packs()); in usx2y_usbpcm_urbs_start() 454 urb->iso_frame_desc[pack].length = subs->maxpacksize; in usx2y_usbpcm_urbs_start() 456 urb->transfer_buffer_length = subs->maxpacksize * nr_of_packs(); in usx2y_usbpcm_urbs_start()
|
| H A D | usbusx2y.h | 84 unsigned int maxpacksize; /* max packet size in bytes */ member
|