Searched refs:cfg802154_registered_device (Results 1 – 5 of 5) sorted by relevance
| /linux-4.1.27/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_add_virtual_intf(struct cfg802154_registered_device *rdev, char *name, in rdev_add_virtual_intf() 43 rdev_del_virtual_intf(struct cfg802154_registered_device *rdev, in rdev_del_virtual_intf() 55 rdev_set_channel(struct cfg802154_registered_device *rdev, u8 page, u8 channel) in rdev_set_channel() 66 rdev_set_cca_mode(struct cfg802154_registered_device *rdev, in rdev_set_cca_mode() 78 rdev_set_pan_id(struct cfg802154_registered_device *rdev, in rdev_set_pan_id() 90 rdev_set_short_addr(struct cfg802154_registered_device *rdev, in rdev_set_short_addr() 102 rdev_set_backoff_exponent(struct cfg802154_registered_device *rdev, in rdev_set_backoff_exponent() 116 rdev_set_max_csma_backoffs(struct cfg802154_registered_device *rdev, in rdev_set_max_csma_backoffs() [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 | core.c | 81 struct cfg802154_registered_device * 84 struct cfg802154_registered_device *result = NULL, *rdev; in cfg802154_rdev_by_wpan_phy_idx() 102 struct cfg802154_registered_device *rdev; in wpan_phy_new() 141 struct cfg802154_registered_device *rdev = wpan_phy_to_rdev(phy); in wpan_phy_register() 165 struct cfg802154_registered_device *rdev = wpan_phy_to_rdev(phy); in wpan_phy_unregister() 200 void cfg802154_dev_free(struct cfg802154_registered_device *rdev) in cfg802154_dev_free() 206 cfg802154_update_iface_num(struct cfg802154_registered_device *rdev, in cfg802154_update_iface_num() 219 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 * 239 nl802154_send_wpan_phy_channels(struct cfg802154_registered_device *rdev, in nl802154_send_wpan_phy_channels() 259 static int nl802154_send_wpan_phy(struct cfg802154_registered_device *rdev, in nl802154_send_wpan_phy() 343 struct cfg802154_registered_device *rdev; in nl802154_dump_wpan_phy_parse() 365 struct cfg802154_registered_device *rdev; in nl802154_dump_wpan_phy() 425 struct cfg802154_registered_device *rdev = info->user_ptr[0]; in nl802154_get_wpan_phy() 448 struct cfg802154_registered_device *rdev, in nl802154_send_iface() [all …]
|
| D | sysfs.c | 23 static inline struct cfg802154_registered_device * 26 return container_of(dev, struct cfg802154_registered_device, in dev_to_rdev() 53 struct cfg802154_registered_device *rdev = dev_to_rdev(dev); in wpan_phy_release()
|