| /linux/net/mac802154/ |
| H A D | mac_cmd.c | 69 wpan_dev->wpan_phy->cca = params->cca; in mac802154_set_mac_params() 86 ret = drv_set_cca_mode(local, ¶ms->cca); in mac802154_set_mac_params() 110 params->cca = wpan_dev->wpan_phy->cca; in mac802154_get_mac_params()
|
| H A D | trace.h | 26 (__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 D | cfg.c | 133 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 D | driver-ops.h | 263 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 D | Makefile | 21 pkey-cca-objs := pkey_cca.o 22 obj-$(CONFIG_PKEY_CCA) += pkey-cca.o
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | cmd.c | 184 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 D | fwcmd.h | 308 __le32 cca; member
|
| /linux/Documentation/devicetree/bindings/net/ieee802154/ |
| H A D | cc2520.txt | 13 - cca-gpio: GPIO spec for the CCA pin 30 cca-gpio = <&gpio1 16 0>;
|
| /linux/net/ieee802154/ |
| H A D | trace.h | 32 (__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 D | rdev-ops.h | 88 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 D | cvmx-address.h | 133 uint64_t cca:3; /* ignored by octeon */ member 226 uint64_t cca:3; member
|
| /linux/drivers/virt/coco/ |
| H A D | Makefile | 9 obj-$(CONFIG_ARM_CCA_GUEST) += arm-cca-guest/
|
| H A D | Kconfig | 15 source "drivers/virt/coco/arm-cca-guest/Kconfig"
|
| /linux/arch/mips/mm/ |
| H A D | c-r4k.c | 1631 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/drivers/virt/coco/arm-cca-guest/ |
| H A D | Kconfig | 10 arm-cca-guest.
|
| /linux/arch/mips/include/asm/ |
| H A D | smp-cps.h | 33 extern void mips_cps_core_boot(int cca, void __iomem *gcr_base);
|
| /linux/arch/mips/kernel/ |
| H A D | smp-cps.c | 297 unsigned int nclusters, ncores, core_vpes, nvpe = 0, c, cl, cca; in cps_prepare_cpus() local 310 cca = read_c0_config() & CONF_CM_CMASK; in cps_prepare_cpus() 311 switch (cca) { in cps_prepare_cpus()
|
| /linux/include/net/ |
| H A D | cfg802154.h | 53 const struct wpan_phy_cca *cca); 221 struct wpan_phy_cca cca; member
|
| H A D | mac802154.h | 221 const struct wpan_phy_cca *cca);
|
| H A D | ieee802154_netdev.h | 431 struct wpan_phy_cca cca; member
|
| /linux/drivers/net/ieee802154/ |
| H A D | atusb.c | 513 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 D | cc2520.c | 1036 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 D | mcr20a.c | 637 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 D | mrf24j40.c | 851 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()
|
| H A D | ca8210.c | 2174 const struct wpan_phy_cca *cca in ca8210_set_cca_mode() argument 2181 cca_mode = cca->mode & 3; in ca8210_set_cca_mode() 2182 if (cca_mode == 3 && cca->opt == NL802154_CCA_OPT_ENERGY_CARRIER_OR) { in ca8210_set_cca_mode() 2898 ca8210_hw->phy->cca.mode = NL802154_CCA_ENERGY_CARRIER; in ca8210_hw_setup() 2899 ca8210_hw->phy->cca.opt = NL802154_CCA_OPT_ENERGY_CARRIER_AND; in ca8210_hw_setup()
|