Home
last modified time | relevance | path

Searched defs:kobj (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_kobject.c40 struct kobject *kobj; in kobject_create() local
52 kobject_set_name_vargs(struct kobject *kobj, const char *fmt, va_list args) in kobject_set_name_vargs()
95 kobject_set_name(struct kobject *kobj, const char *fmt, ...) in kobject_set_name()
108 kobject_add_complete(struct kobject *kobj) in kobject_add_complete()
139 kobject_add(struct kobject *kobj, struct kobject *parent, const char *fmt, ...) in kobject_add()
156 kobject_init_and_add(struct kobject *kobj, const struct kobj_type *ktype, in kobject_init_and_add()
178 struct kobject *kobj; in linux_kobject_release() local
191 linux_kobject_kfree(struct kobject *kobj) in linux_kobject_kfree()
201 linux_kobject_kfree_name(struct kobject *kobj) in linux_kobject_kfree_name()
209 lkpi_kobj_attr_show(struct kobject *kobj, struct attribute *attr, char *buf) in lkpi_kobj_attr_show()
[all …]
H A Dlinux_compat.c187 linux_class_show(struct kobject *kobj, struct attribute *attr, char *buf) in linux_class_show()
201 linux_class_store(struct kobject *kobj, struct attribute *attr, const char *buf, in linux_class_store()
216 linux_class_release(struct kobject *kobj) in linux_class_release()
236 linux_dev_release(struct kobject *kobj) in linux_dev_release()
249 linux_dev_show(struct kobject *kobj, struct attribute *attr, char *buf) in linux_dev_show()
263 linux_dev_store(struct kobject *kobj, struct attribute *attr, const char *buf, in linux_dev_store()
2276 linux_cdev_release(struct kobject *kobj) in linux_cdev_release()
2289 linux_cdev_static_release(struct kobject *kobj) in linux_cdev_static_release()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h85 struct kobject *kobj; in sysctl_handle_attr() local
136 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) in sysfs_create_file()
151 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file()
168 sysfs_remove_link(struct kobject *kobj, const char *name) in sysfs_remove_link()
174 sysfs_create_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_create_files()
188 sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_remove_files()
197 sysfs_create_group(struct kobject *kobj, const struct attribute_group *grp) in sysfs_create_group()
218 sysfs_remove_group(struct kobject *kobj, const struct attribute_group *grp) in sysfs_remove_group()
226 sysfs_create_groups(struct kobject *kobj, const struct attribute_group **grps) in sysfs_create_groups()
242 sysfs_remove_groups(struct kobject *kobj, const struct attribute_group **grps) in sysfs_remove_groups()
[all …]
H A Dkobject.h92 struct kobject kobj; member
97 kobject_init(struct kobject *kobj, const struct kobj_type *ktype) in kobject_init()
109 kobject_put(struct kobject *kobj) in kobject_put()
117 kobject_get(struct kobject *kobj) in kobject_get()
133 struct kobject *kobj; in kobject_create_and_add() local
151 kobject_name(const struct kobject *kobj) in kobject_name()
162 kobject_uevent_env(struct kobject *kobj, int action, char *envp[]) in kobject_uevent_env()
180 to_kset(struct kobject *kobj) in to_kset()
192 struct kobject *kobj; in kset_get() local
H A Dcdev.h49 struct kobject kobj; member
H A Ddevice.h60 struct kobject kobj; member
116 struct kobject kobj; member
377 static inline struct device *kobj_to_dev(struct kobject *kobj) in kobj_to_dev()
/freebsd/sys/dev/sound/pci/
H A Dmaestro3.c320 m3_initcd(kobj_t kobj, void *devinfo) in m3_initcd()
334 m3_rdcd(kobj_t kobj, void *devinfo, int regno) in m3_rdcd()
354 m3_wrcd(kobj_t kobj, void *devinfo, int regno, u_int32_t data) in m3_wrcd()
374 m3_pchan_init(kobj_t kobj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in m3_pchan_init()
516 m3_pchan_free(kobj_t kobj, void *chdata) in m3_pchan_free()
540 m3_pchan_setformat(kobj_t kobj, void *chdata, u_int32_t format) in m3_pchan_setformat()
568 m3_pchan_setspeed(kobj_t kobj, void *chdata, u_int32_t speed) in m3_pchan_setspeed()
591 m3_pchan_setblocksize(kobj_t kobj, void *chdata, u_int32_t blocksize) in m3_pchan_setblocksize()
602 m3_pchan_trigger(kobj_t kobj, void *chdata, int go) in m3_pchan_trigger()
635 m3_pchan_trigger_locked(kobj_t kobj, void *chdata, int go) in m3_pchan_trigger_locked()
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c54 struct kobject kobj; member
59 struct kobject kobj; member
102 static ssize_t port_attr_show(struct kobject *kobj, in port_attr_show()
115 static ssize_t port_attr_store(struct kobject *kobj, in port_attr_store()
133 static ssize_t gid_attr_show(struct kobject *kobj, in gid_attr_show()
667 static void ib_port_release(struct kobject *kobj) in ib_port_release()
690 static void ib_port_gid_attr_release(struct kobject *kobj) in ib_port_gid_attr_release()
813 static ssize_t show_hw_stats(struct kobject *kobj, struct attribute *attr, in show_hw_stats()
843 static ssize_t show_stats_lifespan(struct kobject *kobj, in show_stats_lifespan()
870 static ssize_t set_stats_lifespan(struct kobject *kobj, in set_stats_lifespan()
[all …]
H A Dib_user_mad.c104 struct kobject kobj; member
140 static void ib_umad_release_dev(struct kobject *kobj) in ib_umad_release_dev()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c118 zfs_kobj_release(struct kobject *kobj) in zfs_kobj_release()
329 dataset_property_show(struct kobject *kobj, struct attribute *attr, char *buf) in dataset_property_show()
343 vdev_property_show(struct kobject *kobj, struct attribute *attr, char *buf) in vdev_property_show()
357 pool_property_show(struct kobject *kobj, struct attribute *attr, char *buf) in pool_property_show()
389 kernel_feature_show(struct kobject *kobj, struct attribute *attr, char *buf) in kernel_feature_show()
463 pool_feature_show(struct kobject *kobj, struct attribute *attr, char *buf) in pool_feature_show()
/freebsd/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c54 char *kobj; member
182 char *name, *oid, *lib, *kobj; in _rpc_gss_load_mech() local
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c368 struct kobject kobj; member
379 static void mlx4_port_release(struct kobject *kobj) in mlx4_port_release()
401 static ssize_t port_attr_show(struct kobject *kobj, in port_attr_show()
413 static ssize_t port_attr_store(struct kobject *kobj, in port_attr_store()
H A Dmlx4_ib.h513 struct kobject *kobj; member
/freebsd/lib/libgssapi/
H A Dgss_mech_switch.c189 char *name, *oid, *lib, *kobj; in _gss_load_mech() local
/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c175 struct kobject kobj; member
200 static void ttm_pool_kobj_release(struct kobject *kobj) in ttm_pool_kobj_release()
207 static ssize_t ttm_pool_store(struct kobject *kobj, struct attribute *attr, in ttm_pool_store()
241 static ssize_t ttm_pool_show(struct kobject *kobj, struct attribute *attr, in ttm_pool_show()
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c235 char *name, *oid, *lib, *kobj; in _gss_load_mech() local
/freebsd/sys/sys/
H A Dkobj.h72 struct kobj { struct
/freebsd/usr.sbin/gssd/
H A Dgssd.c224 char *name, *oid, *lib, *kobj; in gssd_load_mech() local
/freebsd/sys/dev/mlx4/mlx4_en/
H A Den.h537 struct kobject kobj; member