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

/linux-master/include/linux/
H A Dkobject.h181 static inline struct kset *to_kset(struct kobject *kobj) function
188 return k ? to_kset(kobject_get(&k->kobj)) : NULL;
/linux-master/drivers/firmware/
H A Dqemu_fw_cfg.c530 dir = to_kset(ko);
569 fw_cfg_kset_unregister_recursive(to_kset(k));
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c819 #define to_ip_hw_id(x) container_of(to_kset(x), struct ip_hw_id, hw_id_kset)
865 #define to_ip_die_entry(x) container_of(to_kset(x), struct ip_die_entry, ip_kset)
917 struct ip_discovery_top *ip_top = container_of(to_kset(kobj),

Completed in 416 milliseconds