Lines Matching refs:kobject
13 struct kobject *root;
14 struct kobject *afg;
15 struct kobject **nodes;
87 static int get_codec_nid(struct kobject *kobj, struct hdac_device **codecp) in get_codec_nid()
100 static ssize_t widget_attr_show(struct kobject *kobj, struct attribute *attr, in widget_attr_show()
116 static ssize_t widget_attr_store(struct kobject *kobj, struct attribute *attr, in widget_attr_store()
137 static void widget_release(struct kobject *kobj) in widget_release()
302 static void free_widget_node(struct kobject *kobj, in free_widget_node()
314 struct kobject **p; in widget_tree_free()
330 static int add_widget_node(struct kobject *parent, hda_nid_t nid, in add_widget_node()
332 struct kobject **res) in add_widget_node()
334 struct kobject *kobj = kzalloc(sizeof(*kobj), GFP_KERNEL); in add_widget_node()