Searched refs:__sysfs_get (Results 1 – 2 of 2) sorted by relevance
127 static inline struct sysfs_dirent *__sysfs_get(struct sysfs_dirent *sd) in __sysfs_get() function135 #define sysfs_get(sd) __sysfs_get(sd)
123 return __sysfs_get(sd); in sysfs_get()