| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | hostess_sv11.c | 190 struct z8530_dev *sv; in sv11_init() local 201 sv = kzalloc(sizeof(struct z8530_dev), GFP_KERNEL); in sv11_init() 202 if (!sv) in sv11_init() 209 sv->active = 0; in sv11_init() 211 sv->chanA.ctrlio = iobase + 1; in sv11_init() 212 sv->chanA.dataio = iobase + 3; in sv11_init() 213 sv->chanB.ctrlio = -1; in sv11_init() 214 sv->chanB.dataio = -1; in sv11_init() 215 sv->chanA.irqs = &z8530_nop; in sv11_init() 216 sv->chanB.irqs = &z8530_nop; in sv11_init() [all …]
|
| H A D | sealevel.c | 176 static int slvl_setup(struct slvl_device *sv, int iobase, int irq) in slvl_setup() argument 178 struct net_device *dev = alloc_hdlcdev(sv); in slvl_setup() 194 sv->chan->netdevice = dev; in slvl_setup()
|
| /OK3568_Linux_fs/kernel/lib/livepatch/ |
| H A D | test_klp_shadow_vars.c | 63 int **sv; in shadow_get() local 65 sv = klp_shadow_get(obj, id); in shadow_get() 67 __func__, ptr_id(obj), id, ptr_id(sv)); in shadow_get() 69 return sv; in shadow_get() 77 int **sv; in shadow_alloc() local 79 sv = klp_shadow_alloc(obj, id, size, gfp_flags, ctor, var); in shadow_alloc() 82 ptr_id(*var), ptr_id(sv)); in shadow_alloc() 84 return sv; in shadow_alloc() 92 int **sv; in shadow_get_or_alloc() local 94 sv = klp_shadow_get_or_alloc(obj, id, size, gfp_flags, ctor, var); in shadow_get_or_alloc() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | varray.hpp | 182 varray & operator=(varray<Value, C> & sv) in operator =() argument 185 this->operator=(static_cast<const ::boost::rv<other> &>(const_cast<const other &>(sv))); in operator =() 305 namespace sv = varray_detail; in varray() 306 sv::uninitialized_copy(other.begin(), other.end(), this->begin()); // may throw in varray() 329 namespace sv = varray_detail; in varray() 330 sv::uninitialized_copy(other.begin(), other.end(), this->begin()); // may throw in varray() 488 namespace sv = varray_detail; in ~varray() 489 sv::destroy(this->begin(), this->end()); in ~varray() 560 namespace sv = varray_detail; in resize() 565 sv::destroy(this->begin() + count, this->end()); in resize() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_tty.c | 406 static void sclp_get_input(struct gds_subvector *sv) in sclp_get_input() argument 411 str = (unsigned char *) (sv + 1); in sclp_get_input() 412 count = sv->length - sizeof(*sv); in sclp_get_input() 423 static inline void sclp_eval_selfdeftextmsg(struct gds_subvector *sv) in sclp_eval_selfdeftextmsg() argument 427 end = (void *) sv + sv->length; in sclp_eval_selfdeftextmsg() 428 for (sv = sv + 1; (void *) sv < end; sv = (void *) sv + sv->length) in sclp_eval_selfdeftextmsg() 429 if (sv->key == 0x30) in sclp_eval_selfdeftextmsg() 430 sclp_get_input(sv); in sclp_eval_selfdeftextmsg() 435 struct gds_subvector *sv; in sclp_eval_textcmd() local 439 for (sv = (struct gds_subvector *) (v + 1); in sclp_eval_textcmd() [all …]
|
| H A D | sclp_ocf.c | 46 struct gds_subvector *sv, *netid, *cpc; in sclp_ocf_handler() local 59 sv = sclp_find_gds_subvector(v + 1, (void *) v + v->length, 0x81); in sclp_ocf_handler() 60 if (!sv) in sclp_ocf_handler() 63 netid = sclp_find_gds_subvector(sv + 1, (void *) sv + sv->length, 1); in sclp_ocf_handler() 65 cpc = sclp_find_gds_subvector(sv + 1, (void *) sv + sv->length, 2); in sclp_ocf_handler()
|
| H A D | sclp.h | 394 struct gds_subvector *sv; in sclp_find_gds_subvector() local 396 for (sv = start; (void *) sv < end; sv = (void *) sv + sv->length) in sclp_find_gds_subvector() 397 if (sv->key == key) in sclp_find_gds_subvector() 398 return sv; in sclp_find_gds_subvector()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | bitscan.hpp | 151 union { uint128_type v; boost::uint64_t sv[2]; } val; in find_msb() member 154 if(val.sv[1]) in find_msb() 155 return find_msb(val.sv[1], mpl::int_<3>()) + 64; in find_msb() 156 return find_msb(val.sv[0], mpl::int_<3>()); in find_msb() 158 if(val.sv[0]) in find_msb() 159 return find_msb(val.sv[0], mpl::int_<3>()) + 64; in find_msb() 160 return find_msb(val.sv[1], mpl::int_<3>()); in find_msb() 165 union { uint128_type v; boost::uint64_t sv[2]; } val; in find_lsb() member 168 if(val.sv[0] == 0) in find_lsb() 169 return find_lsb(val.sv[1], mpl::int_<3>()) + 64; in find_lsb() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/sh/rcar/ |
| H A D | ctu.c | 75 struct rsnd_kctrl_cfg_m sv[4]; member 145 rsnd_mod_write(mod, CTU_SVxxR(i, j), rsnd_kctrl_valm(ctu->sv[i], j)); in rsnd_ctu_value_init() 162 rsnd_kctrl_valm(ctu->sv[0], i) = 0; in rsnd_ctu_value_reset() 163 rsnd_kctrl_valm(ctu->sv[1], i) = 0; in rsnd_ctu_value_reset() 164 rsnd_kctrl_valm(ctu->sv[2], i) = 0; in rsnd_ctu_value_reset() 165 rsnd_kctrl_valm(ctu->sv[3], i) = 0; in rsnd_ctu_value_reset() 219 &ctu->sv[0], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 228 &ctu->sv[1], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 237 &ctu->sv[2], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 246 &ctu->sv[3], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_ioctl.c | 386 struct drm_set_version *sv = data; in drm_setversion() local 390 if (sv->drm_di_major != -1) { in drm_setversion() 391 if (sv->drm_di_major != DRM_IF_MAJOR || in drm_setversion() 392 sv->drm_di_minor < 0 || sv->drm_di_minor > DRM_IF_MINOR) { in drm_setversion() 396 if_version = DRM_IF_VERSION(sv->drm_di_major, in drm_setversion() 397 sv->drm_di_minor); in drm_setversion() 399 if (sv->drm_di_minor >= 1) { in drm_setversion() 410 if (sv->drm_dd_major != -1) { in drm_setversion() 411 if (sv->drm_dd_major != dev->driver->major || in drm_setversion() 412 sv->drm_dd_minor < 0 || sv->drm_dd_minor > in drm_setversion() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_platform.c | 26 drmSetVersion sv; in get_drm_info() local 51 sv.drm_di_major = 1; in get_drm_info() 52 sv.drm_di_minor = 4; in get_drm_info() 53 sv.drm_dd_major = -1; /* Don't care */ in get_drm_info() 54 sv.drm_dd_minor = -1; /* Don't care */ in get_drm_info() 56 err = drmSetInterfaceVersion(fd, &sv); in get_drm_info()
|
| /OK3568_Linux_fs/buildroot/package/libdrm/ |
| H A D | 0005-HACK-Bypass-drm-GetBusid-drmAuthMagic-SetInterfaceVe.patch | 43 drm_set_version_t sv; 48 memclear(sv); 49 sv.drm_di_major = version->drm_di_major; 50 sv.drm_di_minor = version->drm_di_minor;
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | x-hash.h | 80 size_t sv = (size_t)val; in X_PFX() local 81 unsigned int uv = (unsigned int)sv; in X_PFX() 85 assert(sv == uv); in X_PFX()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | tnum.c | 64 u64 sm, sv, sigma, chi, mu; in tnum_add() local 67 sv = a.value + b.value; in tnum_add() 68 sigma = sm + sv; in tnum_add() 69 chi = sigma ^ sv; in tnum_add() 71 return TNUM(sv & ~mu, mu); in tnum_add()
|
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H A D | printk_ringbuffer.h | 126 #define DESC_STATE(sv) (3UL & (sv >> DESC_FLAGS_SHIFT)) argument 129 #define DESC_ID(sv) ((sv) & DESC_ID_MASK) argument
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 2225 def __init__(self, pid, sv): argument 2236 self.sv = sv 2274 warning = self.sv.verbose and abs(mismatch) > 1 2336 md = self.sv.max_graph_depth 2339 if (md and self.depth >= md - 1) or (line.name in self.sv.cgblacklist): 2348 (line.name in self.sv.cgblacklist): 2395 minicg = FTraceCallGraph(dev['pid'], self.sv) 2444 if self.sv.verbose: 2461 if self.sv.verbose: 2565 def createHeader(self, sv, stamp): argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | test_syscall_vdso.c | 326 long sv; in run_syscall_twice() local 332 sv = syscall_addr; in run_syscall_twice() 336 syscall_addr = sv; in run_syscall_twice()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | head.S | 241 .macro map_memory, tbl, rtbl, vstart, vend, flags, phys, pgds, istart, iend, tmp, count, sv argument 244 mov \sv, \rtbl 248 mov \tbl, \sv 249 mov \sv, \rtbl 254 mov \tbl, \sv 255 mov \sv, \rtbl 261 mov \tbl, \sv
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | intrin_vsx.hpp | 799 vec_uchar16 sv = vec_sr(a.val, vec_uchar16_sp(7)); in v_signmask() local 801 sv = vec_sl(sv, slm); in v_signmask() 802 vec_uint4 sv4 = vec_sum4s(sv, vec_uint4_z); in v_signmask() 813 vec_short8 sv = vec_sr(a.val, vec_ushort8_sp(15)); in v_signmask() local 814 sv = vec_sl(sv, slm); in v_signmask() 816 svi = vec_sums(vec_sum4s(sv, svi), svi); in v_signmask() 825 vec_int4 sv = vec_sr(a.val, vec_uint4_sp(31)); in v_signmask() local 826 sv = vec_sl(sv, slm); in v_signmask() 827 sv = vec_sums(sv, vec_int4_z); in v_signmask() 828 return vec_extract(sv, 3); in v_signmask() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | intrin_vsx.hpp | 799 vec_uchar16 sv = vec_sr(a.val, vec_uchar16_sp(7)); in v_signmask() local 801 sv = vec_sl(sv, slm); in v_signmask() 802 vec_uint4 sv4 = vec_sum4s(sv, vec_uint4_z); in v_signmask() 813 vec_short8 sv = vec_sr(a.val, vec_ushort8_sp(15)); in v_signmask() local 814 sv = vec_sl(sv, slm); in v_signmask() 816 svi = vec_sums(vec_sum4s(sv, svi), svi); in v_signmask() 825 vec_int4 sv = vec_sr(a.val, vec_uint4_sp(31)); in v_signmask() local 826 sv = vec_sl(sv, slm); in v_signmask() 827 sv = vec_sums(sv, vec_int4_z); in v_signmask() 828 return vec_extract(sv, 3); in v_signmask() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | intrin_vsx.hpp | 799 vec_uchar16 sv = vec_sr(a.val, vec_uchar16_sp(7)); in v_signmask() local 801 sv = vec_sl(sv, slm); in v_signmask() 802 vec_uint4 sv4 = vec_sum4s(sv, vec_uint4_z); in v_signmask() 813 vec_short8 sv = vec_sr(a.val, vec_ushort8_sp(15)); in v_signmask() local 814 sv = vec_sl(sv, slm); in v_signmask() 816 svi = vec_sums(vec_sum4s(sv, svi), svi); in v_signmask() 825 vec_int4 sv = vec_sr(a.val, vec_uint4_sp(31)); in v_signmask() local 826 sv = vec_sl(sv, slm); in v_signmask() 827 sv = vec_sums(sv, vec_int4_z); in v_signmask() 828 return vec_extract(sv, 3); in v_signmask() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A D | ChangeLog.ide-floppy.1996-2002 | 21 * Ver 0.9.sv Jan 6 01 Sam Varshavchik <mrsam@courier-mta.com> 54 * Ver 0.97 Jul 22 01 Merge 0.91-0.96 onto 0.9.sv for ac series 55 * Ver 0.97.sv Aug 3 01 Backported from 2.4.7-ac3
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/ |
| H A D | Makefile.am | 155 Resources/sv.lproj/Localizable.strings \ 156 Resources/sv.lproj/locversion.plist \ 157 Resources/sv.lproj/main.nib/designable.nib \ 158 Resources/sv.lproj/main.nib/keyedobjects.nib \ 159 Resources/sv.lproj/main.nib/keyedobjects-110000.nib \
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | setup_64.c | 669 u32 cl, sv, gw; in setup_arch() local 672 sv = prom_getintdefault (chosen, "server-ip", 0); in setup_arch() 674 if (cl && sv) { in setup_arch() 676 ic_servaddr = sv; in setup_arch()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri/ |
| H A D | dri.c | 157 drmSetVersion saveSv, sv; in DRIOpenDRMMaster() local 177 sv.drm_di_major = 1; in DRIOpenDRMMaster() 178 sv.drm_di_minor = 1; in DRIOpenDRMMaster() 179 sv.drm_dd_major = -1; in DRIOpenDRMMaster() 181 saveSv = sv; in DRIOpenDRMMaster() 191 err = drmSetInterfaceVersion(tmp.drmFD, &sv); in DRIOpenDRMMaster() 196 sv = saveSv; in DRIOpenDRMMaster() 214 sv.drm_di_major = 1; in DRIOpenDRMMaster() 215 sv.drm_di_minor = 0; in DRIOpenDRMMaster() 219 sv.drm_di_major, sv.drm_di_minor); in DRIOpenDRMMaster() [all …]
|