Home
last modified time | relevance | path

Searched refs:f (Results 201 – 225 of 6671) sorted by relevance

12345678910>>...267

/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-m2m.c173 struct fimc_frame *f; in fimc_queue_setup() local
176 f = ctx_get_frame(ctx, vq->type); in fimc_queue_setup()
177 if (IS_ERR(f)) in fimc_queue_setup()
178 return PTR_ERR(f); in fimc_queue_setup()
183 if (!f->fmt) in fimc_queue_setup()
186 *num_planes = f->fmt->memplanes; in fimc_queue_setup()
187 for (i = 0; i < f->fmt->memplanes; i++) in fimc_queue_setup()
188 sizes[i] = f->payload[i]; in fimc_queue_setup()
238 struct v4l2_fmtdesc *f) in fimc_m2m_enum_fmt() argument
242 fmt = fimc_find_format(NULL, NULL, get_m2m_fmt_flags(f->type), in fimc_m2m_enum_fmt()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dchecksum_32.S56 jz 2f # Jump if alignment is ok.
58 jz 10f # Jump if alignment is boundary of 2 bytes.
62 jl 8f
68 jz 2f
71 jae 1f # Jump if we had at least two bytes.
73 jmp 4f
81 jz 2f
105 je 4f
113 jz 7f
115 jb 5f
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c190 static struct mmal_fmt *get_format(struct v4l2_format *f) in get_format() argument
197 if (fmt->fourcc == f->fmt.pix.pixelformat) in get_format()
699 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_overlay() argument
703 if (f->index >= ARRAY_SIZE(formats)) in vidioc_enum_fmt_vid_overlay()
706 fmt = &formats[f->index]; in vidioc_enum_fmt_vid_overlay()
708 f->pixelformat = fmt->fourcc; in vidioc_enum_fmt_vid_overlay()
714 struct v4l2_format *f) in vidioc_g_fmt_vid_overlay() argument
718 f->fmt.win = dev->overlay; in vidioc_g_fmt_vid_overlay()
724 struct v4l2_format *f) in vidioc_try_fmt_vid_overlay() argument
728 f->fmt.win.field = V4L2_FIELD_NONE; in vidioc_try_fmt_vid_overlay()
[all …]
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dfs.c35 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_do_setattr() local
60 mutex_lock(&f->sem); in jffs2_do_setattr()
61 mdatalen = f->metadata->size; in jffs2_do_setattr()
62 mdata = kmalloc(f->metadata->size, GFP_USER); in jffs2_do_setattr()
64 mutex_unlock(&f->sem); in jffs2_do_setattr()
67 ret = jffs2_read_dnode(c, f, f->metadata, mdata, 0, mdatalen); in jffs2_do_setattr()
69 mutex_unlock(&f->sem); in jffs2_do_setattr()
73 mutex_unlock(&f->sem); in jffs2_do_setattr()
93 mutex_lock(&f->sem); in jffs2_do_setattr()
102 ri->version = cpu_to_je32(++f->highest_version); in jffs2_do_setattr()
[all …]
/OK3568_Linux_fs/external/xserver/os/
H A Dlog.c411 vpnprintf(char *string, int size_in, const char *f, va_list args) in vpnprintf() argument
415 int f_len = strlen_sigsafe(f); in vpnprintf()
427 if (f[f_idx] != '%') { in vpnprintf()
428 string[s_idx++] = f[f_idx]; in vpnprintf()
435 if (f[f_idx] == '*') { in vpnprintf()
439 while (f_idx < f_len && ((f[f_idx] >= '0' && f[f_idx] <= '9'))) in vpnprintf()
445 if (f[f_idx] == '.') { in vpnprintf()
447 if (f[f_idx] == '*') { in vpnprintf()
453 while (f_idx < f_len && ((f[f_idx] >= '0' && f[f_idx] <= '9'))) in vpnprintf()
460 int parsed_bytes = parse_length_modifier(&f[f_idx], f_len - f_idx, &length_modifier); in vpnprintf()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-g2d/
H A Dg2d-hw.c23 void g2d_set_src_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_src_size() argument
28 w(f->stride & 0xFFFF, SRC_STRIDE_REG); in g2d_set_src_size()
30 n = f->o_height & 0xFFF; in g2d_set_src_size()
32 n |= f->o_width & 0xFFF; in g2d_set_src_size()
35 n = f->bottom & 0xFFF; in g2d_set_src_size()
37 n |= f->right & 0xFFF; in g2d_set_src_size()
40 w(f->fmt->hw, SRC_COLOR_MODE_REG); in g2d_set_src_size()
48 void g2d_set_dst_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_dst_size() argument
53 w(f->stride & 0xFFFF, DST_STRIDE_REG); in g2d_set_dst_size()
55 n = f->o_height & 0xFFF; in g2d_set_dst_size()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.h15 int vivid_g_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
16 int vivid_try_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
17 int vivid_s_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
18 int vidioc_g_fmt_vid_out_mplane(struct file *file, void *priv, struct v4l2_format *f);
19 int vidioc_try_fmt_vid_out_mplane(struct file *file, void *priv, struct v4l2_format *f);
20 int vidioc_s_fmt_vid_out_mplane(struct file *file, void *priv, struct v4l2_format *f);
21 int vidioc_g_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
22 int vidioc_try_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
23 int vidioc_s_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
26 int vivid_vid_out_g_pixelaspect(struct file *file, void *priv, int type, struct v4l2_fract *f);
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Drunqemu.py52 with open(qemu.qemurunnerlog) as f:
53 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
59 with open(qemu.qemurunnerlog) as f:
60 self.assertIn('rootfs.ext4', f.read(), "Failed: %s" % cmd)
66 with open(qemu.qemurunnerlog) as f:
67 self.assertIn('media=cdrom', f.read(), "Failed: %s" % cmd)
73 with open(qemu.qemurunnerlog) as f:
74 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
81 with open(qemu.qemurunnerlog) as f:
82 self.assertIn('format=vmdk', f.read(), "Failed: %s" % cmd)
[all …]
/OK3568_Linux_fs/kernel/arch/microblaze/lib/
H A Duaccess_old.S37 beqid r7,3f
41 beqid r4,2f
79 beqid r6,3f
83 beqid r4,2f /* break on NUL */
124 .word 1b, 33f; \
125 .word 2b, 33f; \
126 .word 3b, 33f; \
127 .word 4b, 33f; \
128 .word 5b, 33f; \
129 .word 6b, 33f; \
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dmemset.S22 99: ba 30f; \
81 b 1f
85 be 2f
89 be 2f
96 b 4f
104 bleu 7f
111 be 2f
119 be 9f
126 EXT(10b, 11b, 20f)
132 be 13f
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/
H A Dbabeltrace_1.5.11.bb28 for f in $(grep -l -r abs_top_srcdir ${S}/tests); do
29 sed -i 's:\@abs_top_srcdir\@:${PTEST_PATH}:' ${f}
32 for f in $(grep -l -r abs_top_builddir ${S}/tests); do
33 sed -i 's:\@abs_top_builddir\@:${PTEST_PATH}:' ${f}
35 for f in $(grep -l -r GREP ${S}/tests); do
36 sed -i 's:\@GREP\@:grep:' ${f}
39 for f in $(grep -l -r SED ${S}/tests); do
40 sed -i 's:\@SED\@:sed:' ${f}
50 for f in config/tap-driver.sh config/test-driver; do
51 install -D "${S}/$f" "${D}${PTEST_PATH}/$f"
[all …]
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dfsm.c23 fsm *f; in init_fsm() local
34 f = kzalloc(sizeof(fsm), order); in init_fsm()
35 if (f == NULL) { in init_fsm()
41 f->nr_events = nr_events; in init_fsm()
42 f->nr_states = nr_states; in init_fsm()
43 f->event_names = event_names; in init_fsm()
44 f->state_names = state_names; in init_fsm()
45 this->f = f; in init_fsm()
54 f->jumpmatrix = m; in init_fsm()
61 name, i, (long)tmpl[i].cond_state, (long)f->nr_states, in init_fsm()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/include/debug/
H A Dtegra.S53 bne 90f ; \
61 beq 90f ; \
65 b 91f
68 adr \rp, 99f @ actual addr of 99f
75 bne 100f @ no; go load the addresses
86 beq 11f @ some boards swap the meaning
88 bne 90f
92 beq 20f
94 beq 21f
96 beq 22f
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/math/
H A Dfpu_asm.S14 bne cr1,1f
17 bne cr1,1f
20 bne cr1,1f
23 bne cr1,1f
26 bne cr1,1f
29 bne cr1,1f
32 bne cr1,1f
35 bne cr1,1f
38 bne cr1,1f
41 bne cr1,1f
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_legacy.h62 int drm_legacy_resctx(struct drm_device *d, void *v, struct drm_file *f);
63 int drm_legacy_addctx(struct drm_device *d, void *v, struct drm_file *f);
64 int drm_legacy_getctx(struct drm_device *d, void *v, struct drm_file *f);
65 int drm_legacy_switchctx(struct drm_device *d, void *v, struct drm_file *f);
66 int drm_legacy_newctx(struct drm_device *d, void *v, struct drm_file *f);
67 int drm_legacy_rmctx(struct drm_device *d, void *v, struct drm_file *f);
69 int drm_legacy_setsareactx(struct drm_device *d, void *v, struct drm_file *f);
70 int drm_legacy_getsareactx(struct drm_device *d, void *v, struct drm_file *f);
102 int drm_legacy_addmap_ioctl(struct drm_device *d, void *v, struct drm_file *f);
103 int drm_legacy_rmmap_ioctl(struct drm_device *d, void *v, struct drm_file *f);
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/
H A Dfsg-setup.c213 uint8_t __iomem *f; in fsg_init() local
258 f = ioremap(IXP4XX_EXP_BUS_BASE(0), 0x400000); in fsg_init()
259 if (f) { in fsg_init()
263 fsg_plat_eth[0].hwaddr[i] = readb(f + 0x3C0422 + i); in fsg_init()
264 fsg_plat_eth[1].hwaddr[i] = readb(f + 0x3C043B + i); in fsg_init()
274 fsg_plat_eth[0].hwaddr[0] = readb(f + 0x3C0421); in fsg_init()
275 fsg_plat_eth[0].hwaddr[1] = readb(f + 0x3C0420); in fsg_init()
276 fsg_plat_eth[0].hwaddr[2] = readb(f + 0x3C0427); in fsg_init()
277 fsg_plat_eth[0].hwaddr[3] = readb(f + 0x3C0426); in fsg_init()
278 fsg_plat_eth[0].hwaddr[4] = readb(f + 0x3C0425); in fsg_init()
[all …]
/OK3568_Linux_fs/buildroot/package/cache-calibrator/
H A D0001-Fix-conflicting-round-function.patch33 - if (!delay) fprintf(fp, "%s'(%ld)' %f", s, round(CYperIt(cache->latency1[l] - delay)), NSperIt(c…
34 - else fprintf(fp, "%s'(%ld)' %f", s, round(CYperIt(cache->latency2[l] - delay)), NSperIt(cache->…
35 + if (!delay) fprintf(fp, "%s'(%ld)' %f", s, lng_round(CYperIt(cache->latency1[l] - delay)), NSper…
36 + else fprintf(fp, "%s'(%ld)' %f", s, lng_round(CYperIt(cache->latency2[l] - delay)), NSperIt(cac…
47 fprintf(fp, "set label %ld '(%1.3g) ' at %f,%f right\n", l + 1, z, xl, z);
48 fprintf(fp, "set arrow %ld from %f,%f to %f,%f nohead lt 0\n", l + 1, xl, z, xh, z);
54 - if (!delay) fprintf(fp, "%s'(%ld)' %f", s, round(CYperIt(TLB->latency1[l] - delay)), NSperIt(TLB…
55 - else fprintf(fp, "%s'(%ld)' %f", s, round(CYperIt(TLB->latency2[l] - delay)), NSperIt(TLB->late…
56 + if (!delay) fprintf(fp, "%s'(%ld)' %f", s, lng_round(CYperIt(TLB->latency1[l] - delay)), NSperIt…
57 + else fprintf(fp, "%s'(%ld)' %f", s, lng_round(CYperIt(TLB->latency2[l] - delay)), NSperIt(TLB->…
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/math-emu/
H A Dfp_decode.h74 jmp ([0f:w,%pc,%d0*4])
86 jmp ([0f:w,%pc,%d0*4])
116 jmp ([0f:w,%pc,%d0*4])
143 jne 1\@f
146 jra 2\@f
153 jne 3\@f
170 jmp ([0f:w,%pc,%d0*4])
180 jmp ([0f:w,%pc,%d0*4])
234 jne 1\@f
237 jne 1\@f
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbuildstats.bbclass12 with open("/proc/%d/stat" % pid, "r") as f:
13 fields = f.readline().rstrip().split()
19 with open("/proc/%d/stat" % pid, "r") as f:
20 fields = f.readline().rstrip().split()
29 with open("/proc/%d/io" % pid, "r") as f:
31 i = f.readline().strip()
46 with open("/proc/stat", "r") as f:
47 fields = f.readline().rstrip().split()[1:]
83 with open(os.path.join(logfile), "a") as f:
86 f.write(d.expand("${PF}: %s\n" % e.task))
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/
H A Dvim2m.c665 static int enum_fmt(struct v4l2_fmtdesc *f, u32 type) in enum_fmt() argument
675 if (num == f->index) in enum_fmt()
688 f->pixelformat = fmt->fourcc; in enum_fmt()
697 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_cap() argument
699 return enum_fmt(f, MEM2MEM_CAPTURE); in vidioc_enum_fmt_vid_cap()
703 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_out() argument
705 return enum_fmt(f, MEM2MEM_OUTPUT); in vidioc_enum_fmt_vid_out()
729 static int vidioc_g_fmt(struct vim2m_ctx *ctx, struct v4l2_format *f) in vidioc_g_fmt() argument
734 vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type); in vidioc_g_fmt()
738 q_data = get_q_data(ctx, f->type); in vidioc_g_fmt()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/scripts/
H A Dfile_to_c.py24 f = open(args.out, 'w')
26 f.write("/* automatically generated */\n")
27 f.write("#include <stdint.h>\n")
28 f.write("#include <stddef.h>\n\n")
30 f.write("const uint8_t " + args.name + "[] = {\n")
33 f.write("0x" + '{0:02x}'.format(x) + ",")
36 f.write("\n")
38 f.write(" ")
40 f.write("'\\0'};\n")
41 f.write("const size_t " + args.name + "_size = sizeof(" +
[all …]
/OK3568_Linux_fs/kernel/arch/riscv/lib/
H A Duaccess.S26 bne t0, t1, 2f
36 bgeu t0, t1, 2f
37 bltu a1, t0, 4f
39 fixup REG_L, t2, (a1), 10f
40 fixup REG_S, t2, (a0), 10f
45 bltu a1, a3, 5f
53 fixup lbu, t2, (a1), 10f
54 fixup sb, t2, (a0), 10f
60 fixup lbu, t2, (a1), 10f
61 fixup sb, t2, (a0), 10f
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Ddevtool76 with open(self.config_file, 'w') as f:
77 self.config_obj.write(f)
105 with open(fn, 'r') as f:
108 for line in f:
153 with open(os.path.join(confdir, 'layer.conf'), 'w') as f:
154 f.write('# ### workspace layer auto-generated by devtool ###\n')
155 f.write('BBPATH =. "$' + '{LAYERDIR}:"\n')
156 f.write('BBFILES += "$' + '{LAYERDIR}/recipes/*/*.bb \\\n')
157 f.write(' $' + '{LAYERDIR}/appends/*.bbappend"\n')
158 f.write('BBFILE_COLLECTIONS += "workspacelayer"\n')
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/
H A Dbin_to_c.py46 f = open(args.out, 'w')
47 f.write('/* Generated from ' + args.bin + ' by ' +
49 f.write('#include <compiler.h>\n')
50 f.write('#include <stdint.h>\n')
52 f.write('__extension__ const char ' + args.vname + '[] = {\n')
54 f.write('__extension__ const uint8_t ' + args.vname + '[] ' +
59 f.write('\t\t')
63 f.write('0x' + '{:02x}'.format(ord(bytes[i])) + ',')
66 f.write('\n')
68 f.write(' ')
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/scripts/
H A Dsign.py47 f = open(args.key, 'rb')
48 key = RSA.importKey(f.read())
49 f.close()
51 f = open(args.inf, 'rb')
52 img = f.read()
53 f.close()
72 f = open(args.out, 'wb')
73 f.write(shdr)
74 f.write(h.digest())
75 f.write(sig)
[all …]

12345678910>>...267