Searched refs:out_path (Results 1 - 22 of 22) sorted by relevance

/linux-master/kernel/bpf/
H A Dtoken.c134 goto out_path;
138 goto out_path;
142 goto out_path;
152 goto out_path;
156 goto out_path;
162 goto out_path;
171 goto out_path;
178 goto out_path;
189 goto out_path;
228 out_path
[all...]
/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent.h58 extern void *rw_thread_init(int cpu, const char *in_path, const char *out_path,
H A Dtrace-agent-rw.c40 void *rw_thread_init(int cpu, const char *in_path, const char *out_path, argument
58 rw_ti->out_fd = open(out_path, O_WRONLY);
H A Dtrace-agent.c158 const char *out_path = NULL; local
169 out_path = make_output_path(cpu);
170 if (out_path == NULL)
176 rw_thread_init(cpu, in_path, out_path, s->use_stdout,
/linux-master/arch/mips/vdso/
H A Dgenvdso.c209 const char *dbg_vdso_path, *vdso_path, *out_path; local
224 out_path = argv[3];
251 out_file = fopen(out_path, "w");
254 out_path, strerror(errno));
299 unlink(out_path);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.c271 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA)
466 if (atomic_read(&fimc->out_path) != FIMC_IO_DMA) {
481 atomic_read(&fimc->out_path) != FIMC_IO_DMA)
517 atomic_read(&fimc->out_path) == FIMC_IO_DMA) {
977 atomic_set(&fimc->out_path, FIMC_IO_NONE);
979 atomic_set(&fimc->out_path, FIMC_IO_DMA);
984 atomic_set(&fimc->out_path, FIMC_IO_NONE);
986 atomic_set(&fimc->out_path, FIMC_IO_ISP);
1071 if ((atomic_read(&fimc->out_path) == FIMC_IO_ISP &&
1073 (atomic_read(&fimc->out_path)
[all...]
H A Dfimc-lite.h128 * @out_path: output data path (DMA or FIFO)
164 atomic_t out_path; member in struct:fimc_lite
H A Dfimc-reg.c86 if (ctx->out_path == FIMC_IO_LCDFIFO)
92 if (ctx->out_path == FIMC_IO_DMA) {
292 if (ctx->out_path == FIMC_IO_DMA) {
410 if (FIMC_IO_LCDFIFO == ctx->out_path)
441 fimc_hw_en_autoload(dev, ctx->out_path == FIMC_IO_LCDFIFO);
524 if (ctx->out_path == FIMC_IO_LCDFIFO)
H A Dfimc-lite-reg.c66 if (atomic_read(&dev->out_path) == FIMC_IO_DMA) {
H A Dfimc-core.h466 * @out_path: output mode (DMA or FIFO)
486 enum fimc_datapath out_path; member in struct:fimc_ctx
H A Dfimc-m2m.c646 ctx->out_path = FIMC_IO_DMA;
H A Dfimc-capture.c1729 ctx->out_path = FIMC_IO_DMA;
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.c225 if (ctx->out_path == GSC_DMA)
240 if (ctx->out_path == GSC_DMA) {
300 if (ctx->out_path != GSC_DMA) {
H A Dgsc-core.h349 * @out_path: output mode (DMA or FIFO)
368 enum gsc_datapath out_path; member in struct:gsc_ctx
405 int dh, int rot, int out_path);
H A Dgsc-core.c606 int dh, int rot, int out_path)
610 if (out_path == GSC_DMA)
644 ctx->gsc_ctrls.rotate->val, ctx->out_path);
724 ctx->out_path);
605 gsc_check_scaler_ratio(struct gsc_variant *var, int sw, int sh, int dw, int dh, int rot, int out_path) argument
H A Dgsc-m2m.c529 ctx->gsc_ctrls.rotate->val, ctx->out_path);
535 ctx->out_path);
641 ctx->out_path = GSC_DMA;
/linux-master/drivers/s390/char/
H A Dmonreader.c304 goto out_path;
316 goto out_path;
321 out_path:
H A Dvmlogrdr.c361 goto out_path;
378 out_path:
/linux-master/fs/nfs/
H A Dfs_context.c996 goto out_path;
1012 out_path:
/linux-master/fs/smb/client/
H A Dsmb2pdu.c2757 alloc_path_with_tree_prefix(__le16 **out_path, int *out_size, int *out_len, argument
2784 *out_path = kzalloc(*out_size + sizeof(__le16) /* null */, GFP_KERNEL);
2785 if (!*out_path)
2789 cifs_strtoUTF16(*out_path, treename, treename_len, cp);
2793 UniStrcat((wchar_t *)*out_path, (wchar_t *)sep);
2794 UniStrcat((wchar_t *)*out_path, (wchar_t *)path);
/linux-master/fs/
H A Dlibfs.c2095 goto out_path;
2108 out_path:
/linux-master/net/unix/
H A Daf_unix.c1230 goto out_path;
1254 out_path:

Completed in 309 milliseconds