Searched refs:packet_length (Results 1 – 3 of 3) sorted by relevance
192 __le32 packet_length; in prepare_silent_urb() local197 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()
1436 __le32 packet_length; in copy_to_urb_quirk() local1444 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()
187 u8 packet_length; member264 len = mixer->rc_cfg->packet_length; in snd_usb_soundblaster_remote_init()