Searched refs:byte_idx (Results 1 – 3 of 3) sorted by relevance
210 u8 word_idx, byte_idx; in pgpacket_copy_data() local214 byte_idx = word_idx * 2; in pgpacket_copy_data()215 targetdata[byte_idx] = sourdata[tmpindex++]; in pgpacket_copy_data()216 targetdata[byte_idx + 1] = sourdata[tmpindex++]; in pgpacket_copy_data()
159 int byte_idx; member
1314 subs->dsd_dop.byte_idx = 0; in snd_usb_pcm_open()1451 if (++subs->dsd_dop.byte_idx == 3) { in fill_playback_urb_dsd_dop()1455 subs->dsd_dop.byte_idx = 0; in fill_playback_urb_dsd_dop()1465 int idx = (src_idx + subs->dsd_dop.byte_idx - 1) % wrap; in fill_playback_urb_dsd_dop()