Searched refs:bufp (Results 1 – 4 of 4) sorted by relevance
425 const u8 *bufp = tbuf; in rh_call_control() local491 bufp = usb2_rh_dev_descriptor; in rh_call_control()495 bufp = usb11_rh_dev_descriptor; in rh_call_control()508 bufp = hs_rh_config_descriptor; in rh_call_control()513 bufp = fs_rh_config_descriptor; in rh_call_control()626 memcpy(ubuf, bufp, len); in rh_call_control()
596 struct snd_dma_buffer *bufp) in snd_pcm_set_runtime_buffer() argument600 if (bufp) { in snd_pcm_set_runtime_buffer()601 runtime->dma_buffer_p = bufp; in snd_pcm_set_runtime_buffer()602 runtime->dma_addr = bufp->addr; in snd_pcm_set_runtime_buffer()603 runtime->dma_bytes = bufp->bytes; in snd_pcm_set_runtime_buffer()
1237 uframe->bufp = (buf & ~(u64)0x0fff); in itd_sched_init()1239 if (unlikely((uframe->bufp != (buf & ~(u64)0x0fff)))) in itd_sched_init()1721 itd->hw_bufp[pg] |= cpu_to_hc32(ehci, uf->bufp & ~(u32)0); in itd_patch()1726 u64 bufp = uf->bufp + 4096; in itd_patch() local2039 packet->bufp = buf; in sitd_sched_init()2134 u64 bufp; in sitd_patch() local2142 bufp = uf->bufp; in sitd_patch()2143 sitd->hw_buf[0] = cpu_to_hc32(ehci, bufp); in sitd_patch()2144 sitd->hw_buf_hi[0] = cpu_to_hc32(ehci, bufp >> 32); in sitd_patch()2148 bufp += 4096; in sitd_patch()[all …]
460 u64 bufp; /* itd->hw_bufp{,_hi}[pg] |= */ member
Completed in 17 milliseconds