| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | PdafStreamProcUnit.cpp | 57 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 D | RawStreamCapUnit.cpp | 549 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 D | RawStreamProcUnit.cpp | 586 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 D | builtin-mem.c | 309 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 D | builtin-report.c | 78 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 D | rk_vi_user_api_stream_cfg.cpp | 112 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 D | RawStreamCapUnit.cpp | 281 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 D | RawStreamProcUnit.cpp | 447 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 D | tree-ssa-address.h | 43 machine_mode mem_mode,
|
| H A D | dwarf2out.h | 287 (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 D | tree-ssa-address.h | 43 machine_mode mem_mode,
|
| H A D | dwarf2out.h | 287 (rtx, machine_mode mode, machine_mode mem_mode,
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/ |
| H A D | rkvi_demo.c | 198 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 D | rk_vi_user_api2_stream_cfg.h | 48 int mem_mode; member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/intelfb/ |
| H A D | intelfb.h | 231 u32 mem_mode; member
|
| H A D | intelfbhw.c | 646 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 D | CVE-2019-13232_p2.patch | 298 int mem_mode;
|