Searched refs:cfg802154_rdev_list (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ieee802154/ |
H A D | core.c | 23 LIST_HEAD(cfg802154_rdev_list); variable 74 list_for_each_entry(rdev, &cfg802154_rdev_list, list) { in cfg802154_rdev_by_wpan_phy_idx() 149 list_add_rcu(&rdev->list, &cfg802154_rdev_list); in wpan_phy_register() 325 list_for_each_entry(rdev, &cfg802154_rdev_list, list) { in cfg802154_pernet_exit()
|
H A D | core.h | 39 extern struct list_head cfg802154_rdev_list;
|
H A D | nl802154.c | 59 list_for_each_entry(rdev, &cfg802154_rdev_list, list) { in __cfg802154_wpan_dev_from_attrs() 602 list_for_each_entry(rdev, &cfg802154_rdev_list, list) { in nl802154_dump_wpan_phy() 851 list_for_each_entry(rdev, &cfg802154_rdev_list, list) { in nl802154_dump_interface()
|
/kernel/linux/linux-6.6/net/ieee802154/ |
H A D | core.c | 23 LIST_HEAD(cfg802154_rdev_list); variable 74 list_for_each_entry(rdev, &cfg802154_rdev_list, list) { in cfg802154_rdev_by_wpan_phy_idx() 152 list_add_rcu(&rdev->list, &cfg802154_rdev_list); in wpan_phy_register() 328 list_for_each_entry(rdev, &cfg802154_rdev_list, list) { in cfg802154_pernet_exit()
|
H A D | core.h | 39 extern struct list_head cfg802154_rdev_list;
|
H A D | nl802154.c | 61 list_for_each_entry(rdev, &cfg802154_rdev_list, list) { in __cfg802154_wpan_dev_from_attrs() 621 list_for_each_entry(rdev, &cfg802154_rdev_list, list) { in nl802154_dump_wpan_phy() 870 list_for_each_entry(rdev, &cfg802154_rdev_list, list) { in nl802154_dump_interface()
|
Completed in 8 milliseconds