| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | phylink.c | 82 #define phylink_printk(level, pl, fmt, ...) \ argument 84 if ((pl)->config->type == PHYLINK_NETDEV) \ 85 netdev_printk(level, (pl)->netdev, fmt, ##__VA_ARGS__); \ 86 else if ((pl)->config->type == PHYLINK_DEV) \ 87 dev_printk(level, (pl)->dev, fmt, ##__VA_ARGS__); \ 90 #define phylink_err(pl, fmt, ...) \ argument 91 phylink_printk(KERN_ERR, pl, fmt, ##__VA_ARGS__) 92 #define phylink_warn(pl, fmt, ...) \ argument 93 phylink_printk(KERN_WARNING, pl, fmt, ##__VA_ARGS__) 94 #define phylink_info(pl, fmt, ...) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | pagelist.c | 11 struct ceph_pagelist *pl; in ceph_pagelist_alloc() local 13 pl = kmalloc(sizeof(*pl), gfp_flags); in ceph_pagelist_alloc() 14 if (!pl) in ceph_pagelist_alloc() 17 INIT_LIST_HEAD(&pl->head); in ceph_pagelist_alloc() 18 pl->mapped_tail = NULL; in ceph_pagelist_alloc() 19 pl->length = 0; in ceph_pagelist_alloc() 20 pl->room = 0; in ceph_pagelist_alloc() 21 INIT_LIST_HEAD(&pl->free_list); in ceph_pagelist_alloc() 22 pl->num_pages_free = 0; in ceph_pagelist_alloc() 23 refcount_set(&pl->refcnt, 1); in ceph_pagelist_alloc() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/ |
| H A D | c_vector.c | 320 _c_vector_impl * pl = thiz->_l; in _A_insert_aux1() local 321 if(pl->_finish != pl->_end_of_storage) in _A_insert_aux1() 324 *pl->_finish = *(pl->_finish - 1); in _A_insert_aux1() 325 ++ pl->_finish; in _A_insert_aux1() 328 _A_get_iterator(pl->_finish - 2), in _A_insert_aux1() 329 _A_get_iterator(pl->_finish - 1)); in _A_insert_aux1() 338 new_finish = c_copy(_A_get_iterator(pl->_start), pos, new_start); in _A_insert_aux1() 341 new_finish = c_copy(pos, _A_get_iterator(pl->_finish), new_finish); in _A_insert_aux1() 342 _A_deallocate(thiz, pl->_start, abs(pl->_end_of_storage - pl->_start)); in _A_insert_aux1() 343 pl->_start = new_start._i; in _A_insert_aux1() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | synth.sh | 26 G0="pl %-26 pl %-19 pl %-14 pl %-10 pl %-7 pl %-2" 27 A0="pl %-24 pl %-17 pl %-12 pl %-8 pl %-5 pl %0" 28 C0="pl %-26 pl %-21 pl %-14 pl %-9 pl %-5 pl %-2" 29 D0="pl %-24 pl %-19 pl %-12 pl %-7 pl %-3 pl %0" 30 E0="pl %-22 pl %-17 pl %-10 pl %-5 pl %-1 pl %2" 31 Bb0="pl %-23 pl %-16 pl %-11 pl %-7 pl %-4 pl %1" 38 b="$sox -n -p synth 0 0 0 30 20 pl" 75 \"|$l pl %7 $o trim 0 .25\" \ 76 \"|$l pl %12 $o trim 0 .2\" \ 77 \"|$l pl %10 $o trim 0 .5 bend .2,-300,.1\" \ [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | flex_proportions.c | 94 int fprop_local_init_single(struct fprop_local_single *pl) in fprop_local_init_single() argument 96 pl->events = 0; in fprop_local_init_single() 97 pl->period = 0; in fprop_local_init_single() 98 raw_spin_lock_init(&pl->lock); in fprop_local_init_single() 102 void fprop_local_destroy_single(struct fprop_local_single *pl) in fprop_local_destroy_single() argument 107 struct fprop_local_single *pl) in fprop_reflect_period_single() argument 113 if (pl->period == period) in fprop_reflect_period_single() 115 raw_spin_lock_irqsave(&pl->lock, flags); in fprop_reflect_period_single() 116 /* Someone updated pl->period while we were spinning? */ in fprop_reflect_period_single() 117 if (pl->period >= period) { in fprop_reflect_period_single() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | pagelist.h | 21 struct ceph_pagelist *pl; /* pagelist, for error checking */ member 28 extern void ceph_pagelist_release(struct ceph_pagelist *pl); 30 extern int ceph_pagelist_append(struct ceph_pagelist *pl, const void *d, size_t l); 32 extern int ceph_pagelist_reserve(struct ceph_pagelist *pl, size_t space); 34 extern int ceph_pagelist_free_reserve(struct ceph_pagelist *pl); 36 extern void ceph_pagelist_set_cursor(struct ceph_pagelist *pl, 39 extern int ceph_pagelist_truncate(struct ceph_pagelist *pl, 42 static inline int ceph_pagelist_encode_64(struct ceph_pagelist *pl, u64 v) in ceph_pagelist_encode_64() argument 45 return ceph_pagelist_append(pl, &ev, sizeof(ev)); in ceph_pagelist_encode_64() 47 static inline int ceph_pagelist_encode_32(struct ceph_pagelist *pl, u32 v) in ceph_pagelist_encode_32() argument [all …]
|
| /OK3568_Linux_fs/buildroot/package/speex/ |
| H A D | 0001-thumb2-support.patch | 49 + "\titt pl \n" 54 + "\titt pl \n" 59 + "\titt pl \n" 64 + "\titt pl \n" 69 + "\titt pl \n" 74 + "\titt pl \n" 79 + "\titt pl \n" 84 + "\titt pl \n" 89 + "\titt pl \n" 94 + "\titt pl \n" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/groff/files/ |
| H A D | 0001-replace-perl-w-with-use-warnings.patch | 26 font/devpdf/util/BuildFoundries.pl | 3 ++- 27 src/devices/gropdf/gropdf.pl | 3 ++- 28 src/devices/gropdf/pdfmom.pl | 3 ++- 29 src/utils/afmtodit/afmtodit.pl | 3 ++- 32 diff --git a/font/devpdf/util/BuildFoundries.pl b/font/devpdf/util/BuildFoundries.pl 34 --- a/font/devpdf/util/BuildFoundries.pl 35 +++ b/font/devpdf/util/BuildFoundries.pl 50 diff --git a/src/devices/gropdf/gropdf.pl b/src/devices/gropdf/gropdf.pl 52 --- a/src/devices/gropdf/gropdf.pl 53 +++ b/src/devices/gropdf/gropdf.pl [all …]
|
| /OK3568_Linux_fs/buildroot/dl/fping/ |
| HD | fping-5.0.tar.gz | ... test-06-options-f-h.pl
fping-5.0/ci/deploy-coveralls. ... |
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffs_qsort.c | 64 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in yaffs_qsort() local 72 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0; in yaffs_qsort() 73 pl -= es) in yaffs_qsort() 74 yswap(pl, pl - es); in yaffs_qsort() 79 pl = (char *)a; in yaffs_qsort() 83 pl = med3(pl, pl + d, pl + 2 * d, cmp); in yaffs_qsort() 87 pm = med3(pl, pm, pn, cmp); in yaffs_qsort() 119 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0; in yaffs_qsort() 120 pl -= es) in yaffs_qsort() 121 yswap(pl, pl - es); in yaffs_qsort()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | psutils | 7 epsffit.c epsffit.man extractres.man extractres.pl 8 fixdlsrps.man fixdlsrps.pl fixfmps.man fixfmps.pl 9 fixmacps.man fixmacps.pl fixpsditps.man fixpsditps.pl 10 fixpspps.man fixpspps.pl fixscribeps.man fixscribeps.pl 11 fixtpps.man fixtpps.pl fixwfwps.man fixwfwps.pl 12 fixwpps.man fixwpps.pl fixwwps.man fixwwps.pl 13 getafm getafm.man includeres.man includeres.pl 15 pserror.c pserror.h psmerge.man psmerge.pl
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | qmap_bridge_mode.c | 170 } *pl; in ql_qmi_qmap_mode_detect() local 172 pl = (typeof(pl)) malloc(sizeof(*pl)); in ql_qmi_qmap_mode_detect() 174 …snprintf(pl->linkname, sizeof(pl->linkname), "/sys/class/net/%s/device/driver", profile->usbnet_ad… in ql_qmi_qmap_mode_detect() 175 n = readlink(pl->linkname, pl->filename, sizeof(pl->filename)); in ql_qmi_qmap_mode_detect() 176 pl->filename[n] = '\0'; in ql_qmi_qmap_mode_detect() 177 while (pl->filename[n] != '/') in ql_qmi_qmap_mode_detect() 179 strncpy(profile->driver_name, &pl->filename[n+1], sizeof(profile->driver_name)); in ql_qmi_qmap_mode_detect() 198 …snprintf(pl->filename, sizeof(pl->filename), "/sys/class/net/%s/qmap_mode", profile->usbnet_adapte… in ql_qmi_qmap_mode_detect() 199 if (access(pl->filename, R_OK)) { in ql_qmi_qmap_mode_detect() 201 dbg_time("fail to access %s, errno: %d (%s)", pl->filename, errno, strerror(errno)); in ql_qmi_qmap_mode_detect() [all …]
|
| H A D | device.c | 266 } *pl; in qmidevice_detect() local 267 pl = (typeof(pl)) malloc(sizeof(*pl)); in qmidevice_detect() 268 memset(pl, 0x00, sizeof(*pl)); in qmidevice_detect() 285 snprintf(pl->path, sizeof(pl->path), "%s/%s", rootdir, ent->d_name); in qmidevice_detect() 286 query_usb_device_info(pl->path, &profile->usb_dev); in qmidevice_detect() 301 snprintf(pl->path, sizeof(pl->path), "%s/%s:1.%d/net", rootdir, ent->d_name, netIntf); in qmidevice_detect() 302 dir_get_child(pl->path, netcard, sizeof(netcard), NULL); in qmidevice_detect() 311 snprintf(pl->path, sizeof(pl->path), "%s/%s:1.4/net:%s", rootdir, ent->d_name, n); in qmidevice_detect() 312 if (!access(pl->path, F_OK)) { in qmidevice_detect() 313 … snprintf(pl->path, sizeof(pl->path), "%s/%s:1.4/GobiQMI:%s", rootdir, ent->d_name, c); in qmidevice_detect() [all …]
|
| /OK3568_Linux_fs/u-boot/fs/jffs2/ |
| H A D | jffs2_nand_1pass.c | 238 struct b_lists *pL; in jffs_init_1pass_list() local 241 pL = (struct b_lists *)part->jffs2_priv; in jffs_init_1pass_list() 242 free_nodes(&pL->frag); in jffs_init_1pass_list() 243 free_nodes(&pL->dir); in jffs_init_1pass_list() 244 free(pL); in jffs_init_1pass_list() 247 pL = (struct b_lists *)part->jffs2_priv; in jffs_init_1pass_list() 249 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list() 251 pL->dir.listCompare = compare_dirents; in jffs_init_1pass_list() 252 pL->frag.listCompare = compare_inodes; in jffs_init_1pass_list() 260 jffs2_1pass_read_inode(struct b_lists *pL, u32 ino, char *dest, in jffs2_1pass_read_inode() argument [all …]
|
| H A D | jffs2_1pass.c | 643 struct b_lists *pL; in jffs2_free_cache() local 646 pL = (struct b_lists *)part->jffs2_priv; in jffs2_free_cache() 647 free_nodes(&pL->frag); in jffs2_free_cache() 648 free_nodes(&pL->dir); in jffs2_free_cache() 649 free(pL->readbuf); in jffs2_free_cache() 650 free(pL); in jffs2_free_cache() 657 struct b_lists *pL; in jffs_init_1pass_list() local 662 pL = (struct b_lists *)part->jffs2_priv; in jffs_init_1pass_list() 664 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list() 666 pL->dir.listCompare = compare_dirents; in jffs_init_1pass_list() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | flex_proportions.h | 56 int fprop_local_init_single(struct fprop_local_single *pl); 57 void fprop_local_destroy_single(struct fprop_local_single *pl); 58 void __fprop_inc_single(struct fprop_global *p, struct fprop_local_single *pl); 60 struct fprop_local_single *pl, unsigned long *numerator, 64 void fprop_inc_single(struct fprop_global *p, struct fprop_local_single *pl) in fprop_inc_single() argument 69 __fprop_inc_single(p, pl); in fprop_inc_single() 84 int fprop_local_init_percpu(struct fprop_local_percpu *pl, gfp_t gfp); 85 void fprop_local_destroy_percpu(struct fprop_local_percpu *pl); 86 void __fprop_inc_percpu(struct fprop_global *p, struct fprop_local_percpu *pl); 87 void __fprop_inc_percpu_max(struct fprop_global *p, struct fprop_local_percpu *pl, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | rv770_dpm.c | 227 struct rv7xx_pl *pl) in rv770_get_seq_value() argument 229 return (pl->flags & ATOM_PPLIB_R600_FLAGS_LOWPOWER) ? in rv770_get_seq_value() 614 struct rv7xx_pl *pl, in rv770_convert_power_level_to_smc() argument 622 ((pl->flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2) ? 1 : 0) : 0; in rv770_convert_power_level_to_smc() 623 level->gen2XSP = (pl->flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2) ? 1 : 0; in rv770_convert_power_level_to_smc() 624 level->backbias = (pl->flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE) ? 1 : 0; in rv770_convert_power_level_to_smc() 628 ret = rv740_populate_sclk_value(rdev, pl->sclk, in rv770_convert_power_level_to_smc() 631 ret = rv730_populate_sclk_value(rdev, pl->sclk, in rv770_convert_power_level_to_smc() 634 ret = rv770_populate_sclk_value(rdev, pl->sclk, in rv770_convert_power_level_to_smc() 641 if (pl->mclk <= pi->mclk_strobe_mode_threshold) in rv770_convert_power_level_to_smc() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cgroup.c | 122 struct bpf_prog_list *pl, *pltmp; in cgroup_bpf_release() local 124 list_for_each_entry_safe(pl, pltmp, progs, node) { in cgroup_bpf_release() 125 list_del(&pl->node); in cgroup_bpf_release() 126 if (pl->prog) in cgroup_bpf_release() 127 bpf_prog_put(pl->prog); in cgroup_bpf_release() 128 if (pl->link) in cgroup_bpf_release() 129 bpf_cgroup_link_auto_detach(pl->link); in cgroup_bpf_release() 130 kfree(pl); in cgroup_bpf_release() 169 static struct bpf_prog *prog_list_prog(struct bpf_prog_list *pl) in prog_list_prog() argument 171 if (pl->prog) in prog_list_prog() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
| H A D | nss-fix-incorrect-shebang-of-perl.patch | 13 nss/cmd/signver/examples/1/form.pl | 2 +- 14 nss/cmd/signver/examples/1/signedForm.pl | 2 +- 16 nss/coreconf/version.pl | 2 +- 22 diff --git a/nss/cmd/signver/examples/1/form.pl b/nss/cmd/signver/examples/1/form.pl 24 --- a/nss/cmd/signver/examples/1/form.pl 25 +++ b/nss/cmd/signver/examples/1/form.pl 32 diff --git a/nss/cmd/signver/examples/1/signedForm.pl b/nss/cmd/signver/examples/1/signedForm.pl 34 --- a/nss/cmd/signver/examples/1/signedForm.pl 35 +++ b/nss/cmd/signver/examples/1/signedForm.pl 52 diff --git a/nss/coreconf/version.pl b/nss/coreconf/version.pl [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ifupdown/files/ |
| H A D | defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch | 17 defn2c.pl | 6 +++--- 18 defn2man.pl | 6 +++--- 21 diff --git a/defn2c.pl b/defn2c.pl 23 --- a/defn2c.pl 24 +++ b/defn2c.pl 38 diff --git a/defn2man.pl b/defn2man.pl 40 --- a/defn2man.pl 41 +++ b/defn2man.pl
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | plusb.c | 3 * PL-2301/2302 USB host-to-host link cables 21 * Prolific PL-2301/PL-2302 driver ... http://www.prolific.com.tw/ 93 .description = "Prolific PL-2301/PL-2302/PL-25A1/PL-27A1", 95 /* some PL-2302 versions seem to fail usb_set_interface() */ 111 USB_DEVICE(0x067b, 0x0000), // PL-2301 114 USB_DEVICE(0x067b, 0x0001), // PL-2302 120 USB_DEVICE(0x067b, 0x25a1), /* PL-25A1, no eeprom */ 123 USB_DEVICE(0x050d, 0x258a), /* Belkin F5U258/F5U279 (PL-25A1) */ 135 USB_DEVICE(0x067b, 0x27a1), /* PL-27A1, no eeprom 160 MODULE_DESCRIPTION("Prolific PL-2301/2302/25A1/27A1 USB Host to Host Link Driver");
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | gk20a.c | 32 /* PL: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 */ 36 static u32 pl_to_div(u32 pl) in pl_to_div() argument 38 if (pl >= ARRAY_SIZE(_pl_to_div)) in pl_to_div() 41 return _pl_to_div[pl]; in pl_to_div() 46 u32 pl; in div_to_pl() local 48 for (pl = 0; pl < ARRAY_SIZE(_pl_to_div) - 1; pl++) { in div_to_pl() 49 if (_pl_to_div[pl] >= div) in div_to_pl() 50 return pl; in div_to_pl() 73 pll->pl = (val >> GPCPLL_COEFF_P_SHIFT) & MASK(GPCPLL_COEFF_P_WIDTH); in gk20a_pllg_read_mnp() 84 val |= (pll->pl & MASK(GPCPLL_COEFF_P_WIDTH)) << GPCPLL_COEFF_P_SHIFT; in gk20a_pllg_write_mnp() [all …]
|
| /OK3568_Linux_fs/buildroot/package/libopenssl/ |
| H A D | 0002-Reproducible-build-do-not-leak-compiler-path.patch | 18 @@ -10,7 +10,7 @@ EXTRA= ../ms/uplink-x86.pl ../ms/uplink.c ../ms/applink.c \ 19 ppccpuid.pl pariscid.pl alphacpuid.pl arm64cpuid.pl armv4cpuid.pl 22 -GENERATE[buildinf.h]=../util/mkbuildinf.pl "$(CC) $(LIB_CFLAGS) $(CPPFLAGS_Q)" "$(PLATFORM)" 23 +GENERATE[buildinf.h]=../util/mkbuildinf.pl "$$(basename $(CC)) $(LIB_CFLAGS) $(CPPFLAGS_Q)" "$(PLA… 26 GENERATE[uplink-x86.s]=../ms/uplink-x86.pl $(PERLASM_SCHEME)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | net-lib.pl.patch | 7 diff -Nru webmin-1.570.orig//net/net-lib.pl webmin-1.570/net/net-lib.pl 8 --- webmin-1.570.orig//net/net-lib.pl 2011-10-03 09:01:48.000000000 +0800 9 +++ webmin-1.570/net/net-lib.pl 2011-10-28 13:52:56.138873664 +0800 11 do "$gconfig{'os_type'}-9.1-ALL-lib.pl"; 14 - do "$gconfig{'os_type'}-lib.pl"; 15 + #do "$gconfig{'os_type'}-lib.pl"; 16 + do "debian-linux-lib.pl";
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-kcopyd.c | 317 struct page_list *pl; in alloc_pl() local 319 pl = kmalloc(sizeof(*pl), gfp); in alloc_pl() 320 if (!pl) in alloc_pl() 324 kcopyd_rsm_get_page(&pl->page); in alloc_pl() 326 pl->page = alloc_page(gfp); in alloc_pl() 329 if (!pl->page) { in alloc_pl() 330 kfree(pl); in alloc_pl() 334 return pl; in alloc_pl() 337 static void free_pl(struct page_list *pl) in free_pl() argument 339 struct page *p = pl->page; in free_pl() [all …]
|