Lines Matching refs:kobject
13 struct kobject *root;
14 struct kobject *afg;
15 struct kobject **nodes;
95 static int get_codec_nid(struct kobject *kobj, struct hdac_device **codecp) in get_codec_nid()
108 static ssize_t widget_attr_show(struct kobject *kobj, struct attribute *attr, in widget_attr_show()
124 static ssize_t widget_attr_store(struct kobject *kobj, struct attribute *attr, in widget_attr_store()
145 static void widget_release(struct kobject *kobj) in widget_release()
310 static void free_widget_node(struct kobject *kobj, in free_widget_node()
322 struct kobject **p; in widget_tree_free()
337 static int add_widget_node(struct kobject *parent, hda_nid_t nid, in add_widget_node()
339 struct kobject **res) in add_widget_node()
341 struct kobject *kobj = kzalloc(sizeof(*kobj), GFP_KERNEL); in add_widget_node()