| /linux/drivers/tee/optee/ |
| H A D | supp.c | 26 /* It is temporary request used for revoked pending request in supp->idr. */ 29 void optee_supp_init(struct optee_supp *supp) in optee_supp_init() argument 31 memset(supp, 0, sizeof(*supp)); in optee_supp_init() 32 mutex_init(&supp->mutex); in optee_supp_init() 33 init_completion(&supp->reqs_c); in optee_supp_init() 34 idr_init(&supp->idr); in optee_supp_init() 35 INIT_LIST_HEAD(&supp->reqs); in optee_supp_init() 36 supp->req_id = -1; in optee_supp_init() 39 void optee_supp_uninit(struct optee_supp *supp) in optee_supp_uninit() argument 41 mutex_destroy(&supp->mutex); in optee_supp_uninit() [all …]
|
| H A D | core.c | 135 mutex_lock(&optee->supp.mutex); in optee_open() 136 if (!optee->supp.ctx) { in optee_open() 138 optee->supp.ctx = ctx; in optee_open() 140 mutex_unlock(&optee->supp.mutex); in optee_open() 193 optee_supp_release(&optee->supp); in optee_release_supp() 215 optee_supp_uninit(&optee->supp); in optee_remove_common()
|
| H A D | rpc.c | 231 mutex_lock(&optee->supp.mutex); in optee_rpc_cmd_alloc_suppl() 233 shm = tee_shm_get_from_id(optee->supp.ctx, param.u.value.c); in optee_rpc_cmd_alloc_suppl() 234 mutex_unlock(&optee->supp.mutex); in optee_rpc_cmd_alloc_suppl()
|
| H A D | smc_abi.c | 1275 .name = DRIVER_NAME "-supp", 1861 optee_supp_init(&optee->supp); in optee_probe() 1943 optee_supp_uninit(&optee->supp); in optee_probe()
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | fw.c | 239 #define SUPP(feat) \ in carl9170_fw() macro 242 if (!SUPP(CARL9170FW_DUMMY_FEATURE)) { in carl9170_fw() 256 if (!SUPP(CARL9170FW_COMMAND_PHY) || SUPP(CARL9170FW_UNUSABLE) || in carl9170_fw() 257 !SUPP(CARL9170FW_HANDLE_BACK_REQ)) { in carl9170_fw() 269 if (!SUPP(CARL9170FW_COMMAND_CAM)) { in carl9170_fw() 275 if (SUPP(CARL9170FW_PSM) && SUPP(CARL9170FW_FIXED_5GHZ_PSM)) in carl9170_fw() 278 if (!SUPP(CARL9170FW_USB_INIT_FIRMWARE)) { in carl9170_fw() 284 if (SUPP(CARL9170FW_MINIBOOT)) in carl9170_fw() 289 if (SUPP(CARL9170FW_USB_DOWN_STREAM)) { in carl9170_fw() 294 if (SUPP(CARL9170FW_USB_UP_STREAM)) in carl9170_fw() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rs-fw.c | 46 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 …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | libbpf_probes.c | 89 #define CASE(prog, helper, supp) { \ in test_libbpf_probe_helpers() argument 94 .supported = supp, \ in test_libbpf_probe_helpers()
|
| /linux/Documentation/sunrpc/xdr/ |
| H A D | nfs4_1.x | 105 NFS4ERR_MINOR_VERS_MISMATCH= 10021,/* minor vers not supp */ 159 NFS4ERR_HASH_ALG_UNSUPP = 10072, /* hash alg. not supp. */ 166 NFS4ERR_ENCR_ALG_UNSUPP= 10079,/* encr alg. not supp. */
|
| /linux/include/net/ |
| H A D | ip_tunnels.h | 263 IP_TUNNEL_DECLARE_FLAGS(supp) = { }; in ip_tunnel_flags_is_be16_compat() 265 bitmap_set(supp, 0, BITS_PER_TYPE(__be16)); in ip_tunnel_flags_is_be16_compat() 266 __set_bit(IP_TUNNEL_VTI_BIT, supp); in ip_tunnel_flags_is_be16_compat() 268 return ip_tunnel_flags_subset(flags, supp); in ip_tunnel_flags_is_be16_compat()
|
| /linux/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 | 523 bool supp = false; in tipc_bearer_bcast_support() 529 supp = (b->bcast_addr.broadcast == TIPC_BROADCAST_SUPPORT); in tipc_bearer_bcast_support() 531 return supp; in tipc_bearer_bcast_support() 522 bool supp = false; tipc_bearer_bcast_support() local
|
| /linux/fs/nfsd/ |
| H A D | nfs4xdr.c | 3230 u32 supp[3]; in nfsd4_encode_fattr4_supported_attrs() local 3232 memcpy(supp, nfsd_suppattrs[minorversion], sizeof(supp)); in nfsd4_encode_fattr4_supported_attrs() 3234 supp[0] &= ~FATTR4_WORD0_ACL; in nfsd4_encode_fattr4_supported_attrs() 3236 supp[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr4_supported_attrs() 3238 return nfsd4_encode_bitmap4(xdr, supp[0], supp[1], supp[2]); in nfsd4_encode_fattr4_supported_attrs() 3662 u32 supp[3]; in nfsd4_encode_fattr4_suppattr_exclcreat() local 3664 memcpy(supp, nfsd_suppattrs[resp->cstate.minorversion], sizeof(supp)); in nfsd4_encode_fattr4_suppattr_exclcreat() 3666 supp[0] &= ~FATTR4_WORD0_ACL; in nfsd4_encode_fattr4_suppattr_exclcreat() 3668 supp[2] &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_encode_fattr4_suppattr_exclcreat() 3670 supp[0] &= NFSD_SUPPATTR_EXCLCREAT_WORD0; in nfsd4_encode_fattr4_suppattr_exclcreat() [all …]
|
| /linux/arch/mips/ath25/ |
| H A D | ar5312_regs.h | 209 #define AR5312_FLASHCTL_MW32 0x20000000 /* Mem width x32 (not supp) */
|
| /linux/drivers/mailbox/ |
| H A D | sprd-mailbox.c | 393 supp_irq = platform_get_irq_byname(pdev, "supp-outbox"); in sprd_mbox_probe()
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_isr.c | 518 csio_dbg(hw, "FW supp #niq:%d, trying %d msix's\n", hw->cfg_niq, cnt); in csio_enable_msix()
|
| /linux/sound/pci/ice1712/ |
| H A D | maya44.c | 717 /* enable spdif out, spdif out supp, spdif-in, ext spdif out */
|
| /linux/net/wireless/ |
| H A D | util.c | 2908 int supp = (map >> (2 * i)) & 3; in ieee80211_get_vht_max_nss() local 2910 if (supp == 3) in ieee80211_get_vht_max_nss() 2913 if (supp >= mcs_encoding) { in ieee80211_get_vht_max_nss()
|
| H A D | nl80211.c | 2748 struct nlattr *supp; in nl80211_put_tid_config_support() local 2754 supp = nla_nest_start(msg, NL80211_ATTR_TID_CONFIG); in nl80211_put_tid_config_support() 2755 if (!supp) in nl80211_put_tid_config_support() 2778 nla_nest_end(msg, supp); in nl80211_put_tid_config_support() 2782 nla_nest_cancel(msg, supp); in nl80211_put_tid_config_support()
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | rs.c | 2749 unsigned long supp; /* must be unsigned long for for_each_set_bit */ in iwl_rs_rate_init() local 2779 supp = sta->deflink.supp_rates[sband->band]; in iwl_rs_rate_init() 2781 for_each_set_bit(i, &supp, BITS_PER_LONG) in iwl_rs_rate_init()
|
| /linux/Documentation/netlink/specs/ |
| H A D | nl80211.yaml | 626 name: scan-supp-rates
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 2435 u8 reporting_opts, req_opcode, sdeb_i, supp; in resp_rsup_opcodes() local 2513 supp = 1; in resp_rsup_opcodes() 2533 supp = 3; in resp_rsup_opcodes() 2542 supp = (k >= na) ? 1 : 3; in resp_rsup_opcodes() 2551 supp = (k >= na) ? 1 : 3; in resp_rsup_opcodes() 2553 supp = 3; in resp_rsup_opcodes() 2554 if (3 == supp) { in resp_rsup_opcodes() 2565 arr[1] = (rctd ? 0x80 : 0) | supp; in resp_rsup_opcodes()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | acx.c | 1293 "sta supp: %d sta cap: %d", ht_cap->ht_supported, in wl1271_acx_set_ht_capabilities()
|
| /linux/net/mac80211/ |
| H A D | main.c | 1436 local->scan_ies_len = 4 + max_bitrates /* (ext) supp rates */ + in ieee80211_register_hw()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.c | 7293 static __le16 brcmf_get_mcs_map(u32 nchain, enum ieee80211_vht_mcs_support supp) in brcmf_get_mcs_map() argument 7299 mcs_map = (mcs_map << 2) | supp; in brcmf_get_mcs_map()
|