Searched refs:cfg802154_registered_device (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/net/ieee802154/ |
| D | rdev-ops.h | 11 rdev_add_virtual_intf_deprecated(struct cfg802154_registered_device *rdev, in rdev_add_virtual_intf_deprecated() 21 rdev_del_virtual_intf_deprecated(struct cfg802154_registered_device *rdev, in rdev_del_virtual_intf_deprecated() 28 rdev_suspend(struct cfg802154_registered_device *rdev) in rdev_suspend() 38 rdev_resume(struct cfg802154_registered_device *rdev) in rdev_resume() 48 rdev_add_virtual_intf(struct cfg802154_registered_device *rdev, char *name, in rdev_add_virtual_intf() 64 rdev_del_virtual_intf(struct cfg802154_registered_device *rdev, in rdev_del_virtual_intf() 76 rdev_set_channel(struct cfg802154_registered_device *rdev, u8 page, u8 channel) in rdev_set_channel() 87 rdev_set_cca_mode(struct cfg802154_registered_device *rdev, in rdev_set_cca_mode() 99 rdev_set_cca_ed_level(struct cfg802154_registered_device *rdev, s32 ed_level) in rdev_set_cca_ed_level() 110 rdev_set_tx_power(struct cfg802154_registered_device *rdev, in rdev_set_tx_power() [all …]
|
| D | core.h | 7 struct cfg802154_registered_device { struct 31 static inline struct cfg802154_registered_device * argument 35 return container_of(wpan_phy, struct cfg802154_registered_device, in wpan_phy_to_rdev() 42 int cfg802154_switch_netns(struct cfg802154_registered_device *rdev, 45 void cfg802154_dev_free(struct cfg802154_registered_device *rdev); 46 struct cfg802154_registered_device *
|
| D | core.c | 81 struct cfg802154_registered_device * 84 struct cfg802154_registered_device *result = NULL, *rdev; in cfg802154_rdev_by_wpan_phy_idx() 100 struct cfg802154_registered_device *rdev; in wpan_phy_idx_to_wpan_phy() 114 struct cfg802154_registered_device *rdev; in wpan_phy_new() 153 struct cfg802154_registered_device *rdev = wpan_phy_to_rdev(phy); in wpan_phy_register() 177 struct cfg802154_registered_device *rdev = wpan_phy_to_rdev(phy); in wpan_phy_unregister() 212 int cfg802154_switch_netns(struct cfg802154_registered_device *rdev, in cfg802154_switch_netns() 255 void cfg802154_dev_free(struct cfg802154_registered_device *rdev) in cfg802154_dev_free() 261 cfg802154_update_iface_num(struct cfg802154_registered_device *rdev, in cfg802154_update_iface_num() 274 struct cfg802154_registered_device *rdev; in cfg802154_netdev_notifier_call() [all …]
|
| D | sysfs.c | 25 static inline struct cfg802154_registered_device * 28 return container_of(dev, struct cfg802154_registered_device, in dev_to_rdev() 55 struct cfg802154_registered_device *rdev = dev_to_rdev(dev); in wpan_phy_release() 70 struct cfg802154_registered_device *rdev = dev_to_rdev(dev); in wpan_phy_suspend() 84 struct cfg802154_registered_device *rdev = dev_to_rdev(dev); in wpan_phy_resume()
|
| D | nl802154.c | 45 struct cfg802154_registered_device *rdev; in __cfg802154_wpan_dev_from_attrs() 97 static struct cfg802154_registered_device * 100 struct cfg802154_registered_device *rdev = NULL, *tmp; in __cfg802154_rdev_from_attrs() 176 static struct cfg802154_registered_device * 242 struct cfg802154_registered_device **rdev, in nl802154_prepare_wpan_dev_dump() 298 nl802154_finish_wpan_dev_dump(struct cfg802154_registered_device *rdev) in nl802154_finish_wpan_dev_dump() 335 nl802154_send_wpan_phy_channels(struct cfg802154_registered_device *rdev, in nl802154_send_wpan_phy_channels() 357 struct cfg802154_registered_device *rdev) in nl802154_put_capabilities() 441 static int nl802154_send_wpan_phy(struct cfg802154_registered_device *rdev, in nl802154_send_wpan_phy() 579 struct cfg802154_registered_device *rdev; in nl802154_dump_wpan_phy_parse() [all …]
|