Home
last modified time | relevance | path

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

/sound/soc/mediatek/common/
Dmtk-btcvsd.c78 unsigned int packet_length; member
349 bt->tx->buffer_info.packet_length, in btcvsd_tx_clean_buffer()
359 unsigned int packet_length, in mtk_btcvsd_read_from_bt() argument
385 bt->rx->temp_packet_buf, packet_length, in mtk_btcvsd_read_from_bt()
412 unsigned int packet_length, in mtk_btcvsd_write_to_bt() argument
450 packet_length, packet_num); in mtk_btcvsd_write_to_bt()
454 bt->tx->buffer_info.packet_length = packet_length; in mtk_btcvsd_write_to_bt()
484 unsigned int packet_type, packet_num, packet_length; in mtk_btcvsd_snd_irq_handler() local
512 packet_length = btsco_packet_info[packet_type][0]; in mtk_btcvsd_snd_irq_handler()
543 packet_length, in mtk_btcvsd_snd_irq_handler()
[all …]
/sound/usb/
Dendpoint.c203 __le32 packet_length; in prepare_silent_urb() local
208 extra = sizeof(packet_length); in prepare_silent_urb()
227 packet_length = cpu_to_le32(length); in prepare_silent_urb()
229 &packet_length, sizeof(packet_length)); in prepare_silent_urb()
Dpcm.c1752 __le32 packet_length; in copy_to_urb_quirk() local
1760 packet_length = cpu_to_le32(length); in copy_to_urb_quirk()
1761 offset += i * sizeof(packet_length); in copy_to_urb_quirk()
1763 urb->iso_frame_desc[i].length += sizeof(packet_length); in copy_to_urb_quirk()
1765 &packet_length, sizeof(packet_length)); in copy_to_urb_quirk()
1766 copy_to_urb(subs, urb, offset + sizeof(packet_length), in copy_to_urb_quirk()
1770 bytes += urb->number_of_packets * sizeof(packet_length); in copy_to_urb_quirk()
Dmixer_quirks.c177 u8 packet_length; member
254 len = mixer->rc_cfg->packet_length; in snd_usb_soundblaster_remote_init()