Home
last modified time | relevance | path

Searched refs:preamble (Results 1 – 25 of 87) sorted by relevance

1234

/linux/drivers/media/pci/cx18/
A Dcx18-av-vbi.c49 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()
/linux/drivers/staging/rtl8712/
A Drtl871x_ioctl_rtl.c164 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()
A Dos_intfs.c53 static int preamble = PREAMBLE_LONG;/*long, short, auto*/ variable
132 registry_par->preamble = (u8)preamble; in loadparam()
A Ddrv_types.h82 u8 preamble;/*long, short, auto*/ member
/linux/drivers/net/wireless/ath/ath5k/
A Dpcu.c117 int sifs, preamble, plcp_bits, sym_time; in ath5k_hw_get_frame_duration() local
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()
/linux/drivers/staging/wlan-ng/
A Dp80211conv.h77 unsigned int preamble; /* P80211ENUM_preambletype_* */ member
121 __be32 preamble; member
/linux/Documentation/devicetree/bindings/net/
A Dmdio.yaml55 suppress-preamble:
57 The 32 bit preamble should be suppressed. In order for this to
58 work, all devices on the bus must support suppressed preamble.
/linux/net/wireless/
A Dpmsr.c19 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()
49 if (!(capa->ftm.preambles & BIT(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()
/linux/drivers/staging/vt6655/
A Dbaseband.c1709 unsigned int preamble; in bb_get_frame_time() local
1721 preamble = 96; in bb_get_frame_time()
1723 preamble = 192; in bb_get_frame_time()
1729 return preamble + frame_time; in bb_get_frame_time()
/linux/drivers/net/wireless/broadcom/b43legacy/
A Dpio.c555 __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()
/linux/drivers/nfc/pn533/
A Dpn533.h117 u8 preamble; member
125 u8 preamble; member
/linux/drivers/staging/pi433/Documentation/
A Dpi433.txt122 optionOn - a preamble will be automatically generated
123 optionOff - no preamble will be generated
126 the telegram after the preamble
128 Attention: While possible to generate sync without preamble, the
129 receiver won't be able to detect the sync without preamble.
150 length of the preamble. Allowed values: 0...65536
/linux/include/linux/
A Dsynclink.h28 unsigned char preamble; member
/linux/drivers/i2c/busses/
A Di2c-cp2615.c41 __be16 preamble, length, msg; member
88 ret->preamble = 0x2A2A; in cp2615_init_iop_msg()
/linux/drivers/net/mdio/
A Dmdio-cavium.h40 OCT_MDIO_BITFIELD_FIELD(u64 preamble:1,
A Dmdio-cavium.c23 smi_clk.s.preamble = 1; in cavium_mdiobus_set_mode()
/linux/drivers/net/wireless/ath/ath11k/
A Dmac.h134 int ath11k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx,
/linux/drivers/net/wireless/marvell/libertas/
A Dcfg.c1282 u8 preamble = RADIO_PREAMBLE_SHORT; in lbs_cfg_connect() local
1390 lbs_set_radio(priv, preamble, 1); in lbs_cfg_connect()
1722 u8 preamble = RADIO_PREAMBLE_SHORT; in lbs_ibss_join_existing() local
1729 ret = lbs_set_radio(priv, preamble, 1); in lbs_ibss_join_existing()
1840 u8 preamble = RADIO_PREAMBLE_SHORT; in lbs_ibss_start_new() local
1844 ret = lbs_set_radio(priv, preamble, 1); in lbs_ibss_start_new()
A Dcmd.h98 int lbs_set_radio(struct lbs_private *priv, u8 preamble, u8 radio_on);
A Dcmd.c1041 int lbs_set_radio(struct lbs_private *priv, u8 preamble, u8 radio_on) in lbs_set_radio() argument
1052 switch (preamble) { in lbs_set_radio()
1056 cmd.control = cpu_to_le16(preamble); in lbs_set_radio()
1071 radio_on ? "ON" : "OFF", preamble); in lbs_set_radio()
/linux/include/uapi/linux/
A Dsynclink.h161 unsigned char preamble; member
/linux/drivers/net/wireless/ti/wl1251/
A Dacx.c746 int wl1251_acx_set_preamble(struct wl1251 *wl, enum acx_preamble_type preamble) in wl1251_acx_set_preamble() argument
757 acx->preamble = preamble; in wl1251_acx_set_preamble()
/linux/Documentation/networking/device_drivers/wifi/intel/
A Dipw2200.rst130 + long/short preamble support
236 Can be used to report configuration of preamble length.
239 Can be used to set the configuration of preamble length:
248 1 Long preamble only
/linux/drivers/net/wireless/intersil/orinoco/
A Dorinoco.h132 u16 preamble; member
/linux/drivers/net/wireless/atmel/
A Datmel.c524 int preamble; member
543 int preamble; member
1540 priv->preamble = LONG_PREAMBLE; in init_atmel_card()
2818 if (priv->preamble != new) { in handle_beacon_probe()
2819 priv->preamble = new; in handle_beacon_probe()
2904 if (priv->preamble == SHORT_PREAMBLE) in send_association_request()
3019 priv->BSSinfo[index].preamble = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ? in store_bss_info()
3226 if (priv->preamble != bss->preamble) { in atmel_join_bss()
3227 priv->preamble = bss->preamble; in atmel_join_bss()
3229 LOCAL_MIB_PREAMBLE_TYPE, bss->preamble); in atmel_join_bss()
[all …]

Completed in 71 milliseconds

1234