Home
last modified time | relevance | path

Searched refs:to_kset (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dkobject.h181 static inline struct kset *to_kset(struct kobject *kobj) in to_kset() function
188 return k ? to_kset(kobject_get(&k->kobj)) : NULL; in kset_get()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c869 #define to_ip_hw_id(x) container_of(to_kset(x), struct ip_hw_id, hw_id_kset)
915 #define to_ip_die_entry(x) container_of(to_kset(x), struct ip_die_entry, ip_kset)
967 struct ip_discovery_top *ip_top = container_of(to_kset(kobj), in die_kobj_release()