Home
last modified time | relevance | path

Searched refs:in_path (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/tools/virtio/virtio-trace/
Dtrace-agent.c155 const char *in_path = NULL; in agent_info_init() local
161 in_path = make_input_path(cpu); in agent_info_init()
162 if (in_path == NULL) in agent_info_init()
174 rw_thread_init(cpu, in_path, out_path, s->use_stdout, in agent_info_init()
Dtrace-agent-rw.c42 void *rw_thread_init(int cpu, const char *in_path, const char *out_path, in rw_thread_init() argument
51 rw_ti->in_fd = open(in_path, O_RDONLY); in rw_thread_init()
Dtrace-agent.h58 extern void *rw_thread_init(int cpu, const char *in_path, const char *out_path,
/Linux-v4.19/scripts/dtc/
Dfdtput.c164 static int create_paths(void *blob, const char *in_path) in create_paths() argument
166 const char *path = in_path; in create_paths()
/Linux-v4.19/drivers/media/platform/exynos-gsc/
Dgsc-core.h365 enum gsc_datapath in_path; member
Dgsc-regs.c118 if (ctx->in_path == GSC_DMA) in gsc_hw_set_input_path()
Dgsc-m2m.c656 ctx->in_path = GSC_DMA; in gsc_m2m_open()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-reg.c281 if (ctx->in_path == FIMC_IO_DMA) { in fimc_hw_set_scaler()
513 if (ctx->in_path == FIMC_IO_DMA) in fimc_hw_set_input_path()
Dfimc-core.h491 enum fimc_datapath in_path; member
Dfimc-m2m.c634 ctx->in_path = FIMC_IO_DMA; in fimc_m2m_open()
Dfimc-capture.c1752 ctx->in_path = FIMC_IO_CAMERA; in fimc_register_capture_device()