嵌入式 Linux:将设备文件添加到现有设备 sysfs 类
我使用的是 Linux 内核版本 5.4。我有一个内核内置驱动程序,它使用 class_create()
和 device_create_file()
创建一个 sysfs 类:/sys/night_owl/tick1/*
代码>函数。我正在开发另一个内核可加载模块,它重用 /sys/class/night_owl
类,这意味着我将拥有类似 /sys/class/night_owl/tick2/*
的内容>。 Linux 内核是否支持此功能或者有任何关键字可供我搜索吗?
I am using Linux kernel release 5.4. I have one kernel built-in driver, which creates a sysfs class: /sys/night_owl/tick1/*
using class_create()
and device_create_file()
function. I am developing another kernel loadable module, which reuses the /sys/class/night_owl
class, this means I will have something like this /sys/class/night_owl/tick2/*
. Does Linux kernel support this feature or are there any keywords for me to search on this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论