Searched refs:cca (Results 1 - 25 of 40) sorted by relevance

12

/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/net/mac802154/
H A Dmac_cmd.c69 wpan_dev->wpan_phy->cca = params->cca;
86 ret = drv_set_cca_mode(local, &params->cca);
110 params->cca = wpan_dev->wpan_phy->cca;
H A Dtrace.h26 (__entry->cca_mode) = cca->mode; \
27 (__entry->cca_opt) = cca->opt; \
97 const struct wpan_phy_cca *cca),
98 TP_ARGS(local, cca),
H A Ddriver-ops.h263 const struct wpan_phy_cca *cca)
274 trace_802154_drv_set_cca_mode(local, cca);
275 ret = local->ops->set_cca_mode(&local->hw, cca);
262 drv_set_cca_mode(struct ieee802154_local *local, const struct wpan_phy_cca *cca) argument
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/drivers/net/wireless/ath/carl9170/
H A Dcmd.c184 ar->tally.cca += le32_to_cpu(tally.cca) / tick;
192 info->time_busy = ar->tally.cca;
H A Dfwcmd.h308 __le32 cca; member in struct:carl9170_tally_rsp
/linux-master/drivers/s390/crypto/
H A Dzcrypt_cex4.c518 } else if (ac->hwinfo.cca) {
523 * just keep it for cca compatibility
530 * just keep it for cca compatibility
537 * just keep it for cca compatibility
544 * just keep it for cca compatibility
551 * just keep it for cca compatibility
601 if (ac->hwinfo.cca) {
629 if (ac->hwinfo.cca)
662 } else if (aq->card->hwinfo.cca) {
691 if (aq->card->hwinfo.cca) {
[all...]
/linux-master/net/ieee802154/
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 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 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/arch/mips/include/asm/octeon/
H A Dcvmx-address.h133 uint64_t cca:3; /* ignored by octeon */ member in struct:__anon4::__anon8
226 uint64_t cca:3; member in struct:__anon4::__anon18
/linux-master/include/net/
H A Dmac802154.h221 const struct wpan_phy_cca *cca);
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 */
/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/drivers/net/wireless/intersil/p54/
H A Dtxrx.c518 unsigned int i, rssi, tx, cca, dtime, dtotal, dcca, dtx, drssi, unit; local
547 cca = le32_to_cpu(stats->sample_cca);
553 dcca = cca - priv->survey_raw.cached_cca;
569 priv->survey_raw.cca += dcca * unit;
570 priv->survey_raw.cached_cca = cca;
595 priv->survey_raw.cca;
H A Dp54.h211 u64 cca; member in struct:p54_common::__anon987
/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) {
/linux-master/drivers/net/ieee802154/
H A Datusb.c513 atusb_set_cca_mode(struct ieee802154_hw *hw, const struct wpan_phy_cca *cca) argument
519 switch (cca->mode) {
527 switch (cca->opt) {
847 hw->phy->cca.mode = NL802154_CCA_ENERGY;
H A Dcc2520.c1036 struct gpio_desc *cca; local
1074 cca = devm_gpiod_get(&spi->dev, "cca", GPIOD_IN);
1075 if (IS_ERR(cca)) {
1076 dev_err(&spi->dev, "cca gpio is not valid\n");
1077 ret = PTR_ERR(cca);
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
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
/linux-master/arch/s390/include/asm/
H A Dap.h102 unsigned int cca : 1; /* D */ member in struct:ap_tapq_hwinfo::__anon27::__anon29
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.h159 u8 cca; member in struct:init_gain

Completed in 241 milliseconds

12