嵌入式 Linux:将设备文件添加到现有设备 sysfs 类

发布于 2025-01-11 21:30:55 字数 314 浏览 1 评论 0原文

我使用的是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文