• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/

Lines Matching refs:kobject

31 static struct kobject *dev_kobj;
32 struct kobject *sysfs_dev_char_kobj;
33 struct kobject *sysfs_dev_block_kobj;
74 static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr,
90 static ssize_t dev_attr_store(struct kobject *kobj, struct attribute *attr,
110 * @kobj: device's kobject.
116 static void device_release(struct kobject *kobj)
134 static const void *device_namespace(struct kobject *kobj)
152 static int dev_uevent_filter(struct kset *kset, struct kobject *kobj)
166 static const char *dev_uevent_name(struct kset *kset, struct kobject *kobj)
177 static int dev_uevent(struct kset *kset, struct kobject *kobj,
275 struct kobject *top_kobj;
582 static struct kobject *get_device_parent(struct device *dev,
597 struct kobject *glue_dir) {}
599 static struct kobject *virtual_device_parent(struct device *dev)
601 static struct kobject *virtual_dir = NULL;
611 struct kobject kobj;
617 static void class_dir_release(struct kobject *kobj)
624 struct kobj_ns_type_operations *class_dir_child_ns_type(struct kobject *kobj)
636 static struct kobject *
637 class_dir_create_and_add(struct class *class, struct kobject *parent_kobj)
660 static struct kobject *get_device_parent(struct device *dev,
665 struct kobject *kobj = NULL;
666 struct kobject *parent_kobj;
667 struct kobject *k;
708 static void cleanup_glue_dir(struct device *dev, struct kobject *glue_dir)
726 struct kobject *kobj;
875 static struct kobject *device_to_dev_kobj(struct device *dev)
877 struct kobject *kobj;
889 struct kobject *kobj = device_to_dev_kobj(dev);
903 struct kobject *kobj = device_to_dev_kobj(dev);
930 * This adds @dev to the kobject hierarchy via kobject_add(), adds it
1129 * from the kobject hierarchy.
1714 struct kobject *new_parent_kobj;