Home
last modified time | relevance | path

Searched refs:wpan_phy_class (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/ieee802154/
Dsysfs.c102 struct class wpan_phy_class = { variable
111 return class_register(&wpan_phy_class); in wpan_phy_sysfs_init()
116 class_unregister(&wpan_phy_class); in wpan_phy_sysfs_exit()
Dcore.c47 dev = class_find_device(&wpan_phy_class, NULL, str, wpan_phy_match); in wpan_phy_find()
76 return class_for_each_device(&wpan_phy_class, NULL, in wpan_phy_for_each()
140 rdev->wpan_phy.dev.class = &wpan_phy_class; in wpan_phy_new()
Dsysfs.h7 extern struct class wpan_phy_class;