centos man page for uart_register_driver

Query: uart_register_driver

OS: centos

Section: 9

Links: centos man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UART_REGISTER_DRIVER(9) 					 16x50 UART Driver					   UART_REGISTER_DRIVER(9)

NAME
uart_register_driver - register a driver with the uart core layer
SYNOPSIS
int uart_register_driver(struct uart_driver * drv);
ARGUMENTS
drv low level driver structure
DESCRIPTION
Register a uart driver with the core driver. We in turn register with the tty layer, and initialise the core driver per-port state. We have a proc file in /proc/tty/driver which is named after the normal driver. drv->port should be NULL, and the per-port structures should be registered using uart_add_one_port after this call has succeeded.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 UART_REGISTER_DRIVER(9)
Related Man Pages
parport_register_port(9) - centos
hermon(7d) - opensolaris
iscsi(7d) - opensolaris
ntwdt(7d) - opensolaris
drv(1) - x11r4
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
How to increment version inside a file?
Tar Command
Docker learning Phase-I
[TIP] Processing YAML files with yq