/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | p80211conv.h | 77 unsigned int preamble; /* P80211ENUM_preambletype_* */ member 121 __be32 preamble; member
|
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | p80211conv.h | 56 unsigned int preamble; /* P80211ENUM_preambletype_* */ member 100 __be32 preamble; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | pcu.c | 117 int sifs, preamble, plcp_bits, sym_time; in ath5k_hw_get_frame_duration() local 126 /* subtract difference between long and short preamble */ in ath5k_hw_get_frame_duration() 135 preamble = AR5K_INIT_OFDM_PREAMPLE_TIME; in ath5k_hw_get_frame_duration() 142 preamble = AR5K_INIT_OFDM_PREAMBLE_TIME_MIN; in ath5k_hw_get_frame_duration() 146 preamble *= 2; in ath5k_hw_get_frame_duration() 152 preamble *= 4; in ath5k_hw_get_frame_duration() 166 dur = sifs + preamble + (sym_time * symbols); in ath5k_hw_get_frame_duration() 268 * capable of short preamble (802.11b rates 2Mbps, 5.5Mbps, and 11Mbps) have 269 * different rate code so we write their value twice (one for long preamble
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_ioctl_rtl.c | 164 if (padapter->registrypriv.preamble == PREAMBLE_LONG) in oid_rt_get_preamble_mode_hdl() 166 else if (padapter->registrypriv.preamble == PREAMBLE_AUTO) in oid_rt_get_preamble_mode_hdl() 168 else if (padapter->registrypriv.preamble == PREAMBLE_SHORT) in oid_rt_get_preamble_mode_hdl() 220 padapter->registrypriv.preamble = PREAMBLE_LONG; in oid_rt_set_preamble_mode_hdl() 222 padapter->registrypriv.preamble = PREAMBLE_AUTO; in oid_rt_set_preamble_mode_hdl() 224 padapter->registrypriv.preamble = PREAMBLE_SHORT; in oid_rt_set_preamble_mode_hdl()
|
H A D | os_intfs.c | 53 static int preamble = PREAMBLE_LONG;/*long, short, auto*/ variable 132 registry_par->preamble = (u8)preamble; in loadparam()
|
H A D | drv_types.h | 84 u8 preamble;/*long, short, auto*/ member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | rtl871x_ioctl_rtl.c | 164 if (padapter->registrypriv.preamble == PREAMBLE_LONG) in oid_rt_get_preamble_mode_hdl() 166 else if (padapter->registrypriv.preamble == PREAMBLE_AUTO) in oid_rt_get_preamble_mode_hdl() 168 else if (padapter->registrypriv.preamble == PREAMBLE_SHORT) in oid_rt_get_preamble_mode_hdl() 220 padapter->registrypriv.preamble = PREAMBLE_LONG; in oid_rt_set_preamble_mode_hdl() 222 padapter->registrypriv.preamble = PREAMBLE_AUTO; in oid_rt_set_preamble_mode_hdl() 224 padapter->registrypriv.preamble = PREAMBLE_SHORT; in oid_rt_set_preamble_mode_hdl()
|
H A D | os_intfs.c | 53 static int preamble = PREAMBLE_LONG;/*long, short, auto*/ variable 132 registry_par->preamble = (u8)preamble; in loadparam()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | pcu.c | 117 int sifs, preamble, plcp_bits, sym_time; in ath5k_hw_get_frame_duration() local 126 /* subtract difference between long and short preamble */ in ath5k_hw_get_frame_duration() 135 preamble = AR5K_INIT_OFDM_PREAMPLE_TIME; in ath5k_hw_get_frame_duration() 142 preamble = AR5K_INIT_OFDM_PREAMBLE_TIME_MIN; in ath5k_hw_get_frame_duration() 146 preamble *= 2; in ath5k_hw_get_frame_duration() 152 preamble *= 4; in ath5k_hw_get_frame_duration() 166 dur = sifs + preamble + (sym_time * symbols); in ath5k_hw_get_frame_duration() 268 * capable of short preamble (802.11b rates 2Mbps, 5.5Mbps, and 11Mbps) have 269 * different rate code so we write their value twice (one for long preamble
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | pmsr.c | 19 u32 preamble = NL80211_PREAMBLE_DMG; /* only optional in DMG */ in pmsr_parse_ftm() local 32 preamble = nla_get_u32(tb[NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE]); in pmsr_parse_ftm() 44 "FTM: must specify preamble"); in pmsr_parse_ftm() 49 if (!(capa->ftm.preambles & BIT(preamble))) { in pmsr_parse_ftm() 52 "FTM: invalid preamble"); in pmsr_parse_ftm() 56 out->ftm.preamble = preamble; in pmsr_parse_ftm() 154 out->ftm.preamble != NL80211_PREAMBLE_HE) { in pmsr_parse_ftm() 157 "FTM: non EDCA based ranging must use HE preamble"); in pmsr_parse_ftm()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_dp_aux.c | 125 int preamble = 16; in intel_dp_aux_sync_len() local 127 return precharge + preamble; in intel_dp_aux_sync_len() 133 int preamble = 8; in intel_dp_aux_fw_sync_len() local 135 return precharge + preamble; in intel_dp_aux_fw_sync_len() 141 int preamble = 16; in g4x_dp_aux_precharge_len() local 145 precharge_min - preamble) / 2; in g4x_dp_aux_precharge_len()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | pmsr.c | 17 u32 preamble = NL80211_PREAMBLE_DMG; /* only optional in DMG */ in pmsr_parse_ftm() local 30 preamble = nla_get_u32(tb[NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE]); in pmsr_parse_ftm() 42 "FTM: must specify preamble"); in pmsr_parse_ftm() 47 if (!(capa->ftm.preambles & BIT(preamble))) { in pmsr_parse_ftm() 50 "FTM: invalid preamble"); in pmsr_parse_ftm() 54 out->ftm.preamble = preamble; in pmsr_parse_ftm() 152 out->ftm.preamble != NL80211_PREAMBLE_HE) { in pmsr_parse_ftm() 155 "FTM: non EDCA based ranging must use HE preamble"); in pmsr_parse_ftm()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | synclink.h | 28 unsigned char preamble; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | synclink.h | 28 unsigned char preamble; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | pio.c | 555 __le16 preamble[21] = { 0 }; in b43legacy_pio_rx() local 590 preamble[0] = cpu_to_le16(len); in b43legacy_pio_rx() 597 preamble[i + 1] = cpu_to_le16(tmp); in b43legacy_pio_rx() 599 rxhdr = (struct b43legacy_rxhdr_fw3 *)preamble; in b43legacy_pio_rx() 611 hw = (struct b43legacy_hwtxstatus *)(preamble + 1); in b43legacy_pio_rx()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | pio.c | 555 __le16 preamble[21] = { 0 }; in b43legacy_pio_rx() local 590 preamble[0] = cpu_to_le16(len); in b43legacy_pio_rx() 597 preamble[i + 1] = cpu_to_le16(tmp); in b43legacy_pio_rx() 599 rxhdr = (struct b43legacy_rxhdr_fw3 *)preamble; in b43legacy_pio_rx() 611 hw = (struct b43legacy_hwtxstatus *)(preamble + 1); in b43legacy_pio_rx()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-av-vbi.c | 20 * 3 byte Anc data preamble: 0x00 0xff 0xff 49 u8 preamble[3]; member 257 if (anc->preamble[0] || in cx18_av_decode_vbi_line() 258 anc->preamble[1] != 0xff || anc->preamble[2] != 0xff || in cx18_av_decode_vbi_line()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-av-vbi.c | 20 * 3 byte Anc data preamble: 0x00 0xff 0xff 49 u8 preamble[3]; member 257 if (anc->preamble[0] || in cx18_av_decode_vbi_line() 258 anc->preamble[1] != 0xff || anc->preamble[2] != 0xff || in cx18_av_decode_vbi_line()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/ |
H A D | islpci_eth.h | 49 __be32 preamble; member
|
/kernel/linux/linux-5.10/drivers/nfc/pn533/ |
H A D | pn533.h | 117 u8 preamble; member 125 u8 preamble; member
|
/kernel/linux/linux-6.6/drivers/nfc/pn533/ |
H A D | pn533.h | 117 u8 preamble; member 125 u8 preamble; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | mac.h | 54 int ath12k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx,
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-cp2615.c | 41 __be16 preamble, length, msg; member 88 ret->preamble = 0x2A2A; in cp2615_init_iop_msg()
|
/kernel/linux/linux-5.10/drivers/net/mdio/ |
H A D | mdio-cavium.h | 40 OCT_MDIO_BITFIELD_FIELD(u64 preamble:1,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | mac.h | 125 int ath11k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx,
|