Searched refs:kobject (Results 1 – 25 of 39) sorted by relevance
12
/include/linux/ |
A D | kobject.h | 64 struct kobject { struct 67 struct kobject *parent; argument 94 struct kobject *parent, 98 struct kobject *parent, 103 struct kobject * __must_check kobject_create_and_add(const char *name, struct kobject *parent); 106 int __must_check kobject_move(struct kobject *, struct kobject *); 108 struct kobject *kobject_get(struct kobject *kobj); 109 struct kobject * __must_check kobject_get_unless_zero(struct kobject *kobj); 171 struct kobject kobj; 206 extern struct kobject *mm_kobj; [all …]
|
A D | sysfs.h | 25 struct kobject; 428 int __must_check sysfs_create_link(struct kobject *kobj, struct kobject *target, 431 struct kobject *target, 435 int sysfs_rename_link_ns(struct kobject *kobj, struct kobject *target, 439 void sysfs_delete_link(struct kobject *dir, struct kobject *targ, 483 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, 610 static inline int sysfs_rename_link_ns(struct kobject *k, struct kobject *t, in sysfs_rename_link_ns() 617 static inline void sysfs_delete_link(struct kobject *k, struct kobject *t, in sysfs_delete_link() 720 struct kobject *targ, in sysfs_link_change_owner() 759 struct kobject *kobj, in sysfs_bin_attr_simple_read() [all …]
|
A D | kobject_ns.h | 20 struct kobject; 50 const struct kobj_ns_type_operations *kobj_child_ns_ops(const struct kobject *parent); 51 const struct kobj_ns_type_operations *kobj_ns_ops(const struct kobject *kobj);
|
A D | kobj_map.h | 11 typedef struct kobject *kobj_probe_t(dev_t, int *, void *); 17 struct kobject *kobj_lookup(struct kobj_map *, dev_t, int *);
|
A D | cdev.h | 15 struct kobject kobj; 31 void cdev_set_parent(struct cdev *p, struct kobject *kobj);
|
A D | mdev.h | 35 struct kobject kobj; 36 struct kobject *devices_kobj;
|
A D | livepatch.h | 71 struct kobject kobj; 124 struct kobject kobj; 167 struct kobject kobj;
|
A D | uio_driver.h | 85 struct kobject *map_dir; 86 struct kobject *portio_dir;
|
A D | padata.h | 169 struct kobject kobj;
|
A D | iscsi_boot_sysfs.h | 68 struct kobject kobj;
|
A D | huge_mm.h | 61 struct kobject; 64 ssize_t single_hugepage_flag_store(struct kobject *kobj, 68 ssize_t single_hugepage_flag_show(struct kobject *kobj, 310 struct kobject kobj;
|
A D | dmi.h | 99 extern struct kobject *dmi_kobj;
|
A D | libnvdimm.h | 243 struct kobject; 263 struct kobject *nvdimm_kobj(struct nvdimm *nvdimm);
|
A D | irqdesc.h | 111 struct kobject kobj;
|
A D | w1.h | 313 static inline struct w1_slave* kobj_to_w1_slave(struct kobject *kobj) in kobj_to_w1_slave()
|
A D | dma-buf.h | 439 struct kobject kobj;
|
A D | module.h | 47 struct kobject kobj; 49 struct kobject *drivers_dir; 413 struct kobject *holders_dir;
|
A D | cpufreq.h | 91 struct kobject kobj; 249 struct kobject *get_governor_parent_kobj(struct cpufreq_policy *policy); 674 struct kobject kobj; 683 static inline struct gov_attr_set *to_gov_attr_set(struct kobject *kobj) in to_gov_attr_set()
|
A D | blkdev.h | 180 struct kobject queue_kobj; /* the queue/ directory */ 181 struct kobject *slave_dir; 457 struct kobject kobj; 463 struct kobject kobj; 516 struct kobject *mq_kobj; 548 struct kobject *crypto_kobject;
|
A D | nfs_fs_sb.h | 292 struct kobject kobj;
|
/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;
|
/include/linux/sunrpc/ |
A D | clnt.h | 34 struct kobject kobject; member
|
/include/video/ |
A D | omapfb_dss.h | 315 struct kobject kobj; 370 struct kobject kobj; 599 struct kobject kobj;
|
/include/acpi/ |
A D | acpi_bus.h | 118 struct kobject kobj; 126 struct kobject *kobj) in to_acpi_hotplug_profile() 507 struct kobject kobj; 616 extern struct kobject *acpi_kobj;
|
Completed in 107 milliseconds
12