Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 ttyS2 挂起/恢复方案上打开/关闭一些端口位,但是从驱动程序代码中很难找到代码存根,我可以在其中检查 ttyS2 和设置/取消设置暂停/恢复位。
谁能指出我可以解码端口名称并执行特定操作的特定位置或逻辑?
您应该在用户空间中执行此操作。
可以使用设备驱动程序注册的“kobject_name”查找驱动程序名称。对于串行驱动程序,我们获得特定平台上的 tty 实例编号。