Searched refs:in_path (Results 1 – 11 of 11) sorted by relevance
/linux/tools/virtio/virtio-trace/ |
H A D | trace-agent.c | 157 const char *in_path = NULL; in agent_info_init() local 163 in_path = make_input_path(cpu); in agent_info_init() 164 if (in_path == NULL) in agent_info_init() 176 rw_thread_init(cpu, in_path, out_path, s->use_stdout, in agent_info_init()
|
H A D | trace-agent-rw.c | 40 void *rw_thread_init(int cpu, const char *in_path, const char *out_path, in rw_thread_init() argument 49 rw_ti->in_fd = open(in_path, O_RDONLY); in rw_thread_init()
|
H A D | trace-agent.h | 58 extern void *rw_thread_init(int cpu, const char *in_path, const char *out_path,
|
/linux/scripts/dtc/ |
H A D | fdtput.c | 150 static int create_paths(void *blob, const char *in_path) in create_paths() argument 152 const char *path = in_path; in create_paths()
|
/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-reg.c | 278 if (ctx->in_path == FIMC_IO_DMA) { in fimc_hw_set_scaler() 510 if (ctx->in_path == FIMC_IO_DMA) in fimc_hw_set_input_path()
|
H A D | fimc-core.h | 485 enum fimc_datapath in_path; member
|
H A D | fimc-m2m.c | 645 ctx->in_path = FIMC_IO_DMA; in fimc_m2m_open()
|
H A D | fimc-capture.c | 1728 ctx->in_path = FIMC_IO_CAMERA; in fimc_register_capture_device()
|
/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-core.h | 367 enum gsc_datapath in_path; member
|
H A D | gsc-regs.c | 114 if (ctx->in_path == GSC_DMA) in gsc_hw_set_input_path()
|
H A D | gsc-m2m.c | 640 ctx->in_path = GSC_DMA; in gsc_m2m_open()
|