Home
last modified time | relevance | path

Searched refs:ie_offset (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-rtd.c52 u8 *ie_offset; member
103 .ie_offset = (u8 []){ 0xc, 0x24, 0x38 },
120 .ie_offset = (u8 []){ 0xc, 0x24, 0x38 },
137 .ie_offset = (u8 []){ 0xc, 0x24 },
153 .ie_offset = (u8 []){ 0x30, 0x34, 0x38, 0x3c },
169 .ie_offset = (u8 []){ 0xc, 0x24 },
195 return data->info->ie_offset[offset / 32]; in rtd_gpio_ie_offset()
/linux/drivers/pinctrl/intel/
H A Dpinctrl-intel.h129 unsigned int ie_offset; member
162 .ie_offset = soc ## _GPI_IE, \
H A Dpinctrl-intel-platform.c121 community->ie_offset = offset; in intel_platform_pinctrl_prepare_community()
H A Dpinctrl-intel.c1165 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_mask_unmask()
1300 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq()
1329 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_init()
1838 base = community->regs + community->ie_offset; in intel_pinctrl_suspend_noirq()
1948 base = community->regs + community->ie_offset; in intel_pinctrl_resume_noirq()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c929 unsigned short frame_type, ie_offset = 0; in OnAssocReq() local
944 ie_offset = _ASOCREQ_IE_OFFSET_; in OnAssocReq()
946 ie_offset = _REASOCREQ_IE_OFFSET_; in OnAssocReq()
948 if (pkt_len < sizeof(struct ieee80211_hdr_3addr) + ie_offset) in OnAssocReq()
960 left = pkt_len - (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq()
961 pos = pframe + (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq()
988 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_SSID, &ie_len, in OnAssocReq()
989 pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq()
1008 …tw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_SUPP_RATES, &ie_len, pkt_len - WLAN_HDR_A… in OnAssocReq()
1023 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_EXT_SUPP_RATES, &ie_len, in OnAssocReq()
[all …]
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1025 int ie_offset = offsetof(struct ieee80211_mgmt, u) + sizeof(*d); in wilc_wfi_p2p_rx() local
1067 buff + ie_offset, size - ie_offset); in wilc_wfi_p2p_rx()
1163 int ie_offset = offsetof(struct ieee80211_mgmt, u) + sizeof(*d); in mgmt_tx() local
1214 mgmt_tx->buff + ie_offset, in mgmt_tx()
1215 len - ie_offset); in mgmt_tx()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1928 u8 ie_offset; in rtw_cfg80211_indicate_sta_assoc() local
1931 ie_offset = _ASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc()
1933 ie_offset = _REASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc()
1936 sinfo.assoc_req_ies = pmgmt_frame + WLAN_HDR_A3_LEN + ie_offset; in rtw_cfg80211_indicate_sta_assoc()
1937 sinfo.assoc_req_ies_len = frame_len - WLAN_HDR_A3_LEN - ie_offset; in rtw_cfg80211_indicate_sta_assoc()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h343 __le16 ie_offset; /* offset at which IEs start, from beginning */ member
H A Dcfg80211.c3395 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss()
3506 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_ibss()
5148 s32 ie_offset; in brcmf_cfg80211_start_ap() local
5191 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap()
5193 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap()
5194 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap()
5567 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local
5597 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx()
5599 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx()
5604 &buf[ie_offset], in brcmf_cfg80211_mgmt_tx()
H A Dp2p.c1270 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_p2p_scan_finding_common_channel()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c4025 int ssid_ie_offset, ie_offset, templ_len; in wl1271_ap_set_probe_resp_tmpl_legacy() local
4042 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wl1271_ap_set_probe_resp_tmpl_legacy()
4044 ptr = cfg80211_find_ie(WLAN_EID_SSID, probe_rsp_data + ie_offset, in wl1271_ap_set_probe_resp_tmpl_legacy()
4045 probe_rsp_len - ie_offset); in wl1271_ap_set_probe_resp_tmpl_legacy()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c1619 u8 oui_type, size_t ie_offset) in ath10k_mac_remove_vendor_ie() argument
1626 if (WARN_ON(skb->len < ie_offset)) in ath10k_mac_remove_vendor_ie()
1630 skb->data + ie_offset, in ath10k_mac_remove_vendor_ie()
1631 skb->len - ie_offset); in ath10k_mac_remove_vendor_ie()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c1615 u8 oui_type, size_t ie_offset) in ath12k_mac_remove_vendor_ie() argument
1621 if (WARN_ON(skb->len < ie_offset)) in ath12k_mac_remove_vendor_ie()
1625 skb->data + ie_offset, in ath12k_mac_remove_vendor_ie()
1626 skb->len - ie_offset); in ath12k_mac_remove_vendor_ie()
/linux/net/wireless/
H A Dnl80211.c11270 size_t ssids_offset, ie_offset; in nl80211_trigger_scan() local
11319 ie_offset = size; in nl80211_trigger_scan()
11329 request->req.ie = (void *)request + ie_offset; in nl80211_trigger_scan()