Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h40 struct sysfs_ops { struct
84 const struct sysfs_ops *ops; in sysctl_handle_attr()
91 if (kobj->ktype == NULL || kobj->ktype->sysfs_ops == NULL) in sysctl_handle_attr()
96 ops = kobj->ktype->sysfs_ops; in sysctl_handle_attr()
H A Dkobject.h46 const struct sysfs_ops *sysfs_ops; member
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c116 static const struct sysfs_ops port_sysfs_ops = {
134 static const struct sysfs_ops gid_attr_sysfs_ops = {
689 .sysfs_ops = &port_sysfs_ops,
694 .sysfs_ops = &gid_attr_sysfs_ops,
H A Dib_cm.c3885 static const struct sysfs_ops cm_counter_ops = {
3890 .sysfs_ops = &cm_counter_ops,
/freebsd-12.1/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-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c301 static const struct sysfs_ops linux_class_sysfs = {
308 .sysfs_ops = &linux_class_sysfs
353 static const struct sysfs_ops linux_dev_sysfs = {
360 .sysfs_ops = &linux_dev_sysfs
/freebsd-12.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c426 static const struct sysfs_ops port_sysfs_ops = {
433 .sysfs_ops = &port_sysfs_ops,