Home
last modified time | relevance | path

Searched refs:ie_offset (Results 1 – 8 of 8) 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.h120 unsigned int ie_offset; member
152 .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.c1153 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 Dfwil_types.h343 __le16 ie_offset; /* offset at which IEs start, from beginning */ member
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/ath10k/
H A Dmac.c1590 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 Dnl80211.c9335 size_t ssids_offset, ie_offset; in nl80211_trigger_scan() local
9383 ie_offset = size; in nl80211_trigger_scan()
9394 request->ie = (void *)request + ie_offset; in nl80211_trigger_scan()