Home
last modified time | relevance | path

Searched refs:asap (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/net/wireless/
H A Dpmsr.c61 out->ftm.asap = !!tb[NL80211_PMSR_FTM_REQ_ATTR_ASAP]; in pmsr_parse_ftm()
62 if (out->ftm.asap && !capa->ftm.asap) { in pmsr_parse_ftm()
69 if (!out->ftm.asap && !capa->ftm.non_asap) { in pmsr_parse_ftm()
H A Dcore.c731 if (WARN_ON(!wiphy->pmsr_capa->ftm.asap && in wiphy_register()
H A Dnl80211.c2150 if (cap->ftm.asap && nla_put_flag(msg, NL80211_PMSR_FTM_CAPA_ATTR_ASAP)) in nl80211_send_pmsr_ftm_capa()
/openbmc/u-boot/board/ti/am65x/
H A DREADME23 1. Need to move away from R5 asap, so that we want to start *any*
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c1731 uint64_t asap = ((mfindex + epctx->interval - 1) & in xhci_calc_intr_kick() local
1736 xfer->mfindex_kick = MAX(asap, kick); in xhci_calc_intr_kick()
1743 uint64_t asap = ((mfindex + epctx->interval - 1) & in xhci_calc_iso_kick() local
1745 if (asap >= epctx->mfindex_last && in xhci_calc_iso_kick()
1746 asap <= epctx->mfindex_last + epctx->interval * 4) { in xhci_calc_iso_kick()
1749 xfer->mfindex_kick = asap; in xhci_calc_iso_kick()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c421 target->asap_mode = peer->ftm.asap; in iwl_mvm_ftm_put_target_v2()
450 if (peer->ftm.asap) in iwl_mvm_ftm_put_target_common()
H A Dmac80211.c66 .asap = 1,
/openbmc/linux/include/net/
H A Dcfg80211.h3894 asap:1, member
5197 asap:1, member
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3277 if (request->asap && nla_put_flag(msg, NL80211_PMSR_FTM_REQ_ATTR_ASAP)) in mac80211_hwsim_send_pmsr_ftm_request_peer()
5799 out->ftm.asap = !!tb[NL80211_PMSR_FTM_CAPA_ATTR_ASAP]; in parse_ftm_capa()
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc2522 * Do this asap to minimize any load use delay.
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch7541 + // This flush is not strictly needed but it reclaims what memory we can reclaim asap