| /OK3568_Linux_fs/kernel/arch/arm64/lib/ |
| H A D | copy_in_user.S | 25 uao_user_alternative 9998f, ldrb, ldtrb, \reg, \ptr, \val 29 uao_user_alternative 9998f, strb, sttrb, \reg, \ptr, \val 33 uao_user_alternative 9997f, ldrh, ldtrh, \reg, \ptr, \val 37 uao_user_alternative 9997f, strh, sttrh, \reg, \ptr, \val 41 uao_user_alternative 9997f, ldr, ldtr, \reg, \ptr, \val 45 uao_user_alternative 9997f, str, sttr, \reg, \ptr, \val 49 uao_ldp 9997f, \reg1, \reg2, \ptr, \val 53 uao_stp 9997f, \reg1, \reg2, \ptr, \val 70 b.ne 9998f 72 USER(9998f, ldtrb tmp1w, [srcin]) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_sched.c | 67 struct fd f = fdget(fd); in amdgpu_sched_process_priority_override() local 73 if (!f.file) in amdgpu_sched_process_priority_override() 76 r = amdgpu_file_to_fpriv(f.file, &fpriv); in amdgpu_sched_process_priority_override() 78 fdput(f); in amdgpu_sched_process_priority_override() 85 fdput(f); in amdgpu_sched_process_priority_override() 94 struct fd f = fdget(fd); in amdgpu_sched_context_priority_override() local 99 if (!f.file) in amdgpu_sched_context_priority_override() 102 r = amdgpu_file_to_fpriv(f.file, &fpriv); in amdgpu_sched_context_priority_override() 104 fdput(f); in amdgpu_sched_context_priority_override() 111 fdput(f); in amdgpu_sched_context_priority_override() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_rndis.c | 82 static inline struct f_rndis *func_to_rndis(struct usb_function *f) in func_to_rndis() argument 84 return container_of(f, struct f_rndis, port.func); in func_to_rndis() 465 rndis_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in rndis_setup() argument 467 struct f_rndis *rndis = func_to_rndis(f); in rndis_setup() 468 struct usb_composite_dev *cdev = f->config->cdev; in rndis_setup() 553 static int rndis_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in rndis_set_alt() argument 555 struct f_rndis *rndis = func_to_rndis(f); in rndis_set_alt() 556 struct usb_composite_dev *cdev = f->config->cdev; in rndis_set_alt() 566 if (config_ep_by_speed(cdev->gadget, f, rndis->notify)) in rndis_set_alt() 581 if (config_ep_by_speed(cdev->gadget, f, in rndis_set_alt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/via/ |
| H A D | debug.h | 17 #define DEBUG_MSG(f, a...) printk(f, ## a) argument 19 #define DEBUG_MSG(f, a...) no_printk(f, ## a) argument 24 #define WARN_MSG(f, a...) printk(f, ## a) argument 26 #define WARN_MSG(f, a...) no_printk(f, ## a) argument
|
| /OK3568_Linux_fs/kernel/tools/wmi/ |
| H A D | dell-smbios-example.c | 58 FILE *f; in find_token() local 66 f = fopen(value_sysfs, "rb"); in find_token() 67 if (!f) { in find_token() 71 fread(buf, 1, 4096, f); in find_token() 72 fclose(f); in find_token() 80 f = fopen(location_sysfs, "rb"); in find_token() 81 if (!f) { in find_token() 85 fread(buf, 1, 4096, f); in find_token() 86 fclose(f); in find_token() 145 FILE *f; in query_buffer_size() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/ |
| H A D | debug_handler.hpp | 43 , f(f_) in debug_handler() 52 f(first, last, context, pre_parse, rule_name); in operator ()() 57 f(first, last, context, successful_parse, rule_name); in operator ()() 60 f(first, last, context, failed_parse, rule_name); in operator ()() 64 f(first, last, context, failed_parse, rule_name); in operator ()() 71 F f; member 77 void debug(rule<Iterator, T1, T2, T3, T4>& r, F f) in debug() argument 88 r.f = debug_handler(r.f, f, r.name()); in debug() 122 r.f = debug_handler(r.f, trace(), r.name()); in debug()
|
| /OK3568_Linux_fs/kernel/arch/sparc/lib/ |
| H A D | strncmp_32.S | 16 ble 7f 28 be 8f 32 be,a 1f 44 be 8f 48 be,a 1f 60 be 8f 64 be,a 1f 76 be 8f 80 be 1f 92 b 7f [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | fsm.h | 65 fsm *f; member 149 if ((state >= fi->f->nr_states) || in fsm_event() 150 (event >= fi->f->nr_events) ) { in fsm_event() 152 fi->name, (long)state,(long)fi->f->nr_states, event, in fsm_event() 153 (long)fi->f->nr_events); in fsm_event() 159 r = fi->f->jumpmatrix[fi->f->nr_states * event + state]; in fsm_event() 163 fi->name, fi->f->state_names[state], in fsm_event() 164 fi->f->event_names[event]); in fsm_event() 174 fi->name, fi->f->event_names[event], in fsm_event() 175 fi->f->state_names[state]); in fsm_event() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/set/aux_/ |
| H A D | set0.hpp | 32 # define BOOST_MPL_AUX_SET0_OVERLOAD(R, f, X, T) \ argument 33 friend R BOOST_PP_CAT(BOOST_MPL_AUX_OVERLOAD_,f)(X const&, T) \ 36 # define BOOST_MPL_AUX_SET_OVERLOAD(R, f, X, T) \ argument 37 BOOST_MPL_AUX_SET0_OVERLOAD(R, f, X, T) \ 42 # define BOOST_MPL_AUX_SET0_OVERLOAD(R, f, X, T) \ 43 static R BOOST_PP_CAT(BOOST_MPL_AUX_OVERLOAD_,f)(X const&, T) \ 46 # define BOOST_MPL_AUX_SET_OVERLOAD(R, f, X, T) \ 47 BOOST_MPL_AUX_SET0_OVERLOAD(R, f, X, T); \ 48 using Base::BOOST_PP_CAT(BOOST_MPL_AUX_OVERLOAD_,f) \
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | getdeveloperlib.py | 50 with open(fname, "r") as f: 51 for line in f: 116 def hasfile(self, f): argument 118 if f.startswith(fs): 150 for f in files: 151 path = os.path.join(root, f) 153 pkg = os.path.splitext(f)[0] 162 with open(fname, "r") as f: 164 for line in f: 215 all_files += [os.path.join(root, f) for f in files] [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/ |
| H A D | saa7134-empress.c | 89 struct v4l2_fmtdesc *f) in empress_enum_fmt_vid_cap() argument 91 if (f->index != 0) in empress_enum_fmt_vid_cap() 94 f->pixelformat = V4L2_PIX_FMT_MPEG; in empress_enum_fmt_vid_cap() 99 struct v4l2_format *f) in empress_g_fmt_vid_cap() argument 109 v4l2_fill_pix_format(&f->fmt.pix, mbus_fmt); in empress_g_fmt_vid_cap() 110 f->fmt.pix.pixelformat = V4L2_PIX_FMT_MPEG; in empress_g_fmt_vid_cap() 111 f->fmt.pix.sizeimage = TS_PACKET_SIZE * dev->ts.nr_packets; in empress_g_fmt_vid_cap() 112 f->fmt.pix.bytesperline = 0; in empress_g_fmt_vid_cap() 118 struct v4l2_format *f) in empress_s_fmt_vid_cap() argument 125 v4l2_fill_mbus_format(&format.format, &f->fmt.pix, MEDIA_BUS_FMT_FIXED); in empress_s_fmt_vid_cap() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | copy_buildsystem.py | 86 with open(layerconf, 'r') as f: 87 … if f.readline().startswith("# ### workspace layer auto-generated by devtool ###"): 116 for f in corebase_files: 117 f_basename = os.path.basename(f) 119 _smart_copy(f, destname) 151 with open(layerconf, 'r') as f: 152 origlines = f.readlines() 153 with open(layerconf, 'w') as f: 158 f.write(line) 179 with open(pruned_output, 'w') as f: [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | cleanpatch | 95 foreach $f ( @files ) { 96 print STDERR "$name: $f\n"; 98 if (! -f $f) { 99 print STDERR "$f: not a file\n"; 103 if (!open(FILE, '+<', $f)) { 104 print STDERR "$name: Cannot open file: $f: $!\n"; 123 print STDERR "$name: $f: binary file\n"; 168 "$f:$lineno: adds line exceeds $max_width ", 181 print STDERR "$name: $f: malformed patch\n"; 187 print STDERR "$name: $f: malformed patch\n"; [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | cleanpatch | 97 foreach $f ( @files ) { 98 print STDERR "$name: $f\n"; 100 if (! -f $f) { 101 print STDERR "$f: not a file\n"; 105 if (!open(FILE, '+<', $f)) { 106 print STDERR "$name: Cannot open file: $f: $!\n"; 125 print STDERR "$name: $f: binary file\n"; 170 "$f:$lineno: adds line exceeds $max_width ", 183 print STDERR "$name: $f: malformed patch\n"; 189 print STDERR "$name: $f: malformed patch\n"; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sunxi/sun8i-rotate/ |
| H A D | sun8i_rotate.c | 224 struct v4l2_fmtdesc *f) in rotate_enum_fmt_vid_cap() argument 226 return rotate_enum_fmt(f, true); in rotate_enum_fmt_vid_cap() 230 struct v4l2_fmtdesc *f) in rotate_enum_fmt_vid_out() argument 232 return rotate_enum_fmt(f, false); in rotate_enum_fmt_vid_out() 259 struct v4l2_pix_format *f, in rotate_set_cap_format() argument 269 f->pixelformat = V4L2_PIX_FMT_YUV420; in rotate_set_cap_format() 271 f->pixelformat = ctx->src_fmt.pixelformat; in rotate_set_cap_format() 273 f->field = V4L2_FIELD_NONE; in rotate_set_cap_format() 276 f->width = ctx->src_fmt.height; in rotate_set_cap_format() 277 f->height = ctx->src_fmt.width; in rotate_set_cap_format() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | fetch.py | 59 f = os.path.join(tempdir, "test.bb") 60 with open(f, "w") as fd: 62 return f 76 f = self.write_recipe(textwrap.dedent(r), tempdir) 77 d = tinfoil.parse_recipe_file(f) 86 f = self.write_recipe(textwrap.dedent(r), tempdir) 87 d = tinfoil.parse_recipe_file(f) 95 f = self.write_recipe(textwrap.dedent(r), tempdir) 96 d = tinfoil.parse_recipe_file(f) 104 f = self.write_recipe(textwrap.dedent(r), tempdir) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/esas2r/ |
| H A D | esas2r_log.h | 81 #define esas2r_debug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) argument 82 #define esas2r_hdebug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) argument 84 #define esas2r_debug(f, args ...) argument 85 #define esas2r_hdebug(f, args ...) argument 108 #define esas2r_trace(f, args ...) esas2r_log(ESAS2R_LOG_TRCE, "(%s:%s:%d): " \ argument 109 f, __func__, __FILE__, __LINE__, \ 115 #define esas2r_trace(f, args ...) argument
|
| /OK3568_Linux_fs/kernel/tools/io_uring/ |
| H A D | io_uring-bench.c | 147 struct file *f; in init_io() local 156 f = &s->files[0]; in init_io() 158 f = &s->files[s->cur_file]; in init_io() 159 if (f->pending_ios >= file_depth(s)) { in init_io() 163 f = &s->files[s->cur_file]; in init_io() 166 f->pending_ios++; in init_io() 169 offset = (r % (f->max_blocks - 1)) * BS; in init_io() 173 sqe->fd = f->fixed_fd; in init_io() 176 sqe->fd = f->real_fd; in init_io() 191 sqe->user_data = (unsigned long) f; in init_io() [all …]
|
| /OK3568_Linux_fs/buildroot/package/xinetd/ |
| H A D | 0002-destdir.patch | 39 - rm -f $(DAEMONDIR)/xinetd 40 - rm -f $(DAEMONDIR)/itox 41 - rm -f $(DAEMONDIR)/xconv.pl 42 - rm -f $(MANDIR)/man5/xinetd.conf.5 43 - rm -f $(MANDIR)/man8/xinetd.log.8 44 - rm -f $(MANDIR)/man8/xinetd.8 45 - rm -f $(MANDIR)/man8/itox.8 46 + rm -f $(DESTDIR)$(DAEMONDIR)/xinetd 47 + rm -f $(DESTDIR)$(DAEMONDIR)/itox 48 + rm -f $(DESTDIR)$(DAEMONDIR)/xconv.pl [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/ |
| H A D | for_each_point.hpp | 9 auto for_each_point(Point&& point, F&& f) in for_each_point() argument 12 f(std::forward<Point>(point)); in for_each_point() 16 auto for_each_point(Container&& container, F&& f) 20 void for_each_point(mapbox::util::variant<Types...> const& geom, F&& f) in for_each_point() argument 23 for_each_point(g, f); in for_each_point() 28 void for_each_point(mapbox::util::variant<Types...> & geom, F&& f) in for_each_point() argument 31 for_each_point(g, f); in for_each_point() 36 auto for_each_point(Container&& container, F&& f) in for_each_point() argument 40 for_each_point(e, f); in for_each_point()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/ |
| H A D | map0.hpp | 32 # define BOOST_MPL_AUX_MAP0_OVERLOAD(R, f, X, T) \ argument 33 friend R BOOST_PP_CAT(BOOST_MPL_AUX_OVERLOAD_,f)(X const&, T) \ 36 # define BOOST_MPL_AUX_MAP_OVERLOAD(R, f, X, T) \ argument 37 BOOST_MPL_AUX_MAP0_OVERLOAD(R, f, X, T) \ 42 # define BOOST_MPL_AUX_MAP0_OVERLOAD(R, f, X, T) \ 43 static R BOOST_PP_CAT(BOOST_MPL_AUX_OVERLOAD_,f)(X const&, T) \ 46 # define BOOST_MPL_AUX_MAP_OVERLOAD(R, f, X, T) \ 47 BOOST_MPL_AUX_MAP0_OVERLOAD(R, f, X, T); \ 48 using Base::BOOST_PP_CAT(BOOST_MPL_AUX_OVERLOAD_,f) \
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/ |
| H A D | cpia2_v4l.c | 293 struct v4l2_fmtdesc *f) in cpia2_enum_fmt_vid_cap() argument 295 if (f->index > 1) in cpia2_enum_fmt_vid_cap() 298 if (f->index == 0) in cpia2_enum_fmt_vid_cap() 299 f->pixelformat = V4L2_PIX_FMT_MJPEG; in cpia2_enum_fmt_vid_cap() 301 f->pixelformat = V4L2_PIX_FMT_JPEG; in cpia2_enum_fmt_vid_cap() 314 struct v4l2_format *f) in cpia2_try_fmt_vid_cap() argument 318 if (f->fmt.pix.pixelformat != V4L2_PIX_FMT_MJPEG && in cpia2_try_fmt_vid_cap() 319 f->fmt.pix.pixelformat != V4L2_PIX_FMT_JPEG) in cpia2_try_fmt_vid_cap() 322 f->fmt.pix.field = V4L2_FIELD_NONE; in cpia2_try_fmt_vid_cap() 323 f->fmt.pix.bytesperline = 0; in cpia2_try_fmt_vid_cap() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qsgmapboxglnode.cpp | 94 QOpenGLFunctions *f = window->openglContext()->functions(); in render() local 95 f->glViewport(0, 0, m_fbo->width(), m_fbo->height()); in render() 98 f->glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment); in render() 102 f->glClearColor(0.f, 0.f, 0.f, 0.f); in render() 103 f->glColorMask(true, true, true, true); in render() 104 f->glClear(GL_COLOR_BUFFER_BIT); in render() 110 f->glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); in render() 140 QOpenGLFunctions *f = QOpenGLContext::currentContext()->functions(); in render() local 141 …f->glViewport(state->scissorRect().x(), state->scissorRect().y(), state->scissorRect().width(), st… in render() 142 …f->glScissor(state->scissorRect().x(), state->scissorRect().y(), state->scissorRect().width(), sta… in render() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | vxlan.c | 457 struct vxlan_fdb f = { in vxlan_ip_miss() local 465 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_ip_miss() 470 struct vxlan_fdb f = { in vxlan_fdb_miss() local 475 memcpy(f.eth_addr, eth_addr, ETH_ALEN); in vxlan_fdb_miss() 477 vxlan_fdb_notify(vxlan, &f, &remote, RTM_GETNEIGH, true, NULL); in vxlan_fdb_miss() 522 struct vxlan_fdb *f; in __vxlan_find_mac() local 524 hlist_for_each_entry_rcu(f, head, hlist) { in __vxlan_find_mac() 525 if (ether_addr_equal(mac, f->eth_addr)) { in __vxlan_find_mac() 527 if (vni == f->vni) in __vxlan_find_mac() 528 return f; in __vxlan_find_mac() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | firfit.c | 29 struct {double f, gain;} * knots; member 56 log_freqs[i] = log(max(p->knots[i].f, 1)); in make_filter() 66 double f = rate * 0.5 * i / work_len; in make_filter() local 67 double spl1 = f < max(p->knots[0].f, 1)? gains[0] : in make_filter() 68 f > p->knots[p->num_knots - 1].f? gains[p->num_knots - 1] : in make_filter() 69 lsx_spline3(log_freqs, gains, d, p->num_knots, log(f)); in make_filter() 94 &p->knots[p->num_knots].f, &p->knots[p->num_knots].gain); in read_knots() 96 if (p->num_knots && p->knots[p->num_knots].f <= p->knots[p->num_knots - 1].f) { in read_knots() 117 dft_filter_t * f = p->base.filter_ptr; in start() local 119 if (!f->num_taps) { in start() [all …]
|