Home
last modified time | relevance | path

Searched refs:kobj (Results 1 – 25 of 32) sorted by relevance

12

/include/linux/
A Dkobject.h89 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 Dsysfs.h397 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 Dcdev.h15 struct kobject kobj; member
31 void cdev_set_parent(struct cdev *p, struct kobject *kobj);
A Dlivepatch.h71 struct kobject kobj; member
124 struct kobject kobj; member
167 struct kobject kobj; member
A Dw1.h313 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 Dkobject_ns.h51 const struct kobj_ns_type_operations *kobj_ns_ops(const struct kobject *kobj);
A Dhuge_mm.h64 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 Dmdev.h35 struct kobject kobj; member
A Ddevice.h583 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 Dpadata.h169 struct kobject kobj; member
A Discsi_boot_sysfs.h68 struct kobject kobj; member
A Dcpufreq.h91 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 Dirqdesc.h111 struct kobject kobj; member
A Ddma-buf.h439 struct kobject kobj; member
A Dnfs_fs_sb.h292 struct kobject kobj; member
A Dblk_types.h91 (&((_bdev)->bd_device.kobj))
A Di2c.h365 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 Dof.h60 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 Dmodule.h47 struct kobject kobj; member
/include/rdma/
A Dib_sysfs.h34 struct ib_device *ib_port_sysfs_get_ibdev_kobj(struct kobject *kobj,
/include/net/
A Dnetdev_rx_queue.h18 struct kobject kobj; member
A Dbonding.h190 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 Dacpi_bus.h118 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 Dcppc_acpi.h80 struct kobject kobj; member
/include/video/
A Domapfb_dss.h315 struct kobject kobj; member
370 struct kobject kobj; member
599 struct kobject kobj; member

Completed in 59 milliseconds

12