标签: c linux-device-driver embedded-linux uart
我正在编写一个简单的UART设备驱动程序。我一直在提到omap-serial.c,因为设备驱动程序是针对omap-4460处理器的。
我可以使用简单的>来编写它吗?打开,关闭,写入,读取和ioctl功能?
这是因为我没有在omap-serial.c中看到这些函数,而是在init函数中,它是platform_driver_register函数,其中inturn指向probe,删除函数