| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/ |
| H A D | remap_backend.cpp | 196 FecMeshBuffer* hw_buf = nullptr; in GetPendingHwResult() local 236 hw_buf = GetFreeHwBuffer(); in GetPendingHwResult() 237 if (hw_buf != nullptr) { in GetPendingHwResult() 239 memcpy(hw_buf->MeshXi, buf->MeshXi, (sizeof(*buf->MeshXi) * config_.MeshSize)); in GetPendingHwResult() 240 memcpy(hw_buf->MeshYi, buf->MeshYi, (sizeof(*buf->MeshYi) * config_.MeshSize)); in GetPendingHwResult() 241 memcpy(hw_buf->MeshXf, buf->MeshXf, (sizeof(*buf->MeshXf) * config_.MeshSize)); in GetPendingHwResult() 242 memcpy(hw_buf->MeshYf, buf->MeshYf, (sizeof(*buf->MeshYf) * config_.MeshSize)); in GetPendingHwResult() 243 hw_buf->FrameId = buf->FrameId; in GetPendingHwResult() 244 hw_buf->ImageBufferIndex = buf->ImageBufferIndex; in GetPendingHwResult() 245 hw_buf->ImageBufferSize = buf->ImageBufferSize; in GetPendingHwResult() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | ci_udc.c | 374 ci_req->hw_buf = req->buf; in ci_bounce() 389 ci_req->hw_buf = ci_req->b_buf; in ci_bounce() 392 memcpy(ci_req->hw_buf, req->buf, req->length); in ci_bounce() 395 hwaddr = (unsigned long)ci_req->hw_buf; in ci_bounce() 406 unsigned long hwaddr = (unsigned long)ci_req->hw_buf; in ci_debounce() 418 memcpy(req->buf, ci_req->hw_buf, req->actual); in ci_debounce() 446 buf = ci_req->hw_buf; in ci_ep_submit_next_request() 517 num, in ? "in" : "out", len, ci_req, ci_req->hw_buf); in ci_ep_submit_next_request() 583 num, in ? "in" : "out", ci_req, ci_req->hw_buf); in ci_ep_queue()
|
| H A D | ci_udc.h | 87 uint8_t *hw_buf; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-dbg.c | 86 hc32_to_cpup(ehci, &qtd->hw_buf[0])); in dbg_qtd() 87 if (qtd->hw_buf[1]) in dbg_qtd() 89 hc32_to_cpup(ehci, &qtd->hw_buf[1]), in dbg_qtd() 90 hc32_to_cpup(ehci, &qtd->hw_buf[2]), in dbg_qtd() 91 hc32_to_cpup(ehci, &qtd->hw_buf[3]), in dbg_qtd() 92 hc32_to_cpup(ehci, &qtd->hw_buf[4])); in dbg_qtd() 147 hc32_to_cpu(ehci, sitd->hw_buf[0]), in dbg_sitd() 148 hc32_to_cpu(ehci, sitd->hw_buf[1])); in dbg_sitd() 411 hc32_to_cpup(ehci, &hw->hw_buf[0])); in qh_lines() 454 hc32_to_cpup(ehci, &td->hw_buf[0])); in qh_lines()
|
| H A D | ehci.h | 317 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */ member 407 __hc32 hw_buf[5]; member 573 __hc32 hw_buf[2]; /* EHCI table 3-12 */ member
|
| H A D | fotg210.h | 343 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */ member 433 __hc32 hw_buf[5]; member
|
| H A D | fotg210-hcd.c | 122 hc32_to_cpup(fotg210, &qtd->hw_buf[0])); in dbg_qtd() 123 if (qtd->hw_buf[1]) in dbg_qtd() 125 hc32_to_cpup(fotg210, &qtd->hw_buf[1]), in dbg_qtd() 126 hc32_to_cpup(fotg210, &qtd->hw_buf[2]), in dbg_qtd() 127 hc32_to_cpup(fotg210, &qtd->hw_buf[3]), in dbg_qtd() 128 hc32_to_cpup(fotg210, &qtd->hw_buf[4])); in dbg_qtd() 2000 qtd->hw_buf[0] = cpu_to_hc32(fotg210, (u32)addr); in qtd_fill() 2012 qtd->hw_buf[i] = cpu_to_hc32(fotg210, (u32)addr); in qtd_fill()
|
| H A D | ehci-q.c | 44 qtd->hw_buf[0] = cpu_to_hc32(ehci, (u32)addr); in qtd_fill() 56 qtd->hw_buf[i] = cpu_to_hc32(ehci, (u32)addr); in qtd_fill()
|
| H A D | oxu210hp-hcd.c | 252 __le32 hw_buf[5]; /* see EHCI 3.5.4 */ member 324 __le32 hw_buf[5]; member 1213 qtd->hw_buf[0] = cpu_to_le32((u32)addr); in qtd_fill() 1225 qtd->hw_buf[i] = cpu_to_le32((u32)addr); in qtd_fill()
|
| H A D | ehci-sched.c | 2108 sitd->hw_buf[0] = cpu_to_hc32(ehci, bufp); in sitd_patch() 2111 sitd->hw_buf[1] = cpu_to_hc32(ehci, uf->buf1); in sitd_patch()
|
| /OK3568_Linux_fs/kernel/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.c | 869 memcpy(cpcm->hw_buf.area + rec->hw_data, runtime->dma_area + rec->sw_data, bytes); in snd_cs46xx_pb_trans_copy() 886 chip->capt.hw_buf.area + rec->hw_data, bytes); in snd_cs46xx_cp_trans_copy() 910 ptr -= cpcm->hw_buf.addr; in snd_cs46xx_playback_direct_pointer() 927 ptr -= cpcm->hw_buf.addr; in snd_cs46xx_playback_indirect_pointer() 934 size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr; in snd_cs46xx_capture_direct_pointer() 941 size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr; in snd_cs46xx_capture_indirect_pointer() 1048 cpcm, cpcm->hw_buf.addr,cpcm->pcm_channel_id); in _cs46xx_adjust_sample_rate() 1062 cpcm->hw_buf.addr, in _cs46xx_adjust_sample_rate() 1121 if (runtime->dma_area != cpcm->hw_buf.area) in snd_cs46xx_playback_hw_params() 1123 runtime->dma_area = cpcm->hw_buf.area; in snd_cs46xx_playback_hw_params() [all …]
|
| H A D | cs46xx.h | 1621 struct snd_dma_buffer hw_buf; member 1659 struct snd_dma_buffer hw_buf; member
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpi_dec_utils.c | 160 MppBuffer hw_buf = NULL; in read_jpeg_file() local 163 mpp_buffer_get(impl->group, &hw_buf, impl->file_size); in read_jpeg_file() 164 mpp_assert(hw_buf); in read_jpeg_file() 166 slot->data = mpp_buffer_get_ptr(hw_buf); in read_jpeg_file() 175 slot->buf = hw_buf; in read_jpeg_file()
|
| /OK3568_Linux_fs/kernel/drivers/iio/buffer/ |
| H A D | industrialio-hw-consumer.c | 42 struct hw_consumer_buffer *hw_buf = in iio_hw_buf_release() local 44 kfree(hw_buf); in iio_hw_buf_release()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.h | 219 MppBuffer hw_buf; member
|