Searched defs:kobj_to_dev (Results 1 – 2 of 2) sorted by relevance
612 static inline struct device *kobj_to_dev(struct kobject *kobj) in kobj_to_dev() function
838 #define kobj_to_dev(__kobj) container_of_const(__kobj, struct device, kobj) macro