| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0004-Fix-out-of-tree-builds.patch | 7 the out of tree build case. glibc-2.X.supp is a generated file so the 32 - DEFAULT_SUPP="darwin9.supp ${DEFAULT_SUPP}" 33 - DEFAULT_SUPP="darwin9-drd.supp ${DEFAULT_SUPP}" 34 + DEFAULT_SUPP="$srcdir/darwin9.supp ${DEFAULT_SUPP}" 35 + DEFAULT_SUPP="$srcdir/darwin9-drd.supp ${DEFAULT_SUPP}" 40 - DEFAULT_SUPP="darwin10.supp ${DEFAULT_SUPP}" 41 - DEFAULT_SUPP="darwin10-drd.supp ${DEFAULT_SUPP}" 42 + DEFAULT_SUPP="$srcdir/darwin10.supp ${DEFAULT_SUPP}" 43 + DEFAULT_SUPP="$srcdir/darwin10-drd.supp ${DEFAULT_SUPP}" 48 - DEFAULT_SUPP="darwin11.supp ${DEFAULT_SUPP}" [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tee/optee/ |
| H A D | supp.c | 22 void optee_supp_init(struct optee_supp *supp) in optee_supp_init() argument 24 memset(supp, 0, sizeof(*supp)); in optee_supp_init() 25 mutex_init(&supp->mutex); in optee_supp_init() 26 init_completion(&supp->reqs_c); in optee_supp_init() 27 idr_init(&supp->idr); in optee_supp_init() 28 INIT_LIST_HEAD(&supp->reqs); in optee_supp_init() 29 supp->req_id = -1; in optee_supp_init() 32 void optee_supp_uninit(struct optee_supp *supp) in optee_supp_uninit() argument 34 mutex_destroy(&supp->mutex); in optee_supp_uninit() 35 idr_destroy(&supp->idr); in optee_supp_uninit() [all …]
|
| H A D | optee_private.h | 94 struct optee_supp supp; member 144 void optee_supp_init(struct optee_supp *supp); 145 void optee_supp_uninit(struct optee_supp *supp); 146 void optee_supp_release(struct optee_supp *supp);
|
| H A D | core.c | 233 mutex_lock(&optee->supp.mutex); in optee_open() 234 if (!optee->supp.ctx) { in optee_open() 236 optee->supp.ctx = ctx; in optee_open() 238 mutex_unlock(&optee->supp.mutex); in optee_open() 319 optee_supp_release(&optee->supp); in optee_release() 610 optee_supp_uninit(&optee->supp); in optee_remove() 721 optee_supp_init(&optee->supp); in optee_probe()
|
| H A D | Makefile | 6 optee-objs += supp.o
|
| H A D | rpc.c | 279 mutex_lock(&optee->supp.mutex); in cmd_alloc_suppl() 281 shm = tee_shm_get_from_id(optee->supp.ctx, param.u.value.c); in cmd_alloc_suppl() 282 mutex_unlock(&optee->supp.mutex); in cmd_alloc_suppl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rs-fw.c | 102 u8 supp = 0; in rs_fw_sgi_cw_support() local 108 supp |= BIT(IWL_TLC_MNG_CH_WIDTH_20MHZ); in rs_fw_sgi_cw_support() 110 supp |= BIT(IWL_TLC_MNG_CH_WIDTH_40MHZ); in rs_fw_sgi_cw_support() 112 supp |= BIT(IWL_TLC_MNG_CH_WIDTH_80MHZ); in rs_fw_sgi_cw_support() 114 supp |= BIT(IWL_TLC_MNG_CH_WIDTH_160MHZ); in rs_fw_sgi_cw_support() 116 return supp; in rs_fw_sgi_cw_support() 196 u16 supp; in rs_fw_vht_set_enabled_rates() local 215 supp = BIT(highest_mcs + 1) - 1; in rs_fw_vht_set_enabled_rates() 217 supp &= ~BIT(IWL_TLC_MNG_HT_RATE_MCS9); in rs_fw_vht_set_enabled_rates() 219 cmd->ht_rates[i][IWL_TLC_HT_BW_NONE_160] = cpu_to_le16(supp); in rs_fw_vht_set_enabled_rates() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/ |
| H A D | 0001-cli-drop-the-second-argument-from-click.argument-dec.patch | 55 with supplicant() as supp: 64 with supplicant() as supp: 73 with supplicant() as supp: 84 with supplicant() as supp:
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | pic32_eth.c | 82 writel(EMAC_RMII_RESET, &emac_p->supp.set); in pic32_mii_init() 84 writel(EMAC_RMII_RESET, &emac_p->supp.clr); in pic32_mii_init() 148 writel(EMAC_RMII_SPD100, &emac_p->supp.set); in pic32_mac_adjust_link() 151 writel(EMAC_RMII_SPD100, &emac_p->supp.clr); in pic32_mac_adjust_link() 197 writel(EMAC_RMII_SPD100, &emac_p->supp.clr); in pic32_mac_init()
|
| H A D | lpc32xx_eth.c | 86 u32 supp; /* Phy Support register */ member 481 writel(SUPP_SPEED, ®s->supp); in lpc32xx_eth_init() 483 writel(0, ®s->supp); in lpc32xx_eth_init()
|
| H A D | pic32_eth.h | 48 struct pic32_reg_atomic supp; /* 0x260*/ member
|
| /OK3568_Linux_fs/buildroot/package/valgrind/ |
| H A D | valgrind.mk | 60 $(INSTALL) -D -m 0644 package/valgrind/uclibc.supp $(TARGET_DIR)/usr/lib/valgrind/uclibc.supp
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | bcast.h | 89 void tipc_bcast_toggle_rcast(struct net *net, bool supp);
|
| H A D | bcast.c | 91 void tipc_bcast_toggle_rcast(struct net *net, bool supp) in tipc_bcast_toggle_rcast() argument 93 tipc_bc_base(net)->rcast_support = supp; in tipc_bcast_toggle_rcast()
|
| H A D | bearer.c | 504 bool supp = false; in tipc_bearer_bcast_support() local 510 supp = (b->bcast_addr.broadcast == TIPC_BROADCAST_SUPPORT); in tipc_bearer_bcast_support() 512 return supp; in tipc_bearer_bcast_support()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4xdr.c | 2803 u32 supp[3]; in nfsd4_encode_fattr() local 2805 memcpy(supp, nfsd_suppattrs[minorversion], sizeof(supp)); in nfsd4_encode_fattr() 2808 supp[0] &= ~FATTR4_WORD0_ACL; in nfsd4_encode_fattr() 2810 supp[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr() 2811 if (!supp[2]) { in nfsd4_encode_fattr() 2816 *p++ = cpu_to_be32(supp[0]); in nfsd4_encode_fattr() 2817 *p++ = cpu_to_be32(supp[1]); in nfsd4_encode_fattr() 2823 *p++ = cpu_to_be32(supp[0]); in nfsd4_encode_fattr() 2824 *p++ = cpu_to_be32(supp[1]); in nfsd4_encode_fattr() 2825 *p++ = cpu_to_be32(supp[2]); in nfsd4_encode_fattr() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libseccomp/ |
| H A D | libseccomp_2.5.3.bb | 43 install -m 644 ${S}/tests/valgrind_test.supp ${D}/${PTEST_PATH}/tests
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/ |
| H A D | wvstreams_4.6.1.bb | 57 FILES:${PN}-valgrind = "${libdir}/valgrind/wvstreams.supp"
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | commands.c | 994 struct wiphy_wowlan_support *supp; in qtnf_parse_wowlan_info() local 996 supp = kzalloc(sizeof(*supp), GFP_KERNEL); in qtnf_parse_wowlan_info() 997 if (!supp) in qtnf_parse_wowlan_info() 1004 supp->flags = WIPHY_WOWLAN_MAGIC_PKT | WIPHY_WOWLAN_DISCONNECT; in qtnf_parse_wowlan_info() 1005 supp->n_patterns = le32_to_cpu(data1->n_patterns); in qtnf_parse_wowlan_info() 1006 supp->pattern_max_len = le32_to_cpu(data1->pattern_max_len); in qtnf_parse_wowlan_info() 1007 supp->pattern_min_len = le32_to_cpu(data1->pattern_min_len); in qtnf_parse_wowlan_info() 1009 mac_info->wowlan = supp; in qtnf_parse_wowlan_info() 1014 kfree(supp); in qtnf_parse_wowlan_info()
|
| /OK3568_Linux_fs/buildroot/package/vpnc/ |
| H A D | 0004-Makefile-provide-an-option-to-not-build-manpages.patch | 29 …SRCS = sysdep.c vpnc-debug.c isakmp-pkt.c tunip.c config.c dh.c math_group.c supp.c decrypt-utils.…
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | util.c | 2152 int supp = (map >> (2 * i)) & 3; in ieee80211_get_vht_max_nss() local 2154 if (supp == 3) in ieee80211_get_vht_max_nss() 2157 if (supp >= mcs_encoding) { in ieee80211_get_vht_max_nss()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/ |
| H A D | glib.inc | 69 ${datadir}/glib-2.0/valgrind/glib.supp \
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_debug.c | 1982 u8 reporting_opts, req_opcode, sdeb_i, supp; in resp_rsup_opcodes() local 2062 supp = 1; in resp_rsup_opcodes() 2081 supp = 3; in resp_rsup_opcodes() 2089 supp = (k >= na) ? 1 : 3; in resp_rsup_opcodes() 2097 supp = (k >= na) ? 1 : 3; in resp_rsup_opcodes() 2099 supp = 3; in resp_rsup_opcodes() 2100 if (3 == supp) { in resp_rsup_opcodes() 2111 arr[1] = (rctd ? 0x80 : 0) | supp; in resp_rsup_opcodes()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/ |
| H A D | valgrind_3.18.1.bb | 109 install -m 644 ${B}/default.supp ${D}/${libexecdir}/valgrind/
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | rs.c | 2775 unsigned long supp; /* must be unsigned long for for_each_set_bit */ in iwl_rs_rate_init() local 2806 supp = sta->supp_rates[sband->band]; in iwl_rs_rate_init() 2808 for_each_set_bit(i, &supp, BITS_PER_LONG) in iwl_rs_rate_init()
|