Searched refs:ieee802154_alloc_hw (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/net/mac802154/ |
H A D | main.c | 47 ieee802154_alloc_hw(size_t priv_data_len, const struct ieee802154_ops *ops) in ieee802154_alloc_hw() function 120 EXPORT_SYMBOL(ieee802154_alloc_hw);
|
/openbmc/linux/include/net/ |
H A D | mac802154.h | 411 ieee802154_alloc_hw(size_t priv_data_len, const struct ieee802154_ops *ops);
|
/openbmc/linux/drivers/net/ieee802154/ |
H A D | fakelb.c | 133 hw = ieee802154_alloc_hw(sizeof(*phy), &fakelb_ops); in fakelb_add_one()
|
H A D | mac802154_hwsim.c | 907 hw = ieee802154_alloc_hw(sizeof(*phy), &hwsim_ops); in hwsim_add_one()
|
H A D | cc2520.c | 829 priv->hw = ieee802154_alloc_hw(sizeof(*priv), &cc2520_ops); in cc2520_register()
|
H A D | atusb.c | 958 hw = ieee802154_alloc_hw(sizeof(struct atusb), &atusb_ops); in atusb_probe()
|
H A D | mcr20a.c | 1248 hw = ieee802154_alloc_hw(sizeof(*lp), &mcr20a_hw_ops); in mcr20a_probe()
|
H A D | mrf24j40.c | 1281 hw = ieee802154_alloc_hw(sizeof(*devrec), &mrf24j40_ops); in mrf24j40_probe()
|
H A D | adf7242.c | 1202 hw = ieee802154_alloc_hw(sizeof(*lp), &adf7242_ops); in adf7242_probe()
|
H A D | at86rf230.c | 1567 hw = ieee802154_alloc_hw(sizeof(*lp), &at86rf230_ops); in at86rf230_probe()
|
H A D | ca8210.c | 3057 hw = ieee802154_alloc_hw(sizeof(struct ca8210_priv), &ca8210_phy_ops); in ca8210_probe()
|