tty 驱动程序在读/写操作期间如何与 UART 驱动程序交互?

发布于 2024-11-05 01:04:36 字数 152 浏览 7 评论 0原文

我正在致力于 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

入怼 2024-11-12 01:04:36

以下链接帮助我了解 TTY 层操作。 TTY 驱动程序的读/写操作理解起来有点棘手。

  1. tty 层 (2.4)
  2. tty 层
  3. tty 层,第二部分

Following links helped me understand TTY layer operations. TTY driver's read/write operations are little tricky to understand though..

  1. tty Layer (2.4)
  2. The tty Layer
  3. The tty Layer, Part II
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文