Home
last modified time | relevance | path

Searched refs:cca_ed_levels (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/net/ieee802154/
Datusb.c532 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_98; in hulusb_set_cca_ed_level()
537 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in hulusb_set_cca_ed_level()
555 if (hw->phy->supported.cca_ed_levels[i] == mbm) in atusb_set_cca_ed_level()
842 hw->phy->supported.cca_ed_levels = atusb_ed_levels; in atusb_get_and_conf_chip()
851 hw->phy->supported.cca_ed_levels = atusb_ed_levels; in atusb_get_and_conf_chip()
863 atusb->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in atusb_get_and_conf_chip()
874 hw->phy->cca_ed_level = hw->phy->supported.cca_ed_levels[7]; in atusb_get_and_conf_chip()
Dat86rf230.c985 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_98; in at86rf212_update_cca_ed_level()
990 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in at86rf212_update_cca_ed_level()
1189 if (hw->phy->supported.cca_ed_levels[i] == mbm) in at86rf230_set_cca_ed_level()
1504 lp->hw->phy->supported.cca_ed_levels = at86rf231_ed_levels; in at86rf230_detect_device()
1517 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in at86rf230_detect_device()
1527 lp->hw->phy->supported.cca_ed_levels = at86rf233_ed_levels; in at86rf230_detect_device()
1536 lp->hw->phy->cca_ed_level = lp->hw->phy->supported.cca_ed_levels[7]; in at86rf230_detect_device()
Dmcr20a.c705 if (hw->phy->supported.cca_ed_levels[i] == mbm) in mcr20a_set_cca_ed_level()
996 phy->supported.cca_ed_levels = mcr20a_ed_levels; in mcr20a_hw_setup()
1007 phy->cca_ed_level = phy->supported.cca_ed_levels[75]; in mcr20a_hw_setup()
Dmrf24j40.c1256 devrec->hw->phy->supported.cca_ed_levels = mrf24j40_ed_levels; in mrf24j40_phy_setup()
Dadf7242.c1227 hw->phy->supported.cca_ed_levels = adf7242_ed_levels; in adf7242_probe()
Dca8210.c2927 ca8210_hw->phy->supported.cca_ed_levels = ca8210_ed_levels; in ca8210_hw_setup()
/linux-6.1.9/include/net/
Dcfg802154.h142 const s32 *tx_powers, *cca_ed_levels; member
/linux-6.1.9/net/ieee802154/
Dnl802154.c378 if (nla_put_s32(msg, i, caps->cca_ed_levels[i])) in nl802154_put_capabilities()
1020 if (ed_level == rdev->wpan_phy.supported.cca_ed_levels[i]) in nl802154_set_cca_ed_level()