Searched defs:kobj (Results 1 - 24 of 24) sorted by path

/include/acpi/
H A Dacpi_bus.h119 struct kobject kobj; member in struct:acpi_hotplug_profile
127 struct kobject *kobj)
129 return container_of(kobj, struct acpi_hotplug_profile, kobj);
126 to_acpi_hotplug_profile( struct kobject *kobj) argument
/include/drm/ttm/
H A Dttm_bo_driver.h468 struct kobject kobj; member in struct:ttm_bo_global
H A Dttm_memory.h78 struct kobject kobj; member in struct:ttm_mem_global
/include/linux/
H A Dblk-mq.h62 struct kobject kobj; member in struct:blk_mq_hw_ctx
H A Dblkdev.h394 struct kobject kobj; member in struct:request_queue
1488 struct kobject kobj; member in struct:blk_integrity
H A Dcdev.h13 struct kobject kobj; member in struct:cdev
H A Dcpufreq.h95 struct kobject kobj; member in struct:cpufreq_policy
206 ssize_t (*show)(struct kobject *kobj,
H A Ddevice.h669 * @kobj: A top-level, abstract class from which other classes are derived.
735 struct kobject kobj; member in struct:device
801 static inline struct device *kobj_to_dev(struct kobject *kobj) argument
803 return container_of(kobj, struct device, kobj);
815 return kobject_name(&dev->kobj);
857 return dev->kobj.uevent_suppress;
862 dev->kobj.uevent_suppress = val;
867 return dev->kobj.state_in_sysfs;
H A Defi.h1093 struct kobject kobj; member in struct:efivar_entry
1121 kobject_put(&var->kobj);
1183 static inline int efi_runtime_map_init(struct kobject *kobj) argument
H A Delevator.h111 struct kobject kobj; member in struct:elevator_queue
H A Dfscache-cache.h50 struct kobject *kobj; /* system representation of this cache */ member in struct:fscache_cache
H A Dgenhd.h153 struct kobject kobj; member in struct:blk_scsi_cmd_filter
H A Di2c.h233 static inline struct i2c_client *kobj_to_i2c_client(struct kobject *kobj) argument
235 struct device * const dev = container_of(kobj, struct device, kobj);
H A Discsi_boot_sysfs.h69 struct kobject kobj; member in struct:iscsi_boot_kobj
75 * be freed for the LLD when the kobj release function is called.
H A Dkobject.h50 * kobject_uevent_env(kobj, KOBJ_CHANGE, env) with additional event
82 int kobject_set_name(struct kobject *kobj, const char *name, ...);
83 extern int kobject_set_name_vargs(struct kobject *kobj, const char *fmt,
86 static inline const char *kobject_name(const struct kobject *kobj) argument
88 return kobj->name;
91 extern void kobject_init(struct kobject *kobj, struct kobj_type *ktype);
93 int kobject_add(struct kobject *kobj, struct kobject *parent,
96 int kobject_init_and_add(struct kobject *kobj,
100 extern void kobject_del(struct kobject *kobj);
109 extern struct kobject *kobject_get(struct kobject *kobj);
170 struct kobject kobj; member in struct:kset
181 to_kset(struct kobject *kobj) argument
196 get_ktype(struct kobject *kobj) argument
[all...]
H A Dmodule.h40 struct kobject kobj; member in struct:module_kobject
H A Dnetdevice.h550 struct kobject kobj; member in struct:netdev_queue
677 struct kobject kobj; member in struct:netdev_rx_queue
H A Dof.h60 struct kobject kobj; member in struct:device_node
81 kobject_init(&node->kobj, &of_node_ktype);
87 return node && node->kobj.state_initialized;
93 return node && node->kobj.state_in_sysfs;
H A Dpadata.h149 * @kobj: padata instance kernel object.
159 struct kobject kobj; member in struct:padata_instance
H A Dpci.h58 struct kobject kobj; member in struct:pci_slot
63 return kobject_name(&slot->kobj);
H A Dpktcdvd.h157 struct kobject kobj; member in struct:pktcdvd_kobj
161 ((struct pktcdvd_kobj*)container_of(_k,struct pktcdvd_kobj,kobj))
H A Dslub_def.h85 struct kobject kobj; /* For sysfs */ member in struct:kmem_cache
H A Dsysfs.h182 int __must_check sysfs_create_dir_ns(struct kobject *kobj, const void *ns);
183 void sysfs_remove_dir(struct kobject *kobj);
184 int __must_check sysfs_rename_dir_ns(struct kobject *kobj, const char *new_name,
186 int __must_check sysfs_move_dir_ns(struct kobject *kobj,
190 int __must_check sysfs_create_file_ns(struct kobject *kobj,
193 int __must_check sysfs_create_files(struct kobject *kobj,
195 int __must_check sysfs_chmod_file(struct kobject *kobj,
197 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr,
199 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);
200 void sysfs_remove_files(struct kobject *kobj, cons
255 sysfs_create_dir_ns(struct kobject *kobj, const void *ns) argument
260 sysfs_remove_dir(struct kobject *kobj) argument
264 sysfs_rename_dir_ns(struct kobject *kobj, const char *new_name, const void *new_ns) argument
270 sysfs_move_dir_ns(struct kobject *kobj, struct kobject *new_parent_kobj, const void *new_ns) argument
277 sysfs_create_file_ns(struct kobject *kobj, const struct attribute *attr, const void *ns) argument
284 sysfs_create_files(struct kobject *kobj, const struct attribute **attr) argument
290 sysfs_chmod_file(struct kobject *kobj, const struct attribute *attr, umode_t mode) argument
296 sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr, const void *ns) argument
302 sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) argument
308 sysfs_remove_files(struct kobject *kobj, const struct attribute **attr) argument
313 sysfs_create_bin_file(struct kobject *kobj, const struct bin_attribute *attr) argument
319 sysfs_remove_bin_file(struct kobject *kobj, const struct bin_attribute *attr) argument
324 sysfs_create_link(struct kobject *kobj, struct kobject *target, const char *name) argument
330 sysfs_create_link_nowarn(struct kobject *kobj, struct kobject *target, const char *name) argument
337 sysfs_remove_link(struct kobject *kobj, const char *name) argument
353 sysfs_create_group(struct kobject *kobj, const struct attribute_group *grp) argument
359 sysfs_create_groups(struct kobject *kobj, const struct attribute_group **groups) argument
365 sysfs_update_group(struct kobject *kobj, const struct attribute_group *grp) argument
371 sysfs_remove_group(struct kobject *kobj, const struct attribute_group *grp) argument
376 sysfs_remove_groups(struct kobject *kobj, const struct attribute_group **groups) argument
381 sysfs_add_file_to_group(struct kobject *kobj, const struct attribute *attr, const char *group) argument
387 sysfs_remove_file_from_group(struct kobject *kobj, const struct attribute *attr, const char *group) argument
392 sysfs_merge_group(struct kobject *kobj, const struct attribute_group *grp) argument
398 sysfs_unmerge_group(struct kobject *kobj, const struct attribute_group *grp) argument
403 sysfs_add_link_to_group(struct kobject *kobj, const char *group_name, struct kobject *target, const char *link_name) argument
410 sysfs_remove_link_from_group(struct kobject *kobj, const char *group_name, const char *link_name) argument
415 sysfs_notify(struct kobject *kobj, const char *dir, const char *attr) argument
431 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) argument
437 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) argument
443 sysfs_rename_link(struct kobject *kobj, struct kobject *target, const char *old_name, const char *new_name) argument
[all...]
/include/video/
H A Domapdss.h413 struct kobject kobj; member in struct:omap_overlay
468 struct kobject kobj; member in struct:omap_overlay_manager

Completed in 334 milliseconds