Home
last modified time | relevance | path

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

/sound/usb/
Dendpoint.c192 __le32 packet_length; in prepare_silent_urb() local
197 extra = sizeof(packet_length); in prepare_silent_urb()
214 packet_length = cpu_to_le32(length); in prepare_silent_urb()
216 &packet_length, sizeof(packet_length)); in prepare_silent_urb()
Dpcm.c1436 __le32 packet_length; in copy_to_urb_quirk() local
1444 packet_length = cpu_to_le32(length); in copy_to_urb_quirk()
1445 offset += i * sizeof(packet_length); in copy_to_urb_quirk()
1447 urb->iso_frame_desc[i].length += sizeof(packet_length); in copy_to_urb_quirk()
1449 &packet_length, sizeof(packet_length)); in copy_to_urb_quirk()
1450 copy_to_urb(subs, urb, offset + sizeof(packet_length), in copy_to_urb_quirk()
1454 bytes += urb->number_of_packets * sizeof(packet_length); in copy_to_urb_quirk()
Dmixer_quirks.c187 u8 packet_length; member
264 len = mixer->rc_cfg->packet_length; in snd_usb_soundblaster_remote_init()