Home
last modified time | relevance | path

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

1234

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_mstate_mgr.c70 preamble->magic = ADF_MSTATE_MAGIC; in adf_mstate_preamble_init()
71 preamble->version = ADF_MSTATE_VERSION; in adf_mstate_preamble_init()
72 preamble->preh_len = sizeof(*preamble); in adf_mstate_preamble_init()
73 preamble->size = 0; in adf_mstate_preamble_init()
74 preamble->n_sects = 0; in adf_mstate_preamble_init()
83 if (preamble->magic != ADF_MSTATE_MAGIC || in adf_mstate_preamble_def_checker()
84 preamble->version > ADF_MSTATE_VERSION || in adf_mstate_preamble_def_checker()
85 preamble->preh_len > mgr->size) { in adf_mstate_preamble_def_checker()
87 preamble->magic, preamble->version, preamble->preh_len, in adf_mstate_preamble_def_checker()
114 preamble->size = adf_mstate_state_size(mgr) - preamble->preh_len; in adf_mstate_preamble_update()
[all …]
H A Dadf_mstate_mgr.h54 typedef int (*adf_mstate_preamble_checker)(struct adf_mstate_preh *preamble, void *opa);
/linux/drivers/md/dm-vdo/
H A Daction-manager.c31 vdo_action_preamble_fn preamble; member
230 action->preamble(manager->context, &manager->completion); in launch_current_action()
293 bool vdo_schedule_action(struct action_manager *manager, vdo_action_preamble_fn preamble, in vdo_schedule_action() argument
297 return vdo_schedule_operation(manager, VDO_ADMIN_STATE_OPERATING, preamble, in vdo_schedule_action()
322 vdo_action_preamble_fn preamble, vdo_zone_action_fn action, in vdo_schedule_operation() argument
326 return vdo_schedule_operation_with_context(manager, operation, preamble, action, in vdo_schedule_operation()
353 vdo_action_preamble_fn preamble, in vdo_schedule_operation_with_context() argument
376 .preamble = (preamble == NULL) ? no_preamble : preamble, in vdo_schedule_operation_with_context()
H A Daction-manager.h93 bool vdo_schedule_action(struct action_manager *manager, vdo_action_preamble_fn preamble,
99 vdo_action_preamble_fn preamble, vdo_zone_action_fn action,
105 vdo_action_preamble_fn preamble,
/linux/drivers/media/pci/cx18/
H 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/
H 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()
H A Dos_intfs.c53 static int preamble = PREAMBLE_LONG;/*long, short, auto*/ variable
132 registry_par->preamble = (u8)preamble; in loadparam()
H A Ddrv_types.h82 u8 preamble;/*long, short, auto*/ member
/linux/drivers/net/wireless/ath/ath5k/
H 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/gpu/drm/i915/display/
H A Dintel_alpm.c230 int preamble = 8; /* eDP spec */ in intel_alpm_compute_params() local
231 int precharge = intel_dp_aux_fw_sync_len(intel_dp) - preamble; in intel_alpm_compute_params()
235 preamble + phy_wake + tfw_exit_latency; in intel_alpm_compute_params()
236 fast_wake_time = precharge + preamble + phy_wake + in intel_alpm_compute_params()
H A Dintel_dp_aux.c143 int preamble = 16; in intel_dp_aux_sync_len() local
145 return precharge + preamble; in intel_dp_aux_sync_len()
151 int preamble = 8; in intel_dp_aux_fw_sync_len() local
164 return precharge + preamble; in intel_dp_aux_fw_sync_len()
170 int preamble = 16; in g4x_dp_aux_precharge_len() local
174 precharge_min - preamble) / 2; in g4x_dp_aux_precharge_len()
/linux/Documentation/devicetree/bindings/net/
H 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.
H A Dengleder,tsnep.yaml92 suppress-preamble;
112 suppress-preamble;
/linux/drivers/staging/vt6655/
H A Dbaseband.c1708 unsigned int preamble; in bb_get_frame_time() local
1720 preamble = 96; in bb_get_frame_time()
1722 preamble = 192; in bb_get_frame_time()
1728 return preamble + frame_time; in bb_get_frame_time()
/linux/net/wireless/
H A Dpmsr.c17 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()
47 if (!(capa->ftm.preambles & BIT(preamble))) { in pmsr_parse_ftm()
54 out->ftm.preamble = preamble; in pmsr_parse_ftm()
160 out->ftm.preamble != NL80211_PREAMBLE_HE) { in pmsr_parse_ftm()
/linux/include/linux/
H A Dsynclink.h28 unsigned char preamble; member
/linux/drivers/net/wireless/broadcom/b43legacy/
H 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/
H A Dpn533.h117 u8 preamble; member
125 u8 preamble; member
/linux/drivers/i2c/busses/
H A Di2c-cp2615.c41 __be16 preamble, length, msg; member
88 ret->preamble = htons(0x2A2AU); in cp2615_init_iop_msg()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.h58 int ath12k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx,
/linux/drivers/net/mdio/
H A Dmdio-cavium.h40 OCT_MDIO_BITFIELD_FIELD(u64 preamble:1,
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.h143 int ath11k_mac_hw_ratecode_to_legacy_rate(u8 hw_rc, u8 preamble, u8 *rateidx,
/linux/drivers/net/wireless/marvell/libertas/
H A Dcmd.h98 int lbs_set_radio(struct lbs_private *priv, u8 preamble, u8 radio_on);
H A Dcfg.c1329 u8 preamble = RADIO_PREAMBLE_SHORT; in lbs_cfg_connect() local
1437 lbs_set_radio(priv, preamble, 1); in lbs_cfg_connect()
1770 u8 preamble = RADIO_PREAMBLE_SHORT; in lbs_ibss_join_existing() local
1777 ret = lbs_set_radio(priv, preamble, 1); in lbs_ibss_join_existing()
1888 u8 preamble = RADIO_PREAMBLE_SHORT; in lbs_ibss_start_new() local
1892 ret = lbs_set_radio(priv, preamble, 1); in lbs_ibss_start_new()
/linux/include/uapi/linux/
H A Dsynclink.h161 unsigned char preamble; member

1234