| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | sysfb_simplefb.c | 30 const struct simplefb_format *f; in parse_mode() local 39 f = &formats[i]; in parse_mode() 40 if (si->lfb_depth == f->bits_per_pixel && in parse_mode() 41 si->red_size == f->red.length && in parse_mode() 42 si->red_pos == f->red.offset && in parse_mode() 43 si->green_size == f->green.length && in parse_mode() 44 si->green_pos == f->green.offset && in parse_mode() 45 si->blue_size == f->blue.length && in parse_mode() 46 si->blue_pos == f->blue.offset && in parse_mode() 47 si->rsvd_size == f->transp.length && in parse_mode() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | map_in_map.c | 13 struct fd f; in bpf_map_meta_alloc() local 15 f = fdget(inner_map_ufd); in bpf_map_meta_alloc() 16 inner_map = __bpf_map_get(f); in bpf_map_meta_alloc() 22 fdput(f); in bpf_map_meta_alloc() 27 fdput(f); in bpf_map_meta_alloc() 32 fdput(f); in bpf_map_meta_alloc() 43 fdput(f); in bpf_map_meta_alloc() 62 fdput(f); in bpf_map_meta_alloc() 86 struct fd f; in bpf_map_fd_get_ptr() local 88 f = fdget(ufd); in bpf_map_fd_get_ptr() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | memcpy_64.S | 71 bf cr7*4+0,2f 75 blt cr1,3f 82 beq 3f 85 bf cr7*4+1,1f 90 1: bf cr7*4+2,2f 95 2: bf cr7*4+3,3f 113 bt cr7*4+0,0f 122 blt cr6,4f 125 b 2f 131 blt cr6,5f [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/qcom/ |
| H A D | clk-pll.c | 113 struct pll_freq_tbl *find_freq(const struct pll_freq_tbl *f, unsigned long rate) in find_freq() argument 115 if (!f) in find_freq() 118 for (; f->freq; f++) in find_freq() 119 if (rate <= f->freq) in find_freq() 120 return f; in find_freq() 129 const struct pll_freq_tbl *f; in clk_pll_determine_rate() local 131 f = find_freq(pll->freq_tbl, req->rate); in clk_pll_determine_rate() 132 if (!f) in clk_pll_determine_rate() 135 req->rate = f->freq; in clk_pll_determine_rate() 144 const struct pll_freq_tbl *f; in clk_pll_set_rate() local [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_sockmap_kern.h | 97 int *f, two = 2; in bpf_prog1() local 99 f = bpf_map_lookup_elem(&sock_skb_opts, &two); in bpf_prog1() 100 if (f && *f) { in bpf_prog1() 101 return *f; in bpf_prog1() 111 int len, *f, ret, zero = 0; in bpf_prog2() local 120 f = bpf_map_lookup_elem(&sock_skb_opts, &zero); in bpf_prog2() 121 if (f && *f) { in bpf_prog2() 123 flags = *f; in bpf_prog2() 153 int err, *f, ret = SK_PASS; in bpf_prog3() local 156 f = bpf_map_lookup_elem(&sock_skb_opts, &one); in bpf_prog3() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/ |
| H A D | fimc-lite-reg.c | 127 void flite_hw_set_source_format(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_source_format() argument 129 u32 pixelcode = f->fmt->mbus_code; in flite_hw_set_source_format() 152 cfg |= (f->f_width << 16) | f->f_height; in flite_hw_set_source_format() 158 void flite_hw_set_window_offset(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_window_offset() argument 165 cfg |= (f->rect.left << 16) | f->rect.top; in flite_hw_set_window_offset() 169 hoff2 = f->f_width - f->rect.width - f->rect.left; in flite_hw_set_window_offset() 170 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset() 229 static void flite_hw_set_out_order(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_out_order() argument 241 if (pixcode[i][0] == f->fmt->mbus_code) in flite_hw_set_out_order() 247 void flite_hw_set_dma_window(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_dma_window() argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/copyloops/ |
| H A D | memcpy_64.S | 71 bf cr7*4+0,2f 75 blt cr1,3f 82 beq 3f 85 bf cr7*4+1,1f 90 1: bf cr7*4+2,2f 95 2: bf cr7*4+3,3f 113 bt cr7*4+0,0f 122 blt cr6,4f 125 b 2f 131 blt cr6,5f [all …]
|
| /OK3568_Linux_fs/buildroot/package/shadow/ |
| H A D | shadow.mk | 40 /usr/sbin/chgpasswd f 4755 0 0 - - - - - \ 41 /usr/sbin/chpasswd f 4755 0 0 - - - - - \ 42 /usr/sbin/groupadd f 4755 0 0 - - - - - \ 43 /usr/sbin/groupdel f 4755 0 0 - - - - - \ 44 /usr/sbin/groupmod f 4755 0 0 - - - - - \ 45 /usr/sbin/newusers f 4755 0 0 - - - - - \ 46 /usr/sbin/useradd f 4755 0 0 - - - - - \ 47 /usr/sbin/usermod f 4755 0 0 - - - - - 61 /usr/bin/newuidmap f 4755 0 0 - - - - - \ 62 /usr/bin/newgidmap f 4755 0 0 - - - - - [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/coda/ |
| H A D | coda-common.c | 440 struct v4l2_fmtdesc *f) in coda_enum_fmt() argument 447 if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) in coda_enum_fmt() 449 else if (f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE) { in coda_enum_fmt() 469 f->pixelformat = V4L2_PIX_FMT_YUV422P; in coda_enum_fmt() 470 return f->index ? -EINVAL : 0; in coda_enum_fmt() 477 if (f->index >= CODA_MAX_FORMATS || formats[f->index] == 0) in coda_enum_fmt() 481 if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && in coda_enum_fmt() 482 formats[f->index] == V4L2_PIX_FMT_YUYV) in coda_enum_fmt() 485 f->pixelformat = formats[f->index]; in coda_enum_fmt() 491 struct v4l2_format *f) in coda_g_fmt() argument [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libyang/libyang/ |
| H A D | run-ptest | 35 for f in $tests 37 if test -e ./"$f"; then 38 if ./"$f" > ./"$f".out 2> ./"$f".err; then 39 echo "PASS: $f" 41 echo "FAIL: $f" 44 echo "SKIP: $f"
|
| /OK3568_Linux_fs/kernel/arch/sh/lib/ |
| H A D | checksum.S | 50 bt/s 2f ! Jump if alignment is ok. 54 bt 21f ! Jump if alignment is boundary of 2bytes. 59 bt 9f 70 bt 2f 75 bt/s 1f ! Jump if we had at least two bytes. 77 bra 6f 83 bf 2f 91 bt/s 4f ! if it's =0, go to 4f 140 bt 9f ! if it's =0 go to 9f 143 bf 7f [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libmodbus/libmodbus/ |
| H A D | Fix-float-endianness-issue-on-big-endian-arch.patch | 23 float f; 28 - memcpy(&f, &i, sizeof(float)); 38 + memcpy(&f, &i, 4); 40 return f; 44 float f; 49 - memcpy(&f, &i, sizeof(float)); 59 + memcpy(&f, &i, 4); 61 return f; 65 float f; 70 - memcpy(&f, &i, sizeof(float)); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/ |
| H A D | cedrus_video.c | 168 static int cedrus_enum_fmt(struct file *file, struct v4l2_fmtdesc *f, in cedrus_enum_fmt() argument 190 if (index == f->index) in cedrus_enum_fmt() 198 f->pixelformat = cedrus_formats[i].pixelformat; in cedrus_enum_fmt() 207 struct v4l2_fmtdesc *f) in cedrus_enum_fmt_vid_cap() argument 209 return cedrus_enum_fmt(file, f, CEDRUS_DECODE_DST); in cedrus_enum_fmt_vid_cap() 213 struct v4l2_fmtdesc *f) in cedrus_enum_fmt_vid_out() argument 215 return cedrus_enum_fmt(file, f, CEDRUS_DECODE_SRC); in cedrus_enum_fmt_vid_out() 219 struct v4l2_format *f) in cedrus_g_fmt_vid_cap() argument 223 f->fmt.pix = ctx->dst_fmt; in cedrus_g_fmt_vid_cap() 228 struct v4l2_format *f) in cedrus_g_fmt_vid_out() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | w100fb.h | 248 struct wrap_top_dir_t f; member 258 struct wrap_start_dir_t f; member 287 struct cif_cntl_t f; member 297 struct cfgreg_base_t f; member 318 struct cif_io_t f; member 350 struct cif_read_dbg_t f; member 383 struct cif_write_dbg_t f; member 400 struct intf_cntl_t f; member 416 struct cpu_defaults_t f; member 428 struct crtc_total_t f; member [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | tlbie_test.c | 262 FILE *f; in start_verification_log() local 273 f = fopen(path, "w"); in start_verification_log() 275 if (!f) { in start_verification_log() 279 fp[tid] = f; in start_verification_log() 281 fprintf(f, "----------------------------------------------------------\n"); in start_verification_log() 282 fprintf(f, "PID = %d\n", rim_process_pid); in start_verification_log() 283 fprintf(f, "Thread id = %02d\n", tid); in start_verification_log() 284 fprintf(f, "Chunk Start Addr = 0x%016lx\n", (unsigned long)chunk_start); in start_verification_log() 285 fprintf(f, "Chunk Size = %d\n", size); in start_verification_log() 286 fprintf(f, "Next Store Addr = 0x%016lx\n", (unsigned long)addr); in start_verification_log() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_uvc.c | 295 uvc_function_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in uvc_function_setup() argument 297 struct uvc_device *uvc = to_uvc(f); in uvc_function_setup() 307 uvcg_info(f, "invalid request type\n"); in uvc_function_setup() 337 uvc_function_get_alt(struct usb_function *f, unsigned interface) in uvc_function_get_alt() argument 339 struct uvc_device *uvc = to_uvc(f); in uvc_function_get_alt() 342 uvcg_info(f, "%s(%u)\n", __func__, interface); in uvc_function_get_alt() 344 opts = fi_to_f_uvc_opts(f->fi); in uvc_function_get_alt() 364 uvc_function_set_alt(struct usb_function *f, unsigned interface, unsigned alt) in uvc_function_set_alt() argument 366 struct uvc_device *uvc = to_uvc(f); in uvc_function_set_alt() 367 struct usb_composite_dev *cdev = f->config->cdev; in uvc_function_set_alt() [all …]
|
| H A D | f_subset.c | 55 static inline struct f_gether *func_to_geth(struct usb_function *f) in func_to_geth() argument 57 return container_of(f, struct f_gether, port.func); in func_to_geth() 253 static int geth_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in geth_set_alt() argument 255 struct f_gether *geth = func_to_geth(f); in geth_set_alt() 256 struct usb_composite_dev *cdev = f->config->cdev; in geth_set_alt() 267 if (config_ep_by_speed(cdev->gadget, f, geth->port.in_ep) || in geth_set_alt() 268 config_ep_by_speed(cdev->gadget, f, geth->port.out_ep)) { in geth_set_alt() 278 static void geth_disable(struct usb_function *f) in geth_disable() argument 280 struct f_gether *geth = func_to_geth(f); in geth_disable() 281 struct usb_composite_dev *cdev = f->config->cdev; in geth_disable() [all …]
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | debug.h | 181 __jffs2_dbg_fragtree_paranoia_check(struct jffs2_inode_info *f); 183 __jffs2_dbg_fragtree_paranoia_check_nolock(struct jffs2_inode_info *f); 210 __jffs2_dbg_dump_fragtree(struct jffs2_inode_info *f); 212 __jffs2_dbg_dump_fragtree_nolock(struct jffs2_inode_info *f); 219 #define jffs2_dbg_fragtree_paranoia_check(f) \ argument 220 __jffs2_dbg_fragtree_paranoia_check(f) 221 #define jffs2_dbg_fragtree_paranoia_check_nolock(f) \ argument 222 __jffs2_dbg_fragtree_paranoia_check_nolock(f) 230 #define jffs2_dbg_fragtree_paranoia_check(f) argument 231 #define jffs2_dbg_fragtree_paranoia_check_nolock(f) argument [all …]
|
| H A D | file.c | 82 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_do_readpage_nolock() local 95 ret = jffs2_read_inode_range(c, f, pg_buf, pg->index << PAGE_SHIFT, in jffs2_do_readpage_nolock() 123 struct jffs2_inode_info *f = JFFS2_INODE_INFO(pg->mapping->host); in jffs2_readpage() local 126 mutex_lock(&f->sem); in jffs2_readpage() 128 mutex_unlock(&f->sem); in jffs2_readpage() 138 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_write_begin() local 160 mutex_lock(&f->sem); in jffs2_write_begin() 168 ri.ino = cpu_to_je32(f->inocache->ino); in jffs2_write_begin() 169 ri.version = cpu_to_je32(++f->highest_version); in jffs2_write_begin() 182 fn = jffs2_write_dnode(c, f, &ri, NULL, 0, ALLOC_NORMAL); in jffs2_write_begin() [all …]
|
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_net.py | 144 f = u_boot_console.config.env.get('env__net_tftp_readable_file', None) 145 if not f: 148 addr = f.get('addr', None) 152 fn = f['fn'] 155 sz = f.get('size', None) 160 expected_crc = f.get('crc32', None) 184 f = u_boot_console.config.env.get('env__net_nfs_readable_file', None) 185 if not f: 188 addr = f.get('addr', None) 192 fn = f['fn'] [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_fence.c | 107 struct msm_fence *f = to_msm_fence(fence); in msm_fence_get_timeline_name() local 108 return f->fctx->name; in msm_fence_get_timeline_name() 113 struct msm_fence *f = to_msm_fence(fence); in msm_fence_signaled() local 114 return fence_completed(f->fctx, f->base.seqno); in msm_fence_signaled() 126 struct msm_fence *f; in msm_fence_alloc() local 128 f = kzalloc(sizeof(*f), GFP_KERNEL); in msm_fence_alloc() 129 if (!f) in msm_fence_alloc() 132 f->fctx = fctx; in msm_fence_alloc() 134 dma_fence_init(&f->base, &msm_fence_ops, &fctx->spinlock, in msm_fence_alloc() 137 return &f->base; in msm_fence_alloc()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | ui-bootstrap-tpls-0.11.0.js | 8 …f.style[b])return a[b]}var e=function(d,f,g){g=g||{};var h=a.defer(),i=e[g.animation?"animationEnd… field 9 …f,g,h,i,j,k){return function(e,l,m){function n(a){var b=a||o.trigger||m,d=c[b]||b;return{show:b,hi… argument
|
| H A D | ui-bootstrap-tpls-0.11.0.min.js | 8 …f.style[b])return a[b]}var e=function(d,f,g){g=g||{};var h=a.defer(),i=e[g.animation?"animationEnd… argument 9 …f,g,h,i,j,k){return function(e,l,m){function n(a){var b=a||o.trigger||m,d=c[b]||b;return{show:b,hi… argument
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | test.c | 13 double f; in main() local 16 f = convert(l); in main() 17 printf("convert: %lld => %f\n", l, f); in main() 18 if ( f != check ) exit(1); in main() 20 f = 1234.67; in main() 22 printf("floorf(%f) = %f\n", f, floorf(f)); in main() 23 if ( floorf(f) != check) exit(1); in main()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/ |
| H A D | mtk_vcodec_enc.c | 116 static int vidioc_enum_fmt(struct v4l2_fmtdesc *f, in vidioc_enum_fmt() argument 120 if (f->index >= num_formats) in vidioc_enum_fmt() 123 f->pixelformat = formats[f->index].fourcc; in vidioc_enum_fmt() 124 memset(f->reserved, 0, sizeof(f->reserved)); in vidioc_enum_fmt() 170 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_cap() argument 175 return vidioc_enum_fmt(f, pdata->capture_formats, in vidioc_enum_fmt_vid_cap() 180 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_out() argument 185 return vidioc_enum_fmt(f, pdata->output_formats, in vidioc_enum_fmt_vid_out() 251 static int vidioc_try_fmt(struct v4l2_format *f, in vidioc_try_fmt() argument 254 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_try_fmt() [all …]
|