Rechercher une page de manuel
uart_add_one_port
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
uart_add_one_port - attach a driver-defined port structureSYNOPSIS
- int uart_add_one_port(struct uart_driver * drv, struct uart_port * uport);
ARGUMENTS
drv
- pointer to the uart low level driver structure for this port
uport
- uart port structure to use for this port.
DESCRIPTION
This allows the driver to register its own uart_port structure with the core driver. The main purpose is to allow the low level uart drivers to expand uart_port, rather than having yet more levels of structures.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre