Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8712/
Drtl8712_efuse.c198 u8 word_idx, byte_idx; in pgpacket_copy_data() local
202 byte_idx = word_idx * 2; in pgpacket_copy_data()
203 targetdata[byte_idx] = sourdata[tmpindex++]; in pgpacket_copy_data()
204 targetdata[byte_idx + 1] = sourdata[tmpindex++]; in pgpacket_copy_data()
/Linux-v5.4/sound/usb/
Dcard.h162 int byte_idx; member
Dpcm.c1332 subs->dsd_dop.byte_idx = 0; in snd_usb_pcm_open()
1476 if (++subs->dsd_dop.byte_idx == 3) { in fill_playback_urb_dsd_dop()
1480 subs->dsd_dop.byte_idx = 0; in fill_playback_urb_dsd_dop()
1490 int idx = (src_idx + subs->dsd_dop.byte_idx - 1) % wrap; in fill_playback_urb_dsd_dop()