Home
last modified time | relevance | path

Searched refs:ieee802154_alloc_hw (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/net/mac802154/
A Dmain.c47 ieee802154_alloc_hw(size_t priv_data_len, const struct ieee802154_ops *ops) in ieee802154_alloc_hw() function
118 EXPORT_SYMBOL(ieee802154_alloc_hw);
/linux-6.3-rc2/include/net/
A Dmac802154.h411 ieee802154_alloc_hw(size_t priv_data_len, const struct ieee802154_ops *ops);
/linux-6.3-rc2/drivers/net/ieee802154/
A Dfakelb.c133 hw = ieee802154_alloc_hw(sizeof(*phy), &fakelb_ops); in fakelb_add_one()
A Dmac802154_hwsim.c905 hw = ieee802154_alloc_hw(sizeof(*phy), &hwsim_ops); in hwsim_add_one()
A Datusb.c958 hw = ieee802154_alloc_hw(sizeof(struct atusb), &atusb_ops); in atusb_probe()
A Dcc2520.c829 priv->hw = ieee802154_alloc_hw(sizeof(*priv), &cc2520_ops); in cc2520_register()
A Dmcr20a.c1248 hw = ieee802154_alloc_hw(sizeof(*lp), &mcr20a_hw_ops); in mcr20a_probe()
A Dmrf24j40.c1281 hw = ieee802154_alloc_hw(sizeof(*devrec), &mrf24j40_ops); in mrf24j40_probe()
A Dadf7242.c1201 hw = ieee802154_alloc_hw(sizeof(*lp), &adf7242_ops); in adf7242_probe()
A Dat86rf230.c1567 hw = ieee802154_alloc_hw(sizeof(*lp), &at86rf230_ops); in at86rf230_probe()
A Dca8210.c3069 hw = ieee802154_alloc_hw(sizeof(struct ca8210_priv), &ca8210_phy_ops); in ca8210_probe()

Completed in 27 milliseconds