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

/freebsd-10-stable/sys/ofed/include/linux/
H A Dcdev.h44 struct kobject kobj; member in struct:linux_cdev
52 cdev_release(struct kobject *kobj) argument
63 cdev_static_release(struct kobject *kobj) argument
[all...]
H A Dkobject.h61 kobject_init(struct kobject *kobj, struct kobj_type *ktype) argument
74 kobject_put(struct kobject *kobj) argument
82 kobject_get(struct kobject *kobj) argument
97 struct kobject *kobj; local
110 struct kobject *kobj; local
124 kobject_name(const struct kobject *kobj) argument
[all...]
H A Dsysfs.h76 struct kobject *kobj; local
127 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) argument
138 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) argument
146 sysfs_remove_group(struct kobject *kobj, const struct attribute_group *grp) argument
154 sysfs_create_group(struct kobject *kobj, const struct attribute_group *grp) argument
171 sysfs_create_dir(struct kobject *kobj) argument
181 sysfs_remove_dir(struct kobject *kobj) argument
[all...]
H A Ddevice.h51 struct kobject kobj; member in class:__anon2078
65 struct kobject kobj; member in struct:device
171 class_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
185 class_store(struct kobject *kobj, struc argument
200 class_release(struct kobject *kobj) argument
238 device_release(struct kobject *kobj) argument
251 dev_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
265 dev_store(struct kobject *kobj, struct attribute *attr, const char *buf, size_t count) argument
[all...]
H A Dlinux_compat.c99 kobject_set_name_vargs(struct kobject *kobj, const char *fmt, va_list args) argument
142 kobject_set_name(struct kobject *kobj, const char *fmt, ...) argument
155 kobject_add_complete(struct kobject *kobj, struct kobject *parent) argument
179 kobject_add(struct kobject *kobj, struct kobject *parent, const char *fmt, ...) argument
196 struct kobject *kobj; local
211 kobject_kfree(struct kobject *kobj) argument
217 kobject_kfree_name(struct kobject *kobj) argument
255 kobject_init_and_add(struct kobject *kobj, struct kobj_type *ktype, struct kobject *parent, const char *fmt, ...) argument
[all...]
/freebsd-10-stable/lib/libgssapi/
H A Dgss_mech_switch.c189 char *name, *oid, *lib, *kobj; local
/freebsd-10-stable/sys/sys/
H A Dkobj.h72 struct kobj { struct
/freebsd-10-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c233 char *name, *oid, *lib, *kobj; local
/freebsd-10-stable/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c54 char *kobj; member in struct:mech_info
182 char *name, *oid, *lib, *kobj; local
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dsysfs.c388 struct kobject kobj; member in struct:mlx4_port
397 static void mlx4_port_release(struct kobject *kobj) argument
419 static ssize_t port_attr_show(struct kobject *kobj, argument
431 port_attr_store(struct kobject *kobj, struct attribute *attr, const char *buf, size_t size) argument
[all...]
H A Dmlx4_ib.h494 struct kobject *kobj; member in struct:mlx4_ib_iov_sysfs_attr
/freebsd-10-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c177 struct kobject kobj; member in struct:ttm_pool_manager
202 static void ttm_pool_kobj_release(struct kobject *kobj) argument
209 static ssize_t ttm_pool_store(struct kobject *kobj, struct attribute *attr, argument
243 static ssize_t ttm_pool_show(struct kobject *kobj, struct attribute *attr, argument
[all...]
/freebsd-10-stable/usr.sbin/gssd/
H A Dgssd.c267 char *name, *oid, *lib, *kobj; local
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c1076 static ssize_t order_attr_show(struct kobject *kobj, argument
1089 static ssize_t order_attr_store(struct kobject *kobj, argument
1214 static ssize_t cache_attr_show(struct kobject *kobj, argument
1227 static ssize_t cache_attr_store(struct kobject *kobj, argument
[all...]
H A Dmlx5_ib_main.c1875 static ssize_t port_attr_show(struct kobject *kobj, argument
H A Dmlx5_ib.h417 struct kobject kobj; member in struct:cache_order
507 struct kobject kobj; member in struct:mlx5_dc_data
515 struct kobject kobj; member in struct:mlx5_ib_port_sysfs_group
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dsysfs.c45 struct kobject kobj; member in struct:ib_port
71 static ssize_t port_attr_show(struct kobject *kobj, argument
482 static void ib_port_release(struct kobject *kobj) argument
[all...]
/freebsd-10-stable/sys/dev/sound/pci/
H A Dmaestro3.c320 m3_initcd(kobj_t kobj, void *devinfo) argument
334 m3_rdcd(kobj_t kobj, void *devinfo, int regno) argument
354 m3_wrcd(kobj_t kobj, void *devinfo, int regno, u_int32_t data) argument
374 m3_pchan_init(kobj_t kobj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) argument
516 m3_pchan_free(kobj_t kobj, void *chdata) argument
540 m3_pchan_setformat(kobj_t kobj, void *chdata, u_int32_t format) argument
568 m3_pchan_setspeed(kobj_t kobj, void *chdata, u_int32_t speed) argument
591 m3_pchan_setblocksize(kobj_t kobj, void *chdata, u_int32_t blocksize) argument
602 m3_pchan_trigger(kobj_t kobj, void *chdata, int go) argument
635 m3_pchan_trigger_locked(kobj_t kobj, void *chdata, int go) argument
724 m3_pchan_getptr(kobj_t kobj, void *chdata) argument
738 m3_pchan_getcaps(kobj_t kobj, void *chdata) argument
751 m3_rchan_init(kobj_t kobj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) argument
890 m3_rchan_free(kobj_t kobj, void *chdata) argument
914 m3_rchan_setformat(kobj_t kobj, void *chdata, u_int32_t format) argument
941 m3_rchan_setspeed(kobj_t kobj, void *chdata, u_int32_t speed) argument
964 m3_rchan_setblocksize(kobj_t kobj, void *chdata, u_int32_t blocksize) argument
975 m3_rchan_trigger(kobj_t kobj, void *chdata, int go) argument
992 m3_rchan_trigger_locked(kobj_t kobj, void *chdata, int go) argument
1076 m3_rchan_getptr(kobj_t kobj, void *chdata) argument
1090 m3_rchan_getcaps(kobj_t kobj, void *chdata) argument
[all...]
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dmlx4_en.h503 struct kobject kobj; member in struct:en_port

Completed in 224 milliseconds