Searched refs:sysfs_ops (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/ofed/include/linux/
H A Dsysfs.h40 struct sysfs_ops { struct
77 const struct sysfs_ops *ops;
84 if (kobj->ktype == NULL || kobj->ktype->sysfs_ops == NULL)
89 ops = kobj->ktype->sysfs_ops;
H A Dkobject.h42 const struct sysfs_ops *sysfs_ops; member in struct:kobj_type
H A Ddevice.h183 static struct sysfs_ops class_sysfs = {
189 .sysfs_ops = &class_sysfs
253 static struct sysfs_ops dev_sysfs = { .show = dev_show, .store = dev_store, };
256 .sysfs_ops = &dev_sysfs
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c262 static const struct sysfs_ops ttm_pool_sysfs_ops = {
269 .sysfs_ops = &ttm_pool_sysfs_ops,
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dsysfs.c82 static const struct sysfs_ops port_sysfs_ops = {
435 .sysfs_ops = &port_sysfs_ops,
H A Dcm.c3649 static struct sysfs_ops cm_counter_ops = {
3654 .sysfs_ops = &cm_counter_ops,

Completed in 112 milliseconds