| /linux/drivers/tee/optee/ |
| H A D | supp.c | 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() 42 idr_destroy(&supp->idr); 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 | ffa_abi.c | 1136 optee_supp_init(&optee->supp); in optee_ffa_probe() 1182 optee_supp_uninit(&optee->supp); in optee_ffa_probe()
|
| H A D | smc_abi.c | 1861 optee_supp_init(&optee->supp); in optee_probe() 1943 optee_supp_uninit(&optee->supp); in optee_probe()
|
| /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/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/net/wireless/ |
| H A D | util.c | 2857 int supp = (map >> (2 * i)) & 3; in ieee80211_get_vht_max_nss() 2859 if (supp == 3) in ieee80211_get_vht_max_nss() 2862 if (supp >= mcs_encoding) { in ieee80211_get_vht_max_nss() 2817 int supp = (map >> (2 * i)) & 3; ieee80211_get_vht_max_nss() local
|
| H A D | nl80211.c | 2745 struct nlattr *supp; in nl80211_put_radio() 2751 supp = nla_nest_start(msg, NL80211_ATTR_TID_CONFIG); in nl80211_put_radio() 2752 if (!supp) in nl80211_put_radio() 2775 nla_nest_end(msg, supp); in nl80211_put_radio() 2779 nla_nest_cancel(msg, supp); in nl80211_put_radios() 2606 struct nlattr *supp; nl80211_put_tid_config_support() local
|
| /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()
|