Searched refs:in_path (Results 1 – 14 of 14) sorted by relevance
/openbmc/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,
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | rootfs.py | 143 for in_path in part.include_path or []: 145 include_path = in_path[0] 146 if len(in_path) > 2: 149 if len(in_path) == 2: 150 path = in_path[1]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/ |
H A D | 0003-do-not-hardcode-the-full-path-of-dpkg.patch | 24 if in_path dpkg && \ 28 elif in_path udpkg && \
|
/openbmc/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()
|
/openbmc/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 | 644 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()
|
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-core.h | 368 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()
|
/openbmc/linux/fs/btrfs/ |
H A D | inode.c | 3725 struct btrfs_path *in_path) in btrfs_read_locked_inode() argument 3728 struct btrfs_path *path = in_path; in btrfs_read_locked_inode() 3754 if (path != in_path) in btrfs_read_locked_inode() 3891 if (path != in_path) in btrfs_read_locked_inode()
|