Searched refs:in_path (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/tools/virtio/virtio-trace/ |
D | trace-agent.c | 153 const char *in_path = NULL; in agent_info_init() local 159 in_path = make_input_path(cpu); in agent_info_init() 160 if (in_path == NULL) in agent_info_init() 172 rw_thread_init(cpu, in_path, out_path, s->use_stdout, in agent_info_init()
|
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()
|
D | trace-agent.h | 58 extern void *rw_thread_init(int cpu, const char *in_path, const char *out_path,
|
/Linux-v5.4/scripts/dtc/ |
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-v5.4/drivers/media/platform/exynos-gsc/ |
D | gsc-core.h | 361 enum gsc_datapath in_path; member
|
D | gsc-regs.c | 114 if (ctx->in_path == GSC_DMA) in gsc_hw_set_input_path()
|
D | gsc-m2m.c | 647 ctx->in_path = GSC_DMA; in gsc_m2m_open()
|
/Linux-v5.4/drivers/media/platform/exynos4-is/ |
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()
|
D | fimc-core.h | 488 enum fimc_datapath in_path; member
|
D | fimc-m2m.c | 647 ctx->in_path = FIMC_IO_DMA; in fimc_m2m_open()
|
D | fimc-capture.c | 1745 ctx->in_path = FIMC_IO_CAMERA; in fimc_register_capture_device()
|
/Linux-v5.4/fs/btrfs/ |
D | inode.c | 3709 struct btrfs_path *in_path) in btrfs_read_locked_inode() argument 3712 struct btrfs_path *path = in_path; in btrfs_read_locked_inode() 3738 if (path != in_path) in btrfs_read_locked_inode() 3864 if (path != in_path) in btrfs_read_locked_inode()
|