Searched refs:memcpy_swahw32 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/hiface/ |
H A D | pcm.c | 245 static void memcpy_swahw32(u8 *dest, u8 *src, unsigned int n) in memcpy_swahw32() function 272 memcpy_swahw32(urb->buffer, source, PCM_PACKET_SIZE); in hiface_pcm_playback() 284 memcpy_swahw32(urb->buffer, source, len); in hiface_pcm_playback() 287 memcpy_swahw32(urb->buffer + len, source, in hiface_pcm_playback()
|
/kernel/linux/linux-6.6/sound/usb/hiface/ |
H A D | pcm.c | 245 static void memcpy_swahw32(u8 *dest, u8 *src, unsigned int n) in memcpy_swahw32() function 272 memcpy_swahw32(urb->buffer, source, PCM_PACKET_SIZE); in hiface_pcm_playback() 284 memcpy_swahw32(urb->buffer, source, len); in hiface_pcm_playback() 287 memcpy_swahw32(urb->buffer + len, source, in hiface_pcm_playback()
|
Completed in 3 milliseconds