Home
last modified time | relevance | path

Searched refs:NL802154_CCA_ENERGY (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/net/
Dnl802154.h236 NL802154_CCA_ENERGY, enumerator
/Linux-v4.19/drivers/net/ieee802154/
Datusb.c556 case NL802154_CCA_ENERGY: in atusb_set_cca_mode()
899 hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) | in atusb_get_and_conf_chip()
905 hw->phy->cca.mode = NL802154_CCA_ENERGY; in atusb_get_and_conf_chip()
Dmcr20a.c658 case NL802154_CCA_ENERGY: in mcr20a_set_cca_mode()
1012 phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) | in mcr20a_hw_setup()
1026 phy->cca.mode = NL802154_CCA_ENERGY; in mcr20a_hw_setup()
Dat86rf230.c1226 case NL802154_CCA_ENERGY: in at86rf230_set_cca_mode()
1554 lp->hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) | in at86rf230_detect_device()
1559 lp->hw->phy->cca.mode = NL802154_CCA_ENERGY; in at86rf230_detect_device()
Dmrf24j40.c867 case NL802154_CCA_ENERGY: in mrf24j40_set_cca_mode()
1259 devrec->hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) | in mrf24j40_phy_setup()
Dadf7242.c1231 hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY); in adf7242_probe()
1236 hw->phy->cca.mode = NL802154_CCA_ENERGY; in adf7242_probe()
/Linux-v4.19/net/ieee802154/
Dnl802154.c998 if (cca.mode < NL802154_CCA_ENERGY || in nl802154_set_cca_mode()