Home
last modified time | relevance | path

Searched refs:cca (Results 1 – 25 of 41) sorted by relevance

12

/linux/net/mac802154/
H A Dmac_cmd.c69 wpan_dev->wpan_phy->cca = params->cca; in mac802154_set_mac_params()
86 ret = drv_set_cca_mode(local, &params->cca); in mac802154_set_mac_params()
110 params->cca = wpan_dev->wpan_phy->cca; in mac802154_get_mac_params()
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 Dcfg.c133 const struct wpan_phy_cca *cca) in ieee802154_set_cca_mode() argument
140 if (wpan_phy_cca_cmp(&wpan_phy->cca, cca)) in ieee802154_set_cca_mode()
143 ret = drv_set_cca_mode(local, cca); in ieee802154_set_cca_mode()
145 wpan_phy->cca = *cca; in ieee802154_set_cca_mode()
H A Ddriver-ops.h263 const struct wpan_phy_cca *cca) in drv_set_cca_mode() argument
274 trace_802154_drv_set_cca_mode(local, cca); in drv_set_cca_mode()
275 ret = local->ops->set_cca_mode(&local->hw, cca); in drv_set_cca_mode()
/linux/drivers/s390/crypto/
H A DMakefile21 pkey-cca-objs := pkey_cca.o
22 obj-$(CONFIG_PKEY_CCA) += pkey-cca.o
H A Dzcrypt_cex4.c518 } else if (ac->hwinfo.cca) { in zcrypt_cex4_card_probe()
601 if (ac->hwinfo.cca) { in zcrypt_cex4_card_probe()
629 if (ac->hwinfo.cca) in zcrypt_cex4_card_remove()
662 } else if (aq->card->hwinfo.cca) { in zcrypt_cex4_queue_probe()
691 if (aq->card->hwinfo.cca) { in zcrypt_cex4_queue_probe()
719 if (aq->card->hwinfo.cca) in zcrypt_cex4_queue_remove()
/linux/drivers/net/wireless/ath/carl9170/
H A Dcmd.c184 ar->tally.cca += le32_to_cpu(tally.cca) / tick; in carl9170_collect_tally()
192 info->time_busy = ar->tally.cca; in carl9170_collect_tally()
H A Dfwcmd.h308 __le32 cca; member
/linux/Documentation/devicetree/bindings/net/ieee802154/
H A Dcc2520.txt13 - cca-gpio: GPIO spec for the CCA pin
30 cca-gpio = <&gpio1 16 0>;
/linux/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) in rdev_set_cca_mode() argument
92 trace_802154_rdev_set_cca_mode(&rdev->wpan_phy, cca); in rdev_set_cca_mode()
93 ret = rdev->ops->set_cca_mode(&rdev->wpan_phy, cca); in rdev_set_cca_mode()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-address.h133 uint64_t cca:3; /* ignored by octeon */ member
226 uint64_t cca:3; member
/linux/drivers/virt/coco/
H A DMakefile10 obj-$(CONFIG_ARM_CCA_GUEST) += arm-cca-guest/
H A DKconfig18 source "drivers/virt/coco/arm-cca-guest/Kconfig"
/linux/arch/mips/mm/
H A Dc-r4k.c1631 static int cca = -1; variable
1635 get_option(&str, &cca); in cca_setup()
1644 if (cca < 0 || cca > 7) in coherency_setup()
1645 cca = read_c0_config() & CONF_CM_CMASK; in coherency_setup()
1646 _page_cachable_default = cca << _CACHE_SHIFT; in coherency_setup()
1648 pr_debug("Using cache attribute %d\n", cca); in coherency_setup()
1649 change_c0_config(CONF_CM_CMASK, cca); in coherency_setup()
/linux/arch/mips/include/asm/
H A Dsmp-cps.h27 extern void mips_cps_core_boot(int cca, void __iomem *gcr_base);
/linux/drivers/virt/coco/arm-cca-guest/
H A DKconfig10 arm-cca-guest.
/linux/drivers/net/wireless/intersil/p54/
H A Dtxrx.c518 unsigned int i, rssi, tx, cca, dtime, dtotal, dcca, dtx, drssi, unit; in p54_rx_stats() local
547 cca = le32_to_cpu(stats->sample_cca); in p54_rx_stats()
553 dcca = cca - priv->survey_raw.cached_cca; in p54_rx_stats()
569 priv->survey_raw.cca += dcca * unit; in p54_rx_stats()
570 priv->survey_raw.cached_cca = cca; in p54_rx_stats()
595 priv->survey_raw.cca; in p54_rx_stats()
H A Dp54.h211 u64 cca; member
/linux/include/net/
H A Dcfg802154.h53 const struct wpan_phy_cca *cca);
221 struct wpan_phy_cca cca; member
H A Dmac802154.h221 const struct wpan_phy_cca *cca);
/linux/drivers/net/ieee802154/
H A Datusb.c513 atusb_set_cca_mode(struct ieee802154_hw *hw, const struct wpan_phy_cca *cca) in atusb_set_cca_mode() argument
519 switch (cca->mode) { in atusb_set_cca_mode()
527 switch (cca->opt) { in atusb_set_cca_mode()
847 hw->phy->cca.mode = NL802154_CCA_ENERGY; in atusb_get_and_conf_chip()
H A Dcc2520.c1036 struct gpio_desc *cca; in cc2520_probe() local
1074 cca = devm_gpiod_get(&spi->dev, "cca", GPIOD_IN); in cc2520_probe()
1075 if (IS_ERR(cca)) { in cc2520_probe()
1077 ret = PTR_ERR(cca); in cc2520_probe()
H A Dmcr20a.c637 const struct wpan_phy_cca *cca) in mcr20a_set_cca_mode() argument
647 switch (cca->mode) { in mcr20a_set_cca_mode()
655 switch (cca->opt) { in mcr20a_set_cca_mode()
998 phy->cca.mode = NL802154_CCA_ENERGY; in mcr20a_hw_setup()
H A Dmrf24j40.c851 const struct wpan_phy_cca *cca) in mrf24j40_set_cca_mode() argument
857 switch (cca->mode) { in mrf24j40_set_cca_mode()
865 switch (cca->opt) { in mrf24j40_set_cca_mode()
1249 devrec->hw->phy->cca.mode = NL802154_CCA_CARRIER; in mrf24j40_phy_setup()

12