Home
last modified time | relevance | path

Searched refs:ie_offset (Results 1 – 12 of 12) 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
161 .ie_offset = soc ## _GPI_IE, \
H A Dpinctrl-intel-platform.c122 community->ie_offset = offset; in intel_platform_pinctrl_prepare_community()
H A Dpinctrl-intel.c1161 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_mask_unmask()
1296 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq()
1325 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_init()
1821 base = community->regs + community->ie_offset; in intel_pinctrl_suspend_noirq()
1931 base = community->regs + community->ie_offset; in intel_pinctrl_resume_noirq()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c943 unsigned short frame_type, ie_offset = 0; in OnAssocReq() local
958 ie_offset = _ASOCREQ_IE_OFFSET_; in OnAssocReq()
960 ie_offset = _REASOCREQ_IE_OFFSET_; in OnAssocReq()
963 if (pkt_len < sizeof(struct ieee80211_hdr_3addr) + ie_offset) in OnAssocReq()
975 left = pkt_len - (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq()
976 pos = pframe + (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq()
1004 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_SSID, &ie_len, in OnAssocReq()
1005 pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq()
1024 …tw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_SUPP_RATES, &ie_len, pkt_len - WLAN_HDR_A… in OnAssocReq()
1039 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_EXT_SUPP_RATES, &ie_len, in OnAssocReq()
[all …]
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1921 u8 ie_offset; in rtw_cfg80211_indicate_sta_assoc() local
1924 ie_offset = _ASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc()
1926 ie_offset = _REASOCREQ_IE_OFFSET_; in rtw_cfg80211_indicate_sta_assoc()
1929 sinfo.assoc_req_ies = pmgmt_frame + WLAN_HDR_A3_LEN + ie_offset; in rtw_cfg80211_indicate_sta_assoc()
1930 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.c3383 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss()
3494 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_ibss()
5124 s32 ie_offset; in brcmf_cfg80211_start_ap() local
5167 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap()
5169 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap()
5170 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap()
5542 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local
5574 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx()
5576 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx()
5581 &buf[ie_offset], in brcmf_cfg80211_mgmt_tx()
H A Dp2p.c1244 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_p2p_scan_finding_common_channel()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c1453 u8 oui_type, size_t ie_offset) in ath11k_mac_remove_vendor_ie() argument
1459 if (WARN_ON(skb->len < ie_offset)) in ath11k_mac_remove_vendor_ie()
1463 skb->data + ie_offset, in ath11k_mac_remove_vendor_ie()
1464 skb->len - ie_offset); in ath11k_mac_remove_vendor_ie()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c1495 u8 oui_type, size_t ie_offset) in ath12k_mac_remove_vendor_ie() argument
1501 if (WARN_ON(skb->len < ie_offset)) in ath12k_mac_remove_vendor_ie()
1505 skb->data + ie_offset, in ath12k_mac_remove_vendor_ie()
1506 skb->len - ie_offset); in ath12k_mac_remove_vendor_ie()
/linux/net/wireless/
H A Dnl80211.c10376 size_t ssids_offset, ie_offset; in nl80211_trigger_scan() local
10424 ie_offset = size; in nl80211_trigger_scan()
10434 request->req.ie = (void *)request + ie_offset; in nl80211_trigger_scan()