Searched refs:cfg802154_registered_device (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/net/ieee802154/ |
| D | rdev-ops.h | 10 rdev_add_virtual_intf_deprecated(struct cfg802154_registered_device *rdev, in rdev_add_virtual_intf_deprecated() 20 rdev_del_virtual_intf_deprecated(struct cfg802154_registered_device *rdev, in rdev_del_virtual_intf_deprecated() 27 rdev_suspend(struct cfg802154_registered_device *rdev) in rdev_suspend() 37 rdev_resume(struct cfg802154_registered_device *rdev) in rdev_resume() 47 rdev_add_virtual_intf(struct cfg802154_registered_device *rdev, char *name, in rdev_add_virtual_intf() 63 rdev_del_virtual_intf(struct cfg802154_registered_device *rdev, in rdev_del_virtual_intf() 75 rdev_set_channel(struct cfg802154_registered_device *rdev, u8 page, u8 channel) in rdev_set_channel() 86 rdev_set_cca_mode(struct cfg802154_registered_device *rdev, in rdev_set_cca_mode() 98 rdev_set_cca_ed_level(struct cfg802154_registered_device *rdev, s32 ed_level) in rdev_set_cca_ed_level() 109 rdev_set_tx_power(struct cfg802154_registered_device *rdev, in rdev_set_tx_power() [all …]
|
| D | core.h | 6 struct cfg802154_registered_device { struct 30 static inline struct cfg802154_registered_device * argument 34 return container_of(wpan_phy, struct cfg802154_registered_device, in wpan_phy_to_rdev() 42 void cfg802154_dev_free(struct cfg802154_registered_device *rdev); 43 struct cfg802154_registered_device *
|
| 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 | 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() 151 struct cfg802154_registered_device *rdev = wpan_phy_to_rdev(phy); in wpan_phy_register() 175 struct cfg802154_registered_device *rdev = wpan_phy_to_rdev(phy); in wpan_phy_unregister() 210 void cfg802154_dev_free(struct cfg802154_registered_device *rdev) in cfg802154_dev_free() 216 cfg802154_update_iface_num(struct cfg802154_registered_device *rdev, in cfg802154_update_iface_num() 229 struct cfg802154_registered_device *rdev; in cfg802154_netdev_notifier_call()
|
| D | nl802154.c | 60 struct cfg802154_registered_device *rdev; in __cfg802154_wpan_dev_from_attrs() 111 static struct cfg802154_registered_device * 114 struct cfg802154_registered_device *rdev = NULL, *tmp; in __cfg802154_rdev_from_attrs() 189 static struct cfg802154_registered_device * 253 struct cfg802154_registered_device **rdev, in nl802154_prepare_wpan_dev_dump() 309 nl802154_finish_wpan_dev_dump(struct cfg802154_registered_device *rdev) in nl802154_finish_wpan_dev_dump() 346 nl802154_send_wpan_phy_channels(struct cfg802154_registered_device *rdev, in nl802154_send_wpan_phy_channels() 368 struct cfg802154_registered_device *rdev) in nl802154_put_capabilities() 452 static int nl802154_send_wpan_phy(struct cfg802154_registered_device *rdev, in nl802154_send_wpan_phy() 590 struct cfg802154_registered_device *rdev; in nl802154_dump_wpan_phy_parse() [all …]
|