Home
last modified time | relevance | path

Searched refs:ca8210_hw (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ieee802154/
H A Dca8210.c2953 * @ca8210_hw: Pointer to ieee802154_hw to populate
2955 static void ca8210_hw_setup(struct ieee802154_hw *ca8210_hw) in ca8210_hw_setup() argument
2958 ca8210_hw->phy->supported.channels[0] = CA8210_VALID_CHANNELS; in ca8210_hw_setup()
2959 ca8210_hw->phy->supported.tx_powers_size = CA8210_MAX_TX_POWERS; in ca8210_hw_setup()
2960 ca8210_hw->phy->supported.tx_powers = ca8210_tx_powers; in ca8210_hw_setup()
2961 ca8210_hw->phy->supported.cca_ed_levels_size = CA8210_MAX_ED_LEVELS; in ca8210_hw_setup()
2962 ca8210_hw->phy->supported.cca_ed_levels = ca8210_ed_levels; in ca8210_hw_setup()
2963 ca8210_hw->phy->current_channel = 18; in ca8210_hw_setup()
2964 ca8210_hw->phy->current_page = 0; in ca8210_hw_setup()
2965 ca8210_hw in ca8210_hw_setup()
[all...]
/kernel/linux/linux-6.6/drivers/net/ieee802154/
H A Dca8210.c2907 * @ca8210_hw: Pointer to ieee802154_hw to populate
2909 static void ca8210_hw_setup(struct ieee802154_hw *ca8210_hw) in ca8210_hw_setup() argument
2912 ca8210_hw->phy->supported.channels[0] = CA8210_VALID_CHANNELS; in ca8210_hw_setup()
2913 ca8210_hw->phy->supported.tx_powers_size = CA8210_MAX_TX_POWERS; in ca8210_hw_setup()
2914 ca8210_hw->phy->supported.tx_powers = ca8210_tx_powers; in ca8210_hw_setup()
2915 ca8210_hw->phy->supported.cca_ed_levels_size = CA8210_MAX_ED_LEVELS; in ca8210_hw_setup()
2916 ca8210_hw->phy->supported.cca_ed_levels = ca8210_ed_levels; in ca8210_hw_setup()
2917 ca8210_hw->phy->current_channel = 18; in ca8210_hw_setup()
2918 ca8210_hw->phy->current_page = 0; in ca8210_hw_setup()
2919 ca8210_hw in ca8210_hw_setup()
[all...]

Completed in 8 milliseconds