| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | bmp2gray16.c | 152 int get_logo_resolution(char *in_path, uint32_t *logo_width, in get_logo_resolution() argument 160 if (!in_path) in get_logo_resolution() 163 file = fopen(in_path, "rb"); in get_logo_resolution() 165 fprintf(stderr, "File %s open failed.\n", in_path); in get_logo_resolution() 170 fprintf(stderr, "Incomplete read of file %s.\n", in_path); in get_logo_resolution() 199 int convert_one_image(char *in_path, void *out_buf, uint32_t offset, in convert_one_image() argument 210 if (!out_buf || !in_path) { in convert_one_image() 215 file = fopen(in_path, "rb"); in convert_one_image() 217 fprintf(stderr, "File %s open failed.\n", in_path); in convert_one_image() 232 fprintf(stderr, "Incomplete read of file %s.\n", in_path); in convert_one_image() [all …]
|
| /OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/ |
| H A 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()
|
| 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,
|
| /OK3568_Linux_fs/yocto/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]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/ |
| H A D | 0001-do-not-hardcode-the-full-path-of-dpkg.patch | 24 if in_path dpkg && \ 28 elif in_path udpkg && \
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/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 | 483 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 | 1725 ctx->in_path = FIMC_IO_CAMERA; in fimc_register_capture_device()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/ |
| H A D | gsc-core.h | 361 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 | 645 ctx->in_path = GSC_DMA; in gsc_m2m_open()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | inode.c | 3282 struct btrfs_path *in_path) in btrfs_read_locked_inode() argument 3285 struct btrfs_path *path = in_path; in btrfs_read_locked_inode() 3311 if (path != in_path) in btrfs_read_locked_inode() 3447 if (path != in_path) in btrfs_read_locked_inode()
|