Home
last modified time | relevance | path

Searched refs:sysfs_deprecated (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/base/
Dcore.c34 long sysfs_deprecated = 1; variable
36 long sysfs_deprecated = 0; variable
40 return kstrtol(arg, 10, &sysfs_deprecated); in sysfs_deprecated_setup()
1574 if (sysfs_deprecated && dev->class == &block_class) { in get_device_parent()
1686 if (sysfs_deprecated && dev->class == &block_class) in device_add_class_symlinks()
1720 if (sysfs_deprecated && dev->class == &block_class) in device_remove_class_symlinks()
Dclass.c172 if (!sysfs_deprecated || cls != &block_class) in __class_register()
/Linux-v4.19/block/
Dgenhd.c587 if (!sysfs_deprecated) { in register_disk()
778 if (!sysfs_deprecated) in del_gendisk()
1055 if (!sysfs_deprecated) in genhd_device_init()
/Linux-v4.19/include/linux/
Ddevice.h1556 extern long sysfs_deprecated;
1558 #define sysfs_deprecated 0 macro