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

/freebsd-11.0-release/sys/compat/linuxkpi/common/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.h45 const struct sysfs_ops *sysfs_ops; member in struct:kobj_type
/freebsd-11.0-release/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c284 static const struct sysfs_ops linux_class_sysfs = {
291 .sysfs_ops = &linux_class_sysfs
336 static const struct sysfs_ops linux_dev_sysfs = {
343 .sysfs_ops = &linux_dev_sysfs
/freebsd-11.0-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-11.0-release/sys/ofed/drivers/infiniband/core/
H A Dsysfs.c85 static const struct sysfs_ops port_sysfs_ops = {
479 .sysfs_ops = &port_sysfs_ops,
H A Dcm.c3727 static const struct sysfs_ops cm_counter_ops = {
3732 .sysfs_ops = &cm_counter_ops,
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dsysfs.c444 static const struct sysfs_ops port_sysfs_ops = {
451 .sysfs_ops = &port_sysfs_ops,

Completed in 117 milliseconds