Searched refs:cca (Results 1 - 25 of 40) sorted by last modified time

12

/linux-master/drivers/acpi/
H A Dscan.c1686 unsigned long long cca = 0; local
1696 cca = parent->flags.coherent_dma;
1699 NULL, &cca);
1708 cca = 1;
1714 adev->flags.coherent_dma = cca;
/linux-master/net/mac80211/
H A Dcfg.c921 const struct ieee80211_color_change_settings *cca,
942 else if (cca)
943 new->cntdwn_counter_offsets[0] = cca->counter_offset_presp;
1100 const struct ieee80211_color_change_settings *cca,
1190 } else if (cca) {
1191 new->cntdwn_current_counter = cca->count;
1192 new->cntdwn_counter_offsets[0] = cca->counter_offset_beacon;
1209 params->probe_resp_len, csa, cca, link);
918 ieee80211_set_probe_resp(struct ieee80211_sub_if_data *sdata, const u8 *resp, size_t resp_len, const struct ieee80211_csa_settings *csa, const struct ieee80211_color_change_settings *cca, struct ieee80211_link_data *link) argument
1096 ieee80211_assign_beacon(struct ieee80211_sub_if_data *sdata, struct ieee80211_link_data *link, struct cfg80211_beacon_data *params, const struct ieee80211_csa_settings *csa, const struct ieee80211_color_change_settings *cca, u64 *changed) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1094 u8 cca; member in struct:init_gain
/linux-master/drivers/s390/crypto/
H A Dap_bus.c606 /* Add MODE=<accel|cca|ep11> */
609 else if (ac->hwinfo.cca)
610 rc = add_uevent_var(env, "MODE=cca");
618 /* Add MODE=<accel|cca|ep11> */
621 else if (aq->card->hwinfo.cca)
622 rc = add_uevent_var(env, "MODE=cca");
H A Dzcrypt_api.c676 !(zc->card->hwinfo.accel || zc->card->hwinfo.cca))
780 !(zc->card->hwinfo.accel || zc->card->hwinfo.cca))
896 !zc->card->hwinfo.cca)
1228 !zc->card->hwinfo.cca)
/linux-master/arch/s390/include/asm/
H A Dap.h102 unsigned int cca : 1; /* D */ member in struct:ap_tapq_hwinfo::__anon3::__anon5
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_phy.c935 priv->initgain_backup.cca = (u8)rtl92e_get_bb_reg(dev,
956 (u32)priv->initgain_backup.cca);
H A Drtl_core.h159 u8 cca; member in struct:init_gain
/linux-master/arch/mips/kernel/
H A Dsmp-cps.c215 unsigned ncores, core_vpes, c, cca; local
226 cca = read_c0_config() & CONF_CM_CMASK;
227 switch (cca) {
H A Dcpu-probe.c1080 int cca = read_c0_config() & CONF_CM_CMASK; local
1090 switch (cca) {
/linux-master/arch/mips/include/asm/
H A Dsmp-cps.h27 extern void mips_cps_core_boot(int cca, void __iomem *gcr_base);
/linux-master/drivers/net/ieee802154/
H A Dca8210.c2170 * @cca: CCA mode to set
2176 const struct wpan_phy_cca *cca
2183 cca_mode = cca->mode & 3;
2184 if (cca_mode == 3 && cca->opt == NL802154_CCA_OPT_ENERGY_CARRIER_OR) {
2198 "error setting cca mode, MLME-SET.confirm status = %d",
2914 ca8210_hw->phy->cca.mode = NL802154_CCA_ENERGY_CARRIER;
2915 ca8210_hw->phy->cca.opt = NL802154_CCA_OPT_ENERGY_CARRIER_AND;
H A Dmrf24j40.c851 const struct wpan_phy_cca *cca)
857 switch (cca->mode) {
865 switch (cca->opt) {
1249 devrec->hw->phy->cca.mode = NL802154_CCA_CARRIER;
850 mrf24j40_set_cca_mode(struct ieee802154_hw *hw, const struct wpan_phy_cca *cca) argument
H A Dmcr20a.c637 const struct wpan_phy_cca *cca)
647 switch (cca->mode) {
655 switch (cca->opt) {
998 phy->cca.mode = NL802154_CCA_ENERGY;
636 mcr20a_set_cca_mode(struct ieee802154_hw *hw, const struct wpan_phy_cca *cca) argument
H A Dat86rf230.c1149 const struct wpan_phy_cca *cca)
1155 switch (cca->mode) {
1163 switch (cca->opt) {
1463 lp->hw->phy->cca.mode = NL802154_CCA_ENERGY;
1148 at86rf230_set_cca_mode(struct ieee802154_hw *hw, const struct wpan_phy_cca *cca) argument
/linux-master/include/net/
H A Dcfg802154.h53 const struct wpan_phy_cca *cca);
183 * @WPAN_PHY_FLAG_CCA_ED_LEVEL: Indicates that transceiver will support cca ed
185 * @WPAN_PHY_FLAG_CCA_MODE: Indicates that transceiver will support cca mode
221 struct wpan_phy_cca cca; member in struct:wpan_phy
225 /* current cca ed threshold in mBm */
H A Dieee802154_netdev.h431 struct wpan_phy_cca cca; member in struct:ieee802154_mac_params
/linux-master/drivers/net/wireless/intersil/p54/
H A Dmain.c312 priv->survey_raw.cca = 0;
/linux-master/arch/mips/mm/
H A Dc-r4k.c1631 static int cca = -1; variable
1635 get_option(&str, &cca);
1640 early_param("cca", cca_setup);
1644 if (cca < 0 || cca > 7)
1645 cca = read_c0_config() & CONF_CM_CMASK;
1646 _page_cachable_default = cca << _CACHE_SHIFT;
1648 pr_debug("Using cache attribute %d\n", cca);
1649 change_c0_config(CONF_CM_CMASK, cca);
/linux-master/net/mac802154/
H A Dcfg.c133 const struct wpan_phy_cca *cca)
140 if (wpan_phy_cca_cmp(&wpan_phy->cca, cca))
143 ret = drv_set_cca_mode(local, cca);
145 wpan_phy->cca = *cca;
132 ieee802154_set_cca_mode(struct wpan_phy *wpan_phy, const struct wpan_phy_cca *cca) argument
/linux-master/net/ieee802154/
H A Drdev-ops.h88 const struct wpan_phy_cca *cca)
92 trace_802154_rdev_set_cca_mode(&rdev->wpan_phy, cca);
93 ret = rdev->ops->set_cca_mode(&rdev->wpan_phy, cca);
87 rdev_set_cca_mode(struct cfg802154_registered_device *rdev, const struct wpan_phy_cca *cca) argument
H A Dtrace.h32 (__entry->cca_mode) = cca->mode; \
33 (__entry->cca_opt) = cca->opt; \
135 TP_PROTO(struct wpan_phy *wpan_phy, const struct wpan_phy_cca *cca),
136 TP_ARGS(wpan_phy, cca),
H A Dnl802154.c488 /* cca mode */
491 rdev->wpan_phy.cca.mode))
494 if (rdev->wpan_phy.cca.mode == NL802154_CCA_ENERGY_CARRIER) {
496 rdev->wpan_phy.cca.opt))
995 struct wpan_phy_cca cca; local
1003 cca.mode = nla_get_u32(info->attrs[NL802154_ATTR_CCA_MODE]);
1005 if (cca.mode < NL802154_CCA_ENERGY ||
1006 cca.mode > NL802154_CCA_ATTR_MAX ||
1007 !(rdev->wpan_phy.supported.cca_modes & BIT(cca.mode)))
1010 if (cca
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c4650 rtlphy->initgain_backup.cca);
4657 rtlphy->initgain_backup.cca = dm_digtable->cur_cck_cca_thres;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c2988 rtl92ee_dm_write_cck_cca_thres(hw, rtlphy->initgain_backup.cca);
2996 rtlphy->initgain_backup.cca = dm_dig->cur_cck_cca_thres;

Completed in 421 milliseconds

12