/Linux-v4.19/net/mac802154/ |
D | mac_cmd.c | 77 wpan_dev->wpan_phy->cca = params->cca; in mac802154_set_mac_params() 94 ret = drv_set_cca_mode(local, ¶ms->cca); in mac802154_set_mac_params() 118 params->cca = wpan_dev->wpan_phy->cca; in mac802154_get_mac_params()
|
D | cfg.c | 134 const struct wpan_phy_cca *cca) in ieee802154_set_cca_mode() argument 141 if (wpan_phy_cca_cmp(&wpan_phy->cca, cca)) in ieee802154_set_cca_mode() 144 ret = drv_set_cca_mode(local, cca); in ieee802154_set_cca_mode() 146 wpan_phy->cca = *cca; in ieee802154_set_cca_mode()
|
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),
|
D | driver-ops.h | 89 const struct wpan_phy_cca *cca) in drv_set_cca_mode() argument 100 trace_802154_drv_set_cca_mode(local, cca); in drv_set_cca_mode() 101 ret = local->ops->set_cca_mode(&local->hw, cca); in drv_set_cca_mode()
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ieee802154/ |
D | cc2520.txt | 13 - cca-gpio: GPIO spec for the CCA pin 30 cca-gpio = <&gpio1 16 0>;
|
/Linux-v4.19/drivers/net/wireless/ath/carl9170/ |
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()
|
D | fwcmd.h | 308 __le32 cca; member
|
/Linux-v4.19/net/ieee802154/ |
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),
|
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()
|
D | nl802154.c | 482 rdev->wpan_phy.cca.mode)) in nl802154_send_wpan_phy() 485 if (rdev->wpan_phy.cca.mode == NL802154_CCA_ENERGY_CARRIER) { in nl802154_send_wpan_phy() 487 rdev->wpan_phy.cca.opt)) in nl802154_send_wpan_phy() 988 struct wpan_phy_cca cca; in nl802154_set_cca_mode() local 996 cca.mode = nla_get_u32(info->attrs[NL802154_ATTR_CCA_MODE]); in nl802154_set_cca_mode() 998 if (cca.mode < NL802154_CCA_ENERGY || in nl802154_set_cca_mode() 999 cca.mode > NL802154_CCA_ATTR_MAX || in nl802154_set_cca_mode() 1000 !(rdev->wpan_phy.supported.cca_modes & BIT(cca.mode))) in nl802154_set_cca_mode() 1003 if (cca.mode == NL802154_CCA_ENERGY_CARRIER) { in nl802154_set_cca_mode() 1007 cca.opt = nla_get_u32(info->attrs[NL802154_ATTR_CCA_OPT]); in nl802154_set_cca_mode() [all …]
|
/Linux-v4.19/arch/mips/kernel/ |
D | smp-cps.c | 124 unsigned ncores, core_vpes, c, cca; in cps_prepare_cpus() local 131 cca = read_c0_config() & CONF_CM_CMASK; in cps_prepare_cpus() 132 switch (cca) { in cps_prepare_cpus() 167 uasm_i_addiu(&entry_code, 16, 0, cca); in cps_prepare_cpus()
|
/Linux-v4.19/include/linux/spi/ |
D | cc2520.h | 20 int cca; member
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-address.h | 133 uint64_t cca:3; /* ignored by octeon */ member 226 uint64_t cca:3; member
|
/Linux-v4.19/drivers/net/wireless/intersil/p54/ |
D | txrx.c | 516 unsigned int i, rssi, tx, cca, dtime, dtotal, dcca, dtx, drssi, unit; in p54_rx_stats() local 545 cca = le32_to_cpu(stats->sample_cca); in p54_rx_stats() 551 dcca = cca - priv->survey_raw.cached_cca; in p54_rx_stats() 567 priv->survey_raw.cca += dcca * unit; in p54_rx_stats() 568 priv->survey_raw.cached_cca = cca; in p54_rx_stats() 593 priv->survey_raw.cca; in p54_rx_stats()
|
D | p54.h | 214 u64 cca; member
|
/Linux-v4.19/arch/mips/mm/ |
D | c-r4k.c | 1834 static int cca = -1; variable 1838 get_option(&str, &cca); in cca_setup() 1847 if (cca < 0 || cca > 7) in coherency_setup() 1848 cca = read_c0_config() & CONF_CM_CMASK; in coherency_setup() 1849 _page_cachable_default = cca << _CACHE_SHIFT; in coherency_setup() 1851 pr_debug("Using cache attribute %d\n", cca); in coherency_setup() 1852 change_c0_config(CONF_CM_CMASK, cca); in coherency_setup()
|
/Linux-v4.19/include/net/ |
D | cfg802154.h | 58 const struct wpan_phy_cca *cca); 205 struct wpan_phy_cca cca; member
|
D | mac802154.h | 234 const struct wpan_phy_cca *cca);
|
/Linux-v4.19/arch/mips/configs/ |
D | tb0226_defconfig | 85 CONFIG_CMDLINE="cca=3 mem=32M console=ttyVR0,115200"
|
D | tb0219_defconfig | 90 CONFIG_CMDLINE="cca=3 mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs"
|
D | tb0287_defconfig | 105 CONFIG_CMDLINE="cca=3 mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs"
|
/Linux-v4.19/drivers/net/ieee802154/ |
D | atusb.c | 549 atusb_set_cca_mode(struct ieee802154_hw *hw, const struct wpan_phy_cca *cca) in atusb_set_cca_mode() argument 555 switch (cca->mode) { in atusb_set_cca_mode() 563 switch (cca->opt) { in atusb_set_cca_mode() 905 hw->phy->cca.mode = NL802154_CCA_ENERGY; in atusb_get_and_conf_chip()
|
D | mcr20a.c | 647 const struct wpan_phy_cca *cca) in mcr20a_set_cca_mode() argument 657 switch (cca->mode) { in mcr20a_set_cca_mode() 665 switch (cca->opt) { in mcr20a_set_cca_mode() 1026 phy->cca.mode = NL802154_CCA_ENERGY; in mcr20a_hw_setup()
|
D | mrf24j40.c | 860 const struct wpan_phy_cca *cca) in mrf24j40_set_cca_mode() argument 866 switch (cca->mode) { in mrf24j40_set_cca_mode() 874 switch (cca->opt) { in mrf24j40_set_cca_mode() 1258 devrec->hw->phy->cca.mode = NL802154_CCA_CARRIER; in mrf24j40_phy_setup()
|
/Linux-v4.19/drivers/staging/rtl8192u/ |
D | r819xU_phy.c | 1729 priv->initgain_backup.cca = in InitialGainOperateWorkItemCallBack() 1741 priv->initgain_backup.cca); in InitialGainOperateWorkItemCallBack() 1770 (u32)priv->initgain_backup.cca); in InitialGainOperateWorkItemCallBack() 1781 priv->initgain_backup.cca); in InitialGainOperateWorkItemCallBack()
|