Home
last modified time | relevance | path

Searched refs:supp (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/linux/drivers/tee/optee/
H A Dsupp.c22 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 Dcore.c100 mutex_lock(&optee->supp.mutex); in optee_open()
101 if (!optee->supp.ctx) { in optee_open()
103 optee->supp.ctx = ctx; in optee_open()
105 mutex_unlock(&optee->supp.mutex); in optee_open()
165 optee_supp_release(&optee->supp); in optee_release_supp()
184 optee_supp_uninit(&optee->supp); in optee_remove_common()
H A Doptee_private.h196 struct optee_supp supp; member
241 void optee_supp_init(struct optee_supp *supp);
242 void optee_supp_uninit(struct optee_supp *supp);
243 void optee_supp_release(struct optee_supp *supp);
H A Drpc.c226 mutex_lock(&optee->supp.mutex); in optee_rpc_cmd_alloc_suppl()
228 shm = tee_shm_get_from_id(optee->supp.ctx, param.u.value.c); in optee_rpc_cmd_alloc_suppl()
229 mutex_unlock(&optee->supp.mutex); in optee_rpc_cmd_alloc_suppl()
H A DMakefile7 optee-objs += supp.o
H A Dffa_abi.c861 optee_supp_init(&optee->supp); in optee_ffa_probe()
888 optee_supp_uninit(&optee->supp); in optee_ffa_probe()
H A Dsmc_abi.c1730 optee_supp_init(&optee->supp); in optee_probe()
1802 optee_supp_uninit(&optee->supp); in optee_probe()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c46 u8 supp = 0; in rs_fw_sgi_cw_support() local
52 supp |= BIT(IWL_TLC_MNG_CH_WIDTH_20MHZ); in rs_fw_sgi_cw_support()
54 supp |= BIT(IWL_TLC_MNG_CH_WIDTH_40MHZ); in rs_fw_sgi_cw_support()
56 supp |= BIT(IWL_TLC_MNG_CH_WIDTH_80MHZ); in rs_fw_sgi_cw_support()
58 supp |= BIT(IWL_TLC_MNG_CH_WIDTH_160MHZ); in rs_fw_sgi_cw_support()
60 return supp; in rs_fw_sgi_cw_support()
140 u16 supp; in rs_fw_vht_set_enabled_rates() local
159 supp = BIT(highest_mcs + 1) - 1; in rs_fw_vht_set_enabled_rates()
161 supp &= ~BIT(IWL_TLC_MNG_HT_RATE_MCS9); in rs_fw_vht_set_enabled_rates()
163 cmd->ht_rates[i][IWL_TLC_MCS_PER_BW_80] = cpu_to_le16(supp); in rs_fw_vht_set_enabled_rates()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/
H A D0001-cli-drop-the-second-argument-from-click.argument-dec.patch55 with supplicant() as supp:
64 with supplicant() as supp:
73 with supplicant() as supp:
84 with supplicant() as supp:
/openbmc/linux/drivers/mailbox/
H A Dsprd-mailbox.c306 unsigned long id, supp; in sprd_mbox_probe() local
382 supp = (unsigned long) of_device_get_match_data(dev); in sprd_mbox_probe()
383 if (!supp) { in sprd_mbox_probe()
387 priv->supp_base = priv->outbox_base + (SPRD_OUTBOX_BASE_SPAN * supp); in sprd_mbox_probe()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_probes.c85 #define CASE(prog, helper, supp) { \ in test_libbpf_probe_helpers() argument
90 .supported = supp, \ in test_libbpf_probe_helpers()
/openbmc/u-boot/drivers/net/
H A Dpic32_eth.c81 writel(EMAC_RMII_RESET, &emac_p->supp.set); in pic32_mii_init()
83 writel(EMAC_RMII_RESET, &emac_p->supp.clr); in pic32_mii_init()
147 writel(EMAC_RMII_SPD100, &emac_p->supp.set); in pic32_mac_adjust_link()
150 writel(EMAC_RMII_SPD100, &emac_p->supp.clr); in pic32_mac_adjust_link()
196 writel(EMAC_RMII_SPD100, &emac_p->supp.clr); in pic32_mac_init()
H A Dlpc32xx_eth.c85 u32 supp; /* Phy Support register */ member
478 writel(SUPP_SPEED, &regs->supp); in lpc32xx_eth_init()
480 writel(0, &regs->supp); in lpc32xx_eth_init()
H A Dpic32_eth.h47 struct pic32_reg_atomic supp; /* 0x260*/ member
/openbmc/linux/net/tipc/
H A Dbcast.h89 void tipc_bcast_toggle_rcast(struct net *net, bool supp);
H A Dbcast.c91 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 Dbearer.c522 bool supp = false; in tipc_bearer_bcast_support() local
528 supp = (b->bcast_addr.broadcast == TIPC_BROADCAST_SUPPORT); in tipc_bearer_bcast_support()
530 return supp; in tipc_bearer_bcast_support()
/openbmc/linux/fs/nfsd/
H A Dnfs4xdr.c3051 u32 supp[3]; in nfsd4_encode_fattr() local
3053 memcpy(supp, nfsd_suppattrs[minorversion], sizeof(supp)); in nfsd4_encode_fattr()
3056 supp[0] &= ~FATTR4_WORD0_ACL; in nfsd4_encode_fattr()
3058 supp[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr()
3059 if (!supp[2]) { in nfsd4_encode_fattr()
3064 *p++ = cpu_to_be32(supp[0]); in nfsd4_encode_fattr()
3065 *p++ = cpu_to_be32(supp[1]); in nfsd4_encode_fattr()
3071 *p++ = cpu_to_be32(supp[0]); in nfsd4_encode_fattr()
3072 *p++ = cpu_to_be32(supp[1]); in nfsd4_encode_fattr()
3073 *p++ = cpu_to_be32(supp[2]); in nfsd4_encode_fattr()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/
H A Dwvstreams_4.6.1.bb60 FILES:${PN}-valgrind = "${libdir}/valgrind/wvstreams.supp"
/openbmc/openbmc/poky/meta/recipes-support/libseccomp/
H A Dlibseccomp_2.5.5.bb45 install -m 644 ${S}/tests/valgrind_test.supp ${D}/${PTEST_PATH}/tests
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c982 struct wiphy_wowlan_support *supp; in qtnf_parse_wowlan_info() local
984 supp = kzalloc(sizeof(*supp), GFP_KERNEL); in qtnf_parse_wowlan_info()
985 if (!supp) in qtnf_parse_wowlan_info()
992 supp->flags = WIPHY_WOWLAN_MAGIC_PKT | WIPHY_WOWLAN_DISCONNECT; in qtnf_parse_wowlan_info()
993 supp->n_patterns = le32_to_cpu(data1->n_patterns); in qtnf_parse_wowlan_info()
994 supp->pattern_max_len = le32_to_cpu(data1->pattern_max_len); in qtnf_parse_wowlan_info()
995 supp->pattern_min_len = le32_to_cpu(data1->pattern_min_len); in qtnf_parse_wowlan_info()
997 mac_info->wowlan = supp; in qtnf_parse_wowlan_info()
1002 kfree(supp); in qtnf_parse_wowlan_info()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/
H A Dlibrelp_1.11.0.bb49 cp -f ${S}/${TESTDIR}/*.supp ${D}${PTEST_PATH}/${TESTDIR}
/openbmc/linux/net/wireless/
H A Dutil.c2554 int supp = (map >> (2 * i)) & 3; in ieee80211_get_vht_max_nss() local
2556 if (supp == 3) in ieee80211_get_vht_max_nss()
2559 if (supp >= mcs_encoding) { in ieee80211_get_vht_max_nss()
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/
H A Dglib.inc70 ${datadir}/glib-2.0/valgrind/glib.supp \
/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c1991 u8 reporting_opts, req_opcode, sdeb_i, supp; in resp_rsup_opcodes() local
2071 supp = 1; in resp_rsup_opcodes()
2090 supp = 3; in resp_rsup_opcodes()
2098 supp = (k >= na) ? 1 : 3; in resp_rsup_opcodes()
2106 supp = (k >= na) ? 1 : 3; in resp_rsup_opcodes()
2108 supp = 3; in resp_rsup_opcodes()
2109 if (3 == supp) { in resp_rsup_opcodes()
2120 arr[1] = (rctd ? 0x80 : 0) | supp; in resp_rsup_opcodes()

12