| /include/linux/ |
| A D | kobject.h | 89 return kobj->name; in kobject_name() 101 void kobject_del(struct kobject *kobj); 108 struct kobject *kobject_get(struct kobject *kobj); 110 void kobject_put(struct kobject *kobj); 117 void (*release)(struct kobject *kobj); 134 int (* const filter)(const struct kobject *kobj); 171 struct kobject kobj; member 183 return kobj ? container_of(kobj, struct kset, kobj) : NULL; in to_kset() 188 return k ? to_kset(kobject_get(&k->kobj)) : NULL; in kset_get() 193 kobject_put(&k->kobj); in kset_put() [all …]
|
| A D | sysfs.h | 397 void sysfs_remove_dir(struct kobject *kobj); 425 void sysfs_remove_bin_file(struct kobject *kobj, 448 int sysfs_update_group(struct kobject *kobj, 450 void sysfs_remove_group(struct kobject *kobj, 452 void sysfs_remove_groups(struct kobject *kobj, 454 int sysfs_add_file_to_group(struct kobject *kobj, 458 int sysfs_merge_group(struct kobject *kobj, 460 void sysfs_unmerge_group(struct kobject *kobj, 759 struct kobject *kobj, in sysfs_bin_attr_simple_read() argument 771 return sysfs_create_file_ns(kobj, attr, NULL); in sysfs_create_file() [all …]
|
| A D | cdev.h | 15 struct kobject kobj; member 31 void cdev_set_parent(struct cdev *p, struct kobject *kobj);
|
| A D | livepatch.h | 71 struct kobject kobj; member 124 struct kobject kobj; member 167 struct kobject kobj; member
|
| A D | w1.h | 313 static inline struct w1_slave* kobj_to_w1_slave(struct kobject *kobj) in kobj_to_w1_slave() argument 315 return dev_to_w1_slave(container_of(kobj, struct device, kobj)); in kobj_to_w1_slave()
|
| A D | kobject_ns.h | 51 const struct kobj_ns_type_operations *kobj_ns_ops(const struct kobject *kobj);
|
| A D | huge_mm.h | 64 ssize_t single_hugepage_flag_store(struct kobject *kobj, 68 ssize_t single_hugepage_flag_show(struct kobject *kobj, 310 struct kobject kobj; member 315 #define to_thpsize(kobj) container_of(kobj, struct thpsize, kobj) argument
|
| A D | mdev.h | 35 struct kobject kobj; member
|
| A D | device.h | 583 struct kobject kobj; member 721 #define kobj_to_dev(__kobj) container_of_const(__kobj, struct device, kobj) 747 return kobject_name(&dev->kobj); in dev_name() 816 return dev->kobj.uevent_suppress; in dev_get_uevent_suppress() 821 dev->kobj.uevent_suppress = val; in dev_set_uevent_suppress() 826 return dev->kobj.state_in_sysfs; in device_is_registered()
|
| A D | padata.h | 169 struct kobject kobj; member
|
| A D | iscsi_boot_sysfs.h | 68 struct kobject kobj; member
|
| A D | cpufreq.h | 91 struct kobject kobj; member 674 struct kobject kobj; member 683 static inline struct gov_attr_set *to_gov_attr_set(struct kobject *kobj) in to_gov_attr_set() argument 685 return container_of(kobj, struct gov_attr_set, kobj); in to_gov_attr_set()
|
| A D | irqdesc.h | 111 struct kobject kobj; member
|
| A D | dma-buf.h | 439 struct kobject kobj; member
|
| A D | nfs_fs_sb.h | 292 struct kobject kobj; member
|
| A D | blk_types.h | 91 (&((_bdev)->bd_device.kobj))
|
| A D | i2c.h | 365 static inline struct i2c_client *kobj_to_i2c_client(struct kobject *kobj) in kobj_to_i2c_client() argument 367 struct device * const dev = kobj_to_dev(kobj); in kobj_to_i2c_client()
|
| A D | of.h | 60 struct kobject kobj; member 116 kobject_init(&node->kobj, &of_node_ktype); in of_node_init() 122 #define of_node_kobj(n) (&(n)->kobj)
|
| A D | module.h | 47 struct kobject kobj; member
|
| /include/rdma/ |
| A D | ib_sysfs.h | 34 struct ib_device *ib_port_sysfs_get_ibdev_kobj(struct kobject *kobj,
|
| /include/net/ |
| A D | netdev_rx_queue.h | 18 struct kobject kobj; member
|
| A D | bonding.h | 190 struct kobject kobj; member 194 static inline struct slave *to_slave(struct kobject *kobj) in to_slave() argument 196 return container_of(kobj, struct slave, kobj); in to_slave()
|
| /include/acpi/ |
| A D | acpi_bus.h | 118 struct kobject kobj; member 126 struct kobject *kobj) in to_acpi_hotplug_profile() argument 128 return container_of(kobj, struct acpi_hotplug_profile, kobj); in to_acpi_hotplug_profile() 507 struct kobject kobj; member
|
| A D | cppc_acpi.h | 80 struct kobject kobj; member
|
| /include/video/ |
| A D | omapfb_dss.h | 315 struct kobject kobj; member 370 struct kobject kobj; member 599 struct kobject kobj; member
|