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

/linux-4.1.27/net/ieee802154/
H A Dsysfs.h7 extern struct class wpan_phy_class;
H A Dsysfs.c65 struct class wpan_phy_class = { variable in typeref:struct:class
73 return class_register(&wpan_phy_class); wpan_phy_sysfs_init()
78 class_unregister(&wpan_phy_class); wpan_phy_sysfs_exit()
H A Dcore.c47 dev = class_find_device(&wpan_phy_class, NULL, str, wpan_phy_match); wpan_phy_find()
76 return class_for_each_device(&wpan_phy_class, NULL, wpan_phy_for_each()
130 rdev->wpan_phy.dev.class = &wpan_phy_class; wpan_phy_new()

Completed in 131 milliseconds