tty 驱动程序在读/写操作期间如何与 UART 驱动程序交互?
我正在致力于 SDIO UART 驱动程序的修改/开发。
并且想知道:
tty驱动程序在读/写操作期间如何与UART驱动程序交互?我对缓冲区管理感兴趣。
我在网上搜索,但没有找到必要的信息。
有人可以解释一下吗?
先感谢您。
I am working on modification/development of a SDIO UART driver.
And would like to know:
How tty driver interacts with UART driver during read/write operations? I am interested in buffer management.
I searched over net, however did not find necessary information.
Can somebody throw some light on this?
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下链接帮助我了解 TTY 层操作。 TTY 驱动程序的读/写操作理解起来有点棘手。
Following links helped me understand TTY layer operations. TTY driver's read/write operations are little tricky to understand though..