Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDsysfs.h83 struct kobject *kobj; in sysctl_handle_attr() local
134 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) in sysfs_create_file()
149 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file()
157 sysfs_create_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_create_files()
171 sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attrs) in sysfs_remove_files()
180 sysfs_create_group(struct kobject *kobj, const struct attribute_group *grp) in sysfs_create_group()
201 sysfs_remove_group(struct kobject *kobj, const struct attribute_group *grp) in sysfs_remove_group()
209 sysfs_create_groups(struct kobject *kobj, const struct attribute_group **grps) in sysfs_create_groups()
225 sysfs_remove_groups(struct kobject *kobj, const struct attribute_group **grps) in sysfs_remove_groups()
236 sysfs_merge_group(struct kobject *kobj, const struct attribute_group *grp) in sysfs_merge_group()
[all …]
HDkobject.h78 kobject_init(struct kobject *kobj, const struct kobj_type *ktype) in kobject_init()
90 kobject_put(struct kobject *kobj) in kobject_put()
98 kobject_get(struct kobject *kobj) in kobject_get()
113 struct kobject *kobj; in kobject_create() local
126 struct kobject *kobj; in kobject_create_and_add() local
144 kobject_name(const struct kobject *kobj) in kobject_name()
HDcdev.h50 struct kobject kobj; member
HDdevice.h54 struct kobject kobj; member
107 struct kobject kobj; member
267 static inline struct device *kobj_to_dev(struct kobject *kobj) in kobj_to_dev()
/freebsd-11-stable/sys/dev/sound/pci/
HDmaestro3.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-11-stable/sys/ofed/drivers/infiniband/core/
HDib_sysfs.c55 struct kobject kobj; member
60 struct kobject kobj; member
103 static ssize_t port_attr_show(struct kobject *kobj, in port_attr_show()
120 static ssize_t gid_attr_show(struct kobject *kobj, in gid_attr_show()
640 static void ib_port_release(struct kobject *kobj) in ib_port_release()
663 static void ib_port_gid_attr_release(struct kobject *kobj) in ib_port_gid_attr_release()
786 static ssize_t show_hw_stats(struct kobject *kobj, struct attribute *attr, in show_hw_stats()
811 static ssize_t show_stats_lifespan(struct kobject *kobj, in show_stats_lifespan()
830 static ssize_t set_stats_lifespan(struct kobject *kobj, in set_stats_lifespan()
857 static void free_hsag(struct kobject *kobj, struct attribute_group *attr_group) in free_hsag()
[all …]
HDib_user_mad.c106 struct kobject kobj; member
142 static void ib_umad_release_dev(struct kobject *kobj) in ib_umad_release_dev()
HDuverbs.h102 struct kobject kobj; member
HDib_uverbs_main.c160 static void ib_uverbs_release_dev(struct kobject *kobj) in ib_uverbs_release_dev()
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
HDlinux_compat.c129 kobject_set_name_vargs(struct kobject *kobj, const char *fmt, va_list args) in kobject_set_name_vargs()
172 kobject_set_name(struct kobject *kobj, const char *fmt, ...) in kobject_set_name()
185 kobject_add_complete(struct kobject *kobj, struct kobject *parent) in kobject_add_complete()
209 kobject_add(struct kobject *kobj, struct kobject *parent, const char *fmt, ...) in kobject_add()
226 struct kobject *kobj; in linux_kobject_release() local
238 linux_kobject_kfree(struct kobject *kobj) in linux_kobject_kfree()
244 linux_kobject_kfree_name(struct kobject *kobj) in linux_kobject_kfree_name()
263 linux_class_show(struct kobject *kobj, struct attribute *attr, char *buf) in linux_class_show()
277 linux_class_store(struct kobject *kobj, struct attribute *attr, const char *buf, in linux_class_store()
292 linux_class_release(struct kobject *kobj) in linux_class_release()
[all …]
/freebsd-11-stable/lib/librpcsec_gss/
HDrpcsec_gss_conf.c54 char *kobj; member
182 char *name, *oid, *lib, *kobj; in _rpc_gss_load_mech() local
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_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()
HDmlx4_ib.h518 struct kobject *kobj; member
/freebsd-11-stable/lib/libgssapi/
HDgss_mech_switch.c189 char *name, *oid, *lib, *kobj; in _gss_load_mech() local
/freebsd-11-stable/sys/dev/drm2/ttm/
HDttm_page_alloc_dma.c177 struct kobject kobj; member
202 static void ttm_pool_kobj_release(struct kobject *kobj) in ttm_pool_kobj_release()
209 static ssize_t ttm_pool_store(struct kobject *kobj, struct attribute *attr, in ttm_pool_store()
243 static ssize_t ttm_pool_show(struct kobject *kobj, struct attribute *attr, in ttm_pool_show()
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
HDgss_mech_switch.c233 char *name, *oid, *lib, *kobj; in _gss_load_mech() local
/freebsd-11-stable/sys/sys/
HDkobj.h72 struct kobj { struct
/freebsd-11-stable/usr.sbin/gssd/
HDgssd.c271 char *name, *oid, *lib, *kobj; in gssd_load_mech() local
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
HDen.h529 struct kobject kobj; member