Searched refs:atmel_open_hook (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Datmel_serial.c117 static int (*atmel_open_hook)(struct uart_port *); variable
965 if (atmel_open_hook) {
966 retval = atmel_open_hook(port);
1461 atmel_open_hook = fns->open;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Datmel_serial.c117 static int (*atmel_open_hook)(struct uart_port *); variable
965 if (atmel_open_hook) {
966 retval = atmel_open_hook(port);
1461 atmel_open_hook = fns->open;

Completed in 104 milliseconds