Home
last modified time | relevance | path

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

/linux-4.1.27/net/ieee802154/
Dsysfs.c65 struct class wpan_phy_class = { variable
73 return class_register(&wpan_phy_class); in wpan_phy_sysfs_init()
78 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()
130 rdev->wpan_phy.dev.class = &wpan_phy_class; in wpan_phy_new()
Dsysfs.h7 extern struct class wpan_phy_class;