Man Page: uart_register_driver
Operating Environment: centos
Section: 9
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 3.10 June 2014 UART_REGISTER_DRIVER(9)
| Related Man Pages |
|---|
| parport_register_port(9) - centos |
| struct_device_driver(9) - centos |
| uart(4) - debian |
| iscsi(7d) - sunos |
| drv(1) - x11r4 |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |