Home
last modified time | relevance | path

Searched refs:mem_mode (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DPdafStreamProcUnit.cpp57 int mem_mode; in start() local
61 mPdafDev->io_control (RKCIF_CMD_GET_CSI_MEMORY_MODE, &mem_mode); in start()
62 if (mem_mode != CSI_LVDS_MEM_WORD_LOW_ALIGN) { in start()
63 mem_mode = CSI_LVDS_MEM_WORD_LOW_ALIGN; in start()
64 mPdafDev->io_control (RKCIF_CMD_SET_CSI_MEMORY_MODE, &mem_mode); in start()
65 LOGI_AF("memory mode of pdaf video need low align, mem_mode %d", mem_mode); in start()
H A DRawStreamCapUnit.cpp549 int mem_mode = CSI_LVDS_MEM_WORD_HIGH_ALIGN; in set_csi_mem_word_big_align() local
550 int ret1 = _dev[i]->io_control (RKCIF_CMD_SET_CSI_MEMORY_MODE, &mem_mode); in set_csi_mem_word_big_align()
H A DRawStreamProcUnit.cpp586 int mem_mode = CSI_MEM_WORD_BIG_ALIGN; in set_csi_mem_word_big_align() local
587 int ret1 = _dev[i]->io_control (RKISP_CMD_SET_CSI_MEMORY_MODE, &mem_mode); in set_csi_mem_word_big_align()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-mem.c309 struct mem_mode { struct
319 static const struct mem_mode mem_modes[]={ argument
329 const struct mem_mode *m; in parse_mem_ops()
H A Dbuiltin-report.c78 bool mem_mode; member
163 } else if (rep->mem_mode) { in hist_iter__report_callback()
289 } else if (rep->mem_mode) { in process_sample_event()
498 if (rep->mem_mode) { in hists__fprintf_nr_sample_events()
1282 OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"), in cmd_report()
1457 if (report.mem_mode) { in cmd_report()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A Drk_vi_user_api_stream_cfg.cpp112 ctx->_mRawCapUnit->set_tx_format(p->width, p->height, p->pix_fmt, p->mem_mode); in rkrawstream_vicap_prepare()
192 ctx->_mRawProcUnit->set_rx_format(p->width, p->height, p->pix_fmt, p->mem_mode); in rkrawstream_readback_prepare()
H A DRawStreamCapUnit.cpp281 int mem_mode = mode; in set_tx_format() local
282 int ret1 = _dev[i]->io_control (RKCIF_CMD_SET_CSI_MEMORY_MODE, &mem_mode); in set_tx_format()
286 …_format: setup fmt %dx%d, 0x%x mem_mode %d\n",width, height, format.fmt.pix.pixelformat, mem_mode); in set_tx_format()
H A DRawStreamProcUnit.cpp447 int mem_mode = mode; in set_rx_format() local
448 int ret1 = _dev[i]->io_control (RKISP_CMD_SET_CSI_MEMORY_MODE, &mem_mode); in set_rx_format()
453 …_format: setup fmt %dx%d, 0x%x mem_mode %d\n",width, height, format.fmt.pix.pixelformat, mem_mode); in set_rx_format()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-ssa-address.h43 machine_mode mem_mode,
H A Ddwarf2out.h287 (rtx, machine_mode mode, machine_mode mem_mode,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree-ssa-address.h43 machine_mode mem_mode,
H A Ddwarf2out.h287 (rtx, machine_mode mode, machine_mode mem_mode,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/
H A Drkvi_demo.c198 prepare_p.mem_mode = CSI_LVDS_MEM_WORD_LOW_ALIGN; in rawcap_test()
244 prepare_p.mem_mode = 0; in stream_test()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/include/
H A Drk_vi_user_api2_stream_cfg.h48 int mem_mode; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/intelfb/
H A Dintelfb.h231 u32 mem_mode; member
H A Dintelfbhw.c646 hw->mem_mode = INREG(MEM_MODE); in intelfbhw_read_hw_state()
865 printk(" MEM_MODE 0x%08x\n", hw->mem_mode); in intelfbhw_print_hw_state()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p2.patch298 int mem_mode;