Searched refs:ie_offset (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/gpio/ |
H A D | gpio-rtd.c | 52 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 D | pinctrl-intel.h | 120 unsigned int ie_offset; member 152 .ie_offset = soc ## _GPI_IE, \
|
H A D | pinctrl-intel-platform.c | 122 community->ie_offset = offset; in intel_platform_pinctrl_prepare_community()
|
H A D | pinctrl-intel.c | 1153 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_mask_unmask() 1288 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq() 1317 reg = community->regs + community->ie_offset + gpp * 4; in intel_gpio_irq_init() 1814 base = community->regs + community->ie_offset; in intel_pinctrl_suspend_noirq() 1924 base = community->regs + community->ie_offset; in intel_pinctrl_resume_noirq()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fwil_types.h | 343 __le16 ie_offset; /* offset at which IEs start, from beginning */ member
|
H A D | cfg80211.c | 3361 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss() 3472 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_ibss() 5098 s32 ie_offset; in brcmf_cfg80211_start_ap() local 5141 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap() 5143 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap() 5144 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap() 5516 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local 5549 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx() 5551 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx() 5556 &buf[ie_offset], in brcmf_cfg80211_mgmt_tx()
|
H A D | p2p.c | 1244 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_p2p_scan_finding_common_channel()
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 1453 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 D | mac.c | 1366 u8 oui_type, size_t ie_offset) in ath12k_mac_remove_vendor_ie() argument 1372 if (WARN_ON(skb->len < ie_offset)) in ath12k_mac_remove_vendor_ie() 1376 skb->data + ie_offset, in ath12k_mac_remove_vendor_ie() 1377 skb->len - ie_offset); in ath12k_mac_remove_vendor_ie()
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 1590 u8 oui_type, size_t ie_offset) in ath10k_mac_remove_vendor_ie() argument 1597 if (WARN_ON(skb->len < ie_offset)) in ath10k_mac_remove_vendor_ie() 1601 skb->data + ie_offset, in ath10k_mac_remove_vendor_ie() 1602 skb->len - ie_offset); in ath10k_mac_remove_vendor_ie()
|
/linux/net/wireless/ |
H A D | nl80211.c | 9334 size_t ssids_offset, ie_offset; in nl80211_trigger_scan() local 9382 ie_offset = size; in nl80211_trigger_scan() 9393 request->ie = (void *)request + ie_offset; in nl80211_trigger_scan()
|