Searched refs:ie (Results 51 - 75 of 170) sorted by relevance

1234567

/linux-master/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7100.c1065 void __iomem *ie = sfp->base + GPIOIE + 4 * (gpio / 32); local
1071 value = readl_relaxed(ie) & ~mask;
1072 writel_relaxed(value, ie);
1082 void __iomem *ie = sfp->base + GPIOIE + 4 * (gpio / 32); local
1089 value = readl_relaxed(ie) & ~mask;
1090 writel_relaxed(value, ie);
1099 void __iomem *ie = sfp->base + GPIOIE + 4 * (gpio / 32); local
1107 value = readl_relaxed(ie) | mask;
1108 writel_relaxed(value, ie);
/linux-master/net/bluetooth/
H A Dhci_core.c244 struct inquiry_entry *ie)
250 list_del(&ie->list);
254 abs(p->data.rssi) >= abs(ie->data.rssi))
259 list_add(&ie->list, pos);
266 struct inquiry_entry *ie; local
276 ie = hci_inquiry_cache_lookup(hdev, &data->bdaddr);
277 if (ie) {
278 if (!ie->data.ssp_mode)
281 if (ie->name_state == NAME_NEEDED &&
282 data->rssi != ie
243 hci_inquiry_cache_update_resolve(struct hci_dev *hdev, struct inquiry_entry *ie) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.h124 u8 *rtl_find_ie(u8 *data, unsigned int len, u8 ie);
/linux-master/net/wireless/
H A Dnl80211.h93 const u8 *ie, size_t ie_len, bool from_ap);
H A Dmlme.c494 const u8 *ie, int ie_len, u16 reason,
501 .ie = ie,
523 const u8 *ie, int ie_len, u16 reason,
530 .ie = ie,
492 cfg80211_mlme_deauth(struct cfg80211_registered_device *rdev, struct net_device *dev, const u8 *bssid, const u8 *ie, int ie_len, u16 reason, bool local_state_change) argument
521 cfg80211_mlme_disassoc(struct cfg80211_registered_device *rdev, struct net_device *dev, const u8 *ap_addr, const u8 *ie, int ie_len, u16 reason, bool local_state_change) argument
H A Dmesh.c94 .ie = NULL,
/linux-master/arch/riscv/kvm/
H A Dvcpu.c419 unsigned long ie; local
421 ie = ((vcpu->arch.guest_csr.vsie & VSIP_VALID_MASK)
423 ie |= vcpu->arch.guest_csr.vsie & ~IRQ_LOCAL_MASK &
425 if (READ_ONCE(vcpu->arch.irqs_pending[0]) & ie)
H A Daia_aplic.c278 bool inject = false, ie; local
286 ie = (aplic->domaincfg & APLIC_DOMAINCFG_IE) ? true : false;
320 if (ie && ((irqd->state & APLIC_IRQ_STATE_ENPEND) ==
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dscan.c104 req->ie,
121 req->ie,
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dp2p.c90 request->ie_len, request->ie);
100 request->ie_len, request->ie);
/linux-master/arch/arm/common/
H A Dsa1111.c260 u32 ie; local
262 ie = readl_relaxed(mapbase + SA1111_INTEN0);
263 ie &= ~sa1111_irqmask(d);
264 writel(ie, mapbase + SA1111_INTEN0);
271 u32 ie; local
273 ie = readl_relaxed(mapbase + SA1111_INTEN0);
274 ie |= sa1111_irqmask(d);
275 writel_relaxed(ie, mapbase + SA1111_INTEN0);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c2312 if (sme->ie)
2313 ret = mwifiex_set_gen_ie(priv, sme->ie, sme->ie_len);
2632 struct ieee_types_header *ie; local
2670 if (request->ie && request->ie_len) {
2676 ie = (struct ieee_types_header *)(request->ie + offset);
2677 memcpy(&priv->vs_ie[i].ie, ie, sizeof(*ie) + ie
2744 struct ieee_types_header *ie; local
[all...]
/linux-master/net/mac80211/
H A Dutil.c1193 const u8 *ie, size_t ie_len,
1225 if (ie && ie_len) {
1231 noffset = ieee80211_ie_split(ie, ie_len,
1237 skb_put_data(skb, ie + *offset, noffset - *offset);
1259 if (ie && ie_len) {
1268 noffset = ieee80211_ie_split(ie, ie_len,
1273 skb_put_data(skb, ie + *offset, noffset - *offset);
1289 if (ie && ie_len) {
1303 noffset = ieee80211_ie_split(ie, ie_len,
1308 skb_put_data(skb, ie
1191 ieee80211_put_preq_ies_band(struct sk_buff *skb, struct ieee80211_sub_if_data *sdata, const u8 *ie, size_t ie_len, size_t *offset, enum nl80211_band band, u32 rate_mask, struct cfg80211_chan_def *chandef, u32 flags) argument
1380 ieee80211_put_preq_ies(struct sk_buff *skb, struct ieee80211_sub_if_data *sdata, struct ieee80211_scan_ies *ie_desc, const u8 *ie, size_t ie_len, u8 bands_used, u32 *rate_masks, struct cfg80211_chan_def *chandef, u32 flags) argument
1423 ieee80211_build_preq_ies(struct ieee80211_sub_if_data *sdata, u8 *buffer, size_t buffer_len, struct ieee80211_scan_ies *ie_desc, const u8 *ie, size_t ie_len, u8 bands_used, u32 *rate_masks, struct cfg80211_chan_def *chandef, u32 flags) argument
1469 ieee80211_build_probe_req(struct ieee80211_sub_if_data *sdata, const u8 *src, const u8 *dst, u32 ratemask, struct ieee80211_channel *chan, const u8 *ssid, size_t ssid_len, const u8 *ie, size_t ie_len, u32 flags) argument
[all...]
H A Dibss.c167 memcpy(pos, ifibss->ie, ifibss->ie_len);
1779 if (params->ie) {
1780 sdata->u.ibss.ie = kmemdup(params->ie, params->ie_len,
1782 if (sdata->u.ibss.ie)
1832 kfree(sdata->u.ibss.ie);
1833 sdata->u.ibss.ie = NULL;
/linux-master/include/net/
H A Dcfg80211.h2493 * @ie: vendor information elements (optional)
2519 const u8 *ie; member in struct:mesh_setup
2641 * @ie: optional information element(s) to add into Probe Request or %NULL
2642 * @ie_len: length of ie in octets
2672 const u8 *ie; member in struct:cfg80211_scan_request
2759 * @ie: optional information element(s) to add into Probe Request or %NULL
2760 * @ie_len: length of ie in octets
2806 const u8 *ie; member in struct:cfg80211_sched_scan_request
3015 * @ie: Extra IEs to add to Authentication frame or %NULL
3016 * @ie_len: Length of ie buffe
3034 const u8 *ie; member in struct:cfg80211_auth_request
3136 const u8 *ie, *prev_bssid; member in struct:cfg80211_assoc_request
3168 const u8 *ie; member in struct:cfg80211_deauth_request
3189 const u8 *ie; member in struct:cfg80211_disassoc_request
3235 const u8 *ie; member in struct:cfg80211_ibss_params
3338 const u8 *ie; member in struct:cfg80211_connect_params
3656 const u8 *ie; member in struct:cfg80211_update_ft_ies_params
4151 const u8 *ie; member in struct:cfg80211_update_owe_info
6199 const u8 *ie; member in struct:wireless_dev::__anon96
7278 cfg80211_inform_bss(struct wiphy *wiphy, struct ieee80211_channel *rx_channel, enum cfg80211_bss_frame_type ftype, const u8 *bssid, u64 tsf, u16 capability, u16 beacon_interval, const u8 *ie, size_t ielen, s32 signal, gfp_t gfp) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c252 /* Vendor specific ie. id = 221, oui and type defines exact ie */
444 brcmf_tlv_has_ie(const u8 *ie, const u8 **tlvs, u32 *tlvs_len, argument
448 if (ie[TLV_LEN_OFF] >= oui_len + 1 &&
449 !memcmp(&ie[TLV_BODY_OFF], oui, oui_len) &&
450 type == ie[TLV_BODY_OFF + oui_len]) {
456 /* point to the next ie */
457 ie += ie[TLV_LEN_OFF] + TLV_HDR_LEN;
459 *tlvs_len -= (int)(ie
469 const struct brcmf_tlv *ie; local
482 const struct brcmf_tlv *ie; local
2091 const u8 *ie; local
2367 const void *ie; local
4760 struct brcmf_tlv *ie; local
[all...]
H A Dp2p.c846 * brcmf_p2p_find_listen_channel() - find listen channel in ie string.
848 * @ie: string of information elements.
851 * Scan ie for p2p ie and look for attribute 6 channel. If available determine
854 static s32 brcmf_p2p_find_listen_channel(const u8 *ie, u32 ie_len) argument
860 err = cfg80211_get_p2p_attr(ie, ie_len,
901 err = brcmf_p2p_find_listen_channel(request->ie,
1230 u8 *ie; local
1244 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset);
1246 err = cfg80211_get_p2p_attr(ie, le32_to_cp
[all...]
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h385 u8 *wps_assoc_resp_ie; /* for CONFIG_IOCTL_CFG80211, this IE could include p2p ie / wfd ie */
390 u32 wps_assoc_resp_ie_len; /* for CONFIG_IOCTL_CFG80211, this IE len could include p2p ie / wfd ie */
541 u8 *rtw_get_capability_from_ie(u8 *ie);
542 u8 *rtw_get_beacon_interval_from_ie(u8 *ie);
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_mlme.h181 u8 *r8712_get_capability_from_ie(u8 *ie);
H A Drtl871x_xmit.h255 void r8712_update_protection(struct _adapter *padapter, u8 *ie, uint ie_len);
/linux-master/arch/powerpc/kernel/vdso/
H A Dsigtramp64.S303 # Do we really need to describe the frame at this point? ie. will
/linux-master/sound/pci/ctxfi/
H A Dcthardware.h97 int (*src_set_ie)(void *blk, unsigned int ie);
/linux-master/include/linux/
H A Domap-dma.h222 int ie; /* interrupt enabled */ member in struct:omap_dma_channel_params
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dscan.c34 skb_put_data(skb, req->ie, req->ie_len);
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_hw_types.h306 u64 ie:16; member in struct:otx2_cptx_af_constants1::otx2_cptx_af_constants1_s

Completed in 613 milliseconds

1234567