Query: uart_register_driver
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UART_REGISTER_DRIVER(9) 16x50 UART Driver UART_REGISTER_DRIVER(9)NAMEuart_register_driver - register a driver with the uart core layerSYNOPSISint uart_register_driver(struct uart_driver * drv);ARGUMENTSdrv low level driver structureDESCRIPTIONRegister 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 UART_REGISTER_DRIVER(9)
Related Man Pages |
---|
parport_register_port(9) - suse |
ntwdt(7d) - sunos |
iscsi(7d) - opensolaris |
tavor(7d) - opensolaris |
drv(1) - redhat |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Cut command on RHEL 6.8 compatibility issues |
Update kernel Linux without reboot?! |
SOCKS proxy & PAM configuration exposure |
Docker learning Phase-I |