Searched refs:byte_idx (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8712/
H A Drtl8712_efuse.c210 u8 word_idx, byte_idx; pgpacket_copy_data() local
214 byte_idx = word_idx * 2; pgpacket_copy_data()
215 targetdata[byte_idx] = sourdata[tmpindex++]; pgpacket_copy_data()
216 targetdata[byte_idx + 1] = sourdata[tmpindex++]; pgpacket_copy_data()
/linux-4.4.14/sound/usb/
H A Dcard.h155 int byte_idx; member in struct:snd_usb_substream::__anon15593
H A Dpcm.c1233 subs->dsd_dop.byte_idx = 0; snd_usb_pcm_open()
1364 if (++subs->dsd_dop.byte_idx == 3) { fill_playback_urb_dsd_dop()
1368 subs->dsd_dop.byte_idx = 0; fill_playback_urb_dsd_dop()
1378 int idx = (src_idx + subs->dsd_dop.byte_idx - 1) % wrap; fill_playback_urb_dsd_dop()

Completed in 102 milliseconds