Home
last modified time | relevance | path

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

/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDsysfs.h40 struct sysfs_ops { struct
77 const struct sysfs_ops *ops; in sysctl_handle_attr()
84 if (kobj->ktype == NULL || kobj->ktype->sysfs_ops == NULL) in sysctl_handle_attr()
89 ops = kobj->ktype->sysfs_ops; in sysctl_handle_attr()
HDkobject.h45 const struct sysfs_ops *sysfs_ops; member
/NextBSD/sys/compat/linuxkpi/common/src/
HDlinux_compat.c274 static const struct sysfs_ops linux_class_sysfs = {
281 .sysfs_ops = &linux_class_sysfs
326 static const struct sysfs_ops linux_dev_sysfs = {
333 .sysfs_ops = &linux_dev_sysfs
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDsysfs.c444 static const struct sysfs_ops port_sysfs_ops = {
451 .sysfs_ops = &port_sysfs_ops,
/NextBSD/sys/dev/drm2/ttm/
HDttm_page_alloc_dma.c262 static const struct sysfs_ops ttm_pool_sysfs_ops = {
269 .sysfs_ops = &ttm_pool_sysfs_ops,
/NextBSD/sys/ofed/drivers/infiniband/core/
HDsysfs.c85 static const struct sysfs_ops port_sysfs_ops = {
479 .sysfs_ops = &port_sysfs_ops,
HDcm.c3727 static const struct sysfs_ops cm_counter_ops = {
3732 .sysfs_ops = &cm_counter_ops,