kobject            37 arch/x86/include/asm/amd_nb.h 	struct kobject		kobj;
kobject            42 arch/x86/include/asm/amd_nb.h 	struct kobject		*kobj;
kobject           112 arch/x86/include/asm/uv/bios.h extern struct kobject *sgi_uv_kobj;	/* /sys/firmware/sgi_uv */
kobject           119 include/acpi/acpi_bus.h 	struct kobject kobj;
kobject           127 include/acpi/acpi_bus.h 						struct kobject *kobj)
kobject           409 include/acpi/acpi_bus.h extern struct kobject *acpi_kobj;
kobject           468 include/drm/ttm/ttm_bo_driver.h 	struct kobject kobj;
kobject            78 include/drm/ttm/ttm_memory.h 	struct kobject kobj;
kobject            35 include/drm/ttm/ttm_module.h struct kobject;
kobject            38 include/drm/ttm/ttm_module.h extern struct kobject *ttm_get_kobj(void);
kobject            62 include/linux/blk-mq.h 	struct kobject		kobj;
kobject           394 include/linux/blkdev.h 	struct kobject kobj;
kobject           399 include/linux/blkdev.h 	struct kobject mq_kobj;
kobject          1488 include/linux/blkdev.h 	struct kobject		kobj;
kobject            13 include/linux/cdev.h 	struct kobject kobj;
kobject            93 include/linux/cpufreq.h 	struct kobject		kobj;
kobject           143 include/linux/cpufreq.h extern struct kobject *cpufreq_global_kobject;
kobject           159 include/linux/cpufreq.h struct kobject *get_governor_parent_kobj(struct cpufreq_policy *policy);
kobject           204 include/linux/cpufreq.h 	ssize_t (*show)(struct kobject *kobj,
kobject           206 include/linux/cpufreq.h 	ssize_t (*store)(struct kobject *a, struct attribute *b,
kobject           358 include/linux/device.h 	struct kobject			*dev_kobj;
kobject           382 include/linux/device.h extern struct kobject *sysfs_dev_block_kobj;
kobject           383 include/linux/device.h extern struct kobject *sysfs_dev_char_kobj;
kobject           735 include/linux/device.h 	struct kobject kobj;
kobject           801 include/linux/device.h static inline struct device *kobj_to_dev(struct kobject *kobj)
kobject          1093 include/linux/efi.h 	struct kobject *kobject;
kobject          1118 include/linux/efi.h 	struct kobject kobj;
kobject          1151 include/linux/efi.h 		     struct kobject *kobject);
kobject          1153 include/linux/efi.h struct kobject *efivars_kobject(void);
kobject          1202 include/linux/efi.h int efi_runtime_map_init(struct kobject *);
kobject          1208 include/linux/efi.h static inline int efi_runtime_map_init(struct kobject *kobj)
kobject           111 include/linux/elevator.h 	struct kobject kobj;
kobject            41 include/linux/fs.h struct kobject;
kobject          1894 include/linux/fs.h extern struct kobject *fs_kobj;
kobject            50 include/linux/fscache-cache.h 	struct kobject		*kobj;		/* system representation of this cache */
kobject            25 include/linux/genhd.h extern struct kobject *block_depr;
kobject           114 include/linux/genhd.h 	struct kobject *holder_dir;
kobject           153 include/linux/genhd.h 	struct kobject kobj;
kobject           194 include/linux/genhd.h 	struct kobject *slave_dir;
kobject           620 include/linux/genhd.h extern struct kobject *get_disk(struct gendisk *disk);
kobject           624 include/linux/genhd.h 			struct kobject *(*probe)(dev_t, int *, void *),
kobject           233 include/linux/i2c.h static inline struct i2c_client *kobj_to_i2c_client(struct kobject *kobj)
kobject            69 include/linux/iscsi_boot_sysfs.h 	struct kobject kobj;
kobject            10 include/linux/kobj_map.h typedef struct kobject *kobj_probe_t(dev_t, int *, void *);
kobject            16 include/linux/kobj_map.h struct kobject *kobj_lookup(struct kobj_map *, dev_t, int *);
kobject            66 include/linux/kobject.h 	struct kobject		*parent;
kobject            82 include/linux/kobject.h int kobject_set_name(struct kobject *kobj, const char *name, ...);
kobject            83 include/linux/kobject.h extern int kobject_set_name_vargs(struct kobject *kobj, const char *fmt,
kobject            86 include/linux/kobject.h static inline const char *kobject_name(const struct kobject *kobj)
kobject            91 include/linux/kobject.h extern void kobject_init(struct kobject *kobj, struct kobj_type *ktype);
kobject            93 include/linux/kobject.h int kobject_add(struct kobject *kobj, struct kobject *parent,
kobject            96 include/linux/kobject.h int kobject_init_and_add(struct kobject *kobj,
kobject            97 include/linux/kobject.h 			 struct kobj_type *ktype, struct kobject *parent,
kobject           100 include/linux/kobject.h extern void kobject_del(struct kobject *kobj);
kobject           102 include/linux/kobject.h extern struct kobject * __must_check kobject_create(void);
kobject           103 include/linux/kobject.h extern struct kobject * __must_check kobject_create_and_add(const char *name,
kobject           104 include/linux/kobject.h 						struct kobject *parent);
kobject           106 include/linux/kobject.h extern int __must_check kobject_rename(struct kobject *, const char *new_name);
kobject           107 include/linux/kobject.h extern int __must_check kobject_move(struct kobject *, struct kobject *);
kobject           109 include/linux/kobject.h extern struct kobject *kobject_get(struct kobject *kobj);
kobject           110 include/linux/kobject.h extern void kobject_put(struct kobject *kobj);
kobject           112 include/linux/kobject.h extern const void *kobject_namespace(struct kobject *kobj);
kobject           113 include/linux/kobject.h extern char *kobject_get_path(struct kobject *kobj, gfp_t flag);
kobject           116 include/linux/kobject.h 	void (*release)(struct kobject *kobj);
kobject           119 include/linux/kobject.h 	const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);
kobject           120 include/linux/kobject.h 	const void *(*namespace)(struct kobject *kobj);
kobject           132 include/linux/kobject.h 	int (* const filter)(struct kset *kset, struct kobject *kobj);
kobject           133 include/linux/kobject.h 	const char *(* const name)(struct kset *kset, struct kobject *kobj);
kobject           134 include/linux/kobject.h 	int (* const uevent)(struct kset *kset, struct kobject *kobj,
kobject           140 include/linux/kobject.h 	ssize_t (*show)(struct kobject *kobj, struct kobj_attribute *attr,
kobject           142 include/linux/kobject.h 	ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr,
kobject           170 include/linux/kobject.h 	struct kobject kobj;
kobject           179 include/linux/kobject.h 						struct kobject *parent_kobj);
kobject           181 include/linux/kobject.h static inline struct kset *to_kset(struct kobject *kobj)
kobject           196 include/linux/kobject.h static inline struct kobj_type *get_ktype(struct kobject *kobj)
kobject           201 include/linux/kobject.h extern struct kobject *kset_find_obj(struct kset *, const char *);
kobject           204 include/linux/kobject.h extern struct kobject *kernel_kobj;
kobject           206 include/linux/kobject.h extern struct kobject *mm_kobj;
kobject           208 include/linux/kobject.h extern struct kobject *hypervisor_kobj;
kobject           210 include/linux/kobject.h extern struct kobject *power_kobj;
kobject           212 include/linux/kobject.h extern struct kobject *firmware_kobj;
kobject           214 include/linux/kobject.h int kobject_uevent(struct kobject *kobj, enum kobject_action action);
kobject           215 include/linux/kobject.h int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
kobject            21 include/linux/kobject_ns.h struct kobject;
kobject            51 include/linux/kobject_ns.h const struct kobj_ns_type_operations *kobj_child_ns_ops(struct kobject *parent);
kobject            52 include/linux/kobject_ns.h const struct kobj_ns_type_operations *kobj_ns_ops(struct kobject *kobj);
kobject            40 include/linux/module.h 	struct kobject kobj;
kobject            42 include/linux/module.h 	struct kobject *drivers_dir;
kobject           247 include/linux/module.h 	struct kobject *holders_dir;
kobject           550 include/linux/netdevice.h 	struct kobject		kobj;
kobject           677 include/linux/netdevice.h 	struct kobject			kobj;
kobject            60 include/linux/of.h 	struct	kobject kobj;
kobject           159 include/linux/padata.h 	struct kobject                   kobj;
kobject            58 include/linux/pci.h 	struct kobject kobj;
kobject           157 include/linux/pktcdvd.h 	struct kobject		kobj;
kobject            85 include/linux/slub_def.h 	struct kobject kobj;	/* For sysfs */
kobject            24 include/linux/sysfs.h struct kobject;
kobject            62 include/linux/sysfs.h 	umode_t			(*is_visible)(struct kobject *,
kobject           125 include/linux/sysfs.h 	ssize_t (*read)(struct file *, struct kobject *, struct bin_attribute *,
kobject           127 include/linux/sysfs.h 	ssize_t (*write)(struct file *, struct kobject *, struct bin_attribute *,
kobject           129 include/linux/sysfs.h 	int (*mmap)(struct file *, struct kobject *, struct bin_attribute *attr,
kobject           176 include/linux/sysfs.h 	ssize_t	(*show)(struct kobject *, struct attribute *, char *);
kobject           177 include/linux/sysfs.h 	ssize_t	(*store)(struct kobject *, struct attribute *, const char *, size_t);
kobject           182 include/linux/sysfs.h int __must_check sysfs_create_dir_ns(struct kobject *kobj, const void *ns);
kobject           183 include/linux/sysfs.h void sysfs_remove_dir(struct kobject *kobj);
kobject           184 include/linux/sysfs.h int __must_check sysfs_rename_dir_ns(struct kobject *kobj, const char *new_name,
kobject           186 include/linux/sysfs.h int __must_check sysfs_move_dir_ns(struct kobject *kobj,
kobject           187 include/linux/sysfs.h 				   struct kobject *new_parent_kobj,
kobject           190 include/linux/sysfs.h int __must_check sysfs_create_file_ns(struct kobject *kobj,
kobject           193 include/linux/sysfs.h int __must_check sysfs_create_files(struct kobject *kobj,
kobject           195 include/linux/sysfs.h int __must_check sysfs_chmod_file(struct kobject *kobj,
kobject           197 include/linux/sysfs.h void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr,
kobject           199 include/linux/sysfs.h bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);
kobject           200 include/linux/sysfs.h void sysfs_remove_files(struct kobject *kobj, const struct attribute **attr);
kobject           202 include/linux/sysfs.h int __must_check sysfs_create_bin_file(struct kobject *kobj,
kobject           204 include/linux/sysfs.h void sysfs_remove_bin_file(struct kobject *kobj,
kobject           207 include/linux/sysfs.h int __must_check sysfs_create_link(struct kobject *kobj, struct kobject *target,
kobject           209 include/linux/sysfs.h int __must_check sysfs_create_link_nowarn(struct kobject *kobj,
kobject           210 include/linux/sysfs.h 					  struct kobject *target,
kobject           212 include/linux/sysfs.h void sysfs_remove_link(struct kobject *kobj, const char *name);
kobject           214 include/linux/sysfs.h int sysfs_rename_link_ns(struct kobject *kobj, struct kobject *target,
kobject           218 include/linux/sysfs.h void sysfs_delete_link(struct kobject *dir, struct kobject *targ,
kobject           221 include/linux/sysfs.h int __must_check sysfs_create_group(struct kobject *kobj,
kobject           223 include/linux/sysfs.h int __must_check sysfs_create_groups(struct kobject *kobj,
kobject           225 include/linux/sysfs.h int sysfs_update_group(struct kobject *kobj,
kobject           227 include/linux/sysfs.h void sysfs_remove_group(struct kobject *kobj,
kobject           229 include/linux/sysfs.h void sysfs_remove_groups(struct kobject *kobj,
kobject           231 include/linux/sysfs.h int sysfs_add_file_to_group(struct kobject *kobj,
kobject           233 include/linux/sysfs.h void sysfs_remove_file_from_group(struct kobject *kobj,
kobject           235 include/linux/sysfs.h int sysfs_merge_group(struct kobject *kobj,
kobject           237 include/linux/sysfs.h void sysfs_unmerge_group(struct kobject *kobj,
kobject           239 include/linux/sysfs.h int sysfs_add_link_to_group(struct kobject *kobj, const char *group_name,
kobject           240 include/linux/sysfs.h 			    struct kobject *target, const char *link_name);
kobject           241 include/linux/sysfs.h void sysfs_remove_link_from_group(struct kobject *kobj, const char *group_name,
kobject           244 include/linux/sysfs.h void sysfs_notify(struct kobject *kobj, const char *dir, const char *attr);
kobject           255 include/linux/sysfs.h static inline int sysfs_create_dir_ns(struct kobject *kobj, const void *ns)
kobject           260 include/linux/sysfs.h static inline void sysfs_remove_dir(struct kobject *kobj)
kobject           264 include/linux/sysfs.h static inline int sysfs_rename_dir_ns(struct kobject *kobj,
kobject           270 include/linux/sysfs.h static inline int sysfs_move_dir_ns(struct kobject *kobj,
kobject           271 include/linux/sysfs.h 				    struct kobject *new_parent_kobj,
kobject           277 include/linux/sysfs.h static inline int sysfs_create_file_ns(struct kobject *kobj,
kobject           284 include/linux/sysfs.h static inline int sysfs_create_files(struct kobject *kobj,
kobject           290 include/linux/sysfs.h static inline int sysfs_chmod_file(struct kobject *kobj,
kobject           296 include/linux/sysfs.h static inline void sysfs_remove_file_ns(struct kobject *kobj,
kobject           302 include/linux/sysfs.h static inline bool sysfs_remove_file_self(struct kobject *kobj,
kobject           308 include/linux/sysfs.h static inline void sysfs_remove_files(struct kobject *kobj,
kobject           313 include/linux/sysfs.h static inline int sysfs_create_bin_file(struct kobject *kobj,
kobject           319 include/linux/sysfs.h static inline void sysfs_remove_bin_file(struct kobject *kobj,
kobject           324 include/linux/sysfs.h static inline int sysfs_create_link(struct kobject *kobj,
kobject           325 include/linux/sysfs.h 				    struct kobject *target, const char *name)
kobject           330 include/linux/sysfs.h static inline int sysfs_create_link_nowarn(struct kobject *kobj,
kobject           331 include/linux/sysfs.h 					   struct kobject *target,
kobject           337 include/linux/sysfs.h static inline void sysfs_remove_link(struct kobject *kobj, const char *name)
kobject           341 include/linux/sysfs.h static inline int sysfs_rename_link_ns(struct kobject *k, struct kobject *t,
kobject           348 include/linux/sysfs.h static inline void sysfs_delete_link(struct kobject *k, struct kobject *t,
kobject           353 include/linux/sysfs.h static inline int sysfs_create_group(struct kobject *kobj,
kobject           359 include/linux/sysfs.h static inline int sysfs_create_groups(struct kobject *kobj,
kobject           365 include/linux/sysfs.h static inline int sysfs_update_group(struct kobject *kobj,
kobject           371 include/linux/sysfs.h static inline void sysfs_remove_group(struct kobject *kobj,
kobject           376 include/linux/sysfs.h static inline void sysfs_remove_groups(struct kobject *kobj,
kobject           381 include/linux/sysfs.h static inline int sysfs_add_file_to_group(struct kobject *kobj,
kobject           387 include/linux/sysfs.h static inline void sysfs_remove_file_from_group(struct kobject *kobj,
kobject           392 include/linux/sysfs.h static inline int sysfs_merge_group(struct kobject *kobj,
kobject           398 include/linux/sysfs.h static inline void sysfs_unmerge_group(struct kobject *kobj,
kobject           403 include/linux/sysfs.h static inline int sysfs_add_link_to_group(struct kobject *kobj,
kobject           404 include/linux/sysfs.h 		const char *group_name, struct kobject *target,
kobject           410 include/linux/sysfs.h static inline void sysfs_remove_link_from_group(struct kobject *kobj,
kobject           415 include/linux/sysfs.h static inline void sysfs_notify(struct kobject *kobj, const char *dir,
kobject           431 include/linux/sysfs.h static inline int __must_check sysfs_create_file(struct kobject *kobj,
kobject           437 include/linux/sysfs.h static inline void sysfs_remove_file(struct kobject *kobj,
kobject           443 include/linux/sysfs.h static inline int sysfs_rename_link(struct kobject *kobj, struct kobject *target,
kobject            74 include/linux/uio_driver.h         struct kobject          *map_dir;
kobject            75 include/linux/uio_driver.h         struct kobject          *portio_dir;
kobject          1615 include/rdma/ib_verbs.h 	struct kobject               *ports_parent;
kobject          1648 include/rdma/ib_verbs.h 					    u8, struct kobject *));
kobject           413 include/video/omapdss.h 	struct kobject kobj;
kobject           468 include/video/omapdss.h 	struct kobject kobj;