/linux-4.4.14/drivers/pinctrl/intel/ |
D | pinctrl-intel.h | 71 unsigned ie_offset; member
|
D | pinctrl-intel.c | 691 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_mask_unmask() 814 enabled = readl(community->regs + community->ie_offset + in intel_gpio_community_irq_handler() 1080 base = community->regs + community->ie_offset; in intel_pinctrl_suspend() 1103 writel(0, base + community->ie_offset + gpp * 4); in intel_gpio_irq_init() 1152 base = community->regs + community->ie_offset; in intel_pinctrl_resume()
|
D | pinctrl-sunrisepoint.c | 32 .ie_offset = SPT_GPI_IE, \
|
D | pinctrl-broxton.c | 30 .ie_offset = BXT_GPI_IE, \
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 2115 u8 ie_offset; in collect_bss_info() local 2131 ie_offset = _BEACON_IE_OFFSET_; in collect_bss_info() 2135 ie_offset = _PROBEREQ_IE_OFFSET_; in collect_bss_info() 2138 ie_offset = _PROBERSP_IE_OFFSET_; in collect_bss_info() 2142 ie_offset = _FIXED_IE_LENGTH_; in collect_bss_info() 2159 p = rtw_get_ie(bssid->IEs + ie_offset, _SSID_IE_, &len, bssid->IELength - ie_offset); in collect_bss_info() 2180 p = rtw_get_ie(bssid->IEs + ie_offset, _SUPPORTEDRATES_IE_, &len, bssid->IELength - ie_offset); in collect_bss_info() 2190 p = rtw_get_ie(bssid->IEs + ie_offset, _EXT_SUPPORTEDRATES_IE_, &len, bssid->IELength - ie_offset); in collect_bss_info() 2206 p = rtw_get_ie(bssid->IEs + ie_offset, _DSSET_IE_, &len, bssid->IELength - ie_offset); in collect_bss_info() 2215 p = rtw_get_ie(bssid->IEs + ie_offset, _HT_ADD_INFO_IE_, &len, bssid->IELength - ie_offset); in collect_bss_info() [all …]
|
D | rtw_ap.c | 175 u32 i, offset, ielen = 0, ie_offset, remainder_ielen = 0; in rtw_add_bcn_ie() local 199 ie_offset = (int)(p - pie); in rtw_add_bcn_ie() 201 remainder_ielen = pnetwork->IELength - ie_offset - ielen; in rtw_add_bcn_ie() 238 uint offset, ielen, ie_offset, remainder_ielen = 0; in rtw_remove_bcn_ie() local 248 ie_offset = (int)(p - pie); in rtw_remove_bcn_ie() 250 remainder_ielen = pnetwork->IELength - ie_offset - ielen; in rtw_remove_bcn_ie()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | fwil_types.h | 271 __le16 ie_offset; /* offset at which IEs start, from beginning */ member
|
D | cfg80211.c | 2635 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss() 2744 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in wl_inform_ibss() 2807 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_update_bss_info() 4062 s32 ie_offset; in brcmf_cfg80211_start_ap() local 4097 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap() 4099 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap() 4100 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap() 4427 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local 4460 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx() 4462 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx() [all …]
|
D | p2p.c | 1241 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_p2p_scan_finding_common_channel()
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2350 u8 ie_offset; in rtw_cfg80211_indicate_sta_assoc() local 2353 ie_offset = offsetof(struct ieee80211_mgmt, in rtw_cfg80211_indicate_sta_assoc() 2356 ie_offset = offsetof(struct ieee80211_mgmt, in rtw_cfg80211_indicate_sta_assoc() 2360 sinfo.assoc_req_ies = pmgmt_frame + ie_offset; in rtw_cfg80211_indicate_sta_assoc() 2361 sinfo.assoc_req_ies_len = frame_len - ie_offset; in rtw_cfg80211_indicate_sta_assoc()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | main.c | 3956 int ssid_ie_offset, ie_offset, templ_len; in wl1271_ap_set_probe_resp_tmpl_legacy() local 3973 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wl1271_ap_set_probe_resp_tmpl_legacy() 3975 ptr = cfg80211_find_ie(WLAN_EID_SSID, probe_rsp_data + ie_offset, in wl1271_ap_set_probe_resp_tmpl_legacy() 3976 probe_rsp_len - ie_offset); in wl1271_ap_set_probe_resp_tmpl_legacy()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 1382 u8 oui_type, size_t ie_offset) in ath10k_mac_remove_vendor_ie() argument 1389 if (WARN_ON(skb->len < ie_offset)) in ath10k_mac_remove_vendor_ie() 1393 skb->data + ie_offset, in ath10k_mac_remove_vendor_ie() 1394 skb->len - ie_offset); in ath10k_mac_remove_vendor_ie()
|