Home
last modified time | relevance | path

Searched refs:atmel_default_console_device (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/avr32/mach-at32ap/include/mach/
Dboard.h29 extern struct platform_device *atmel_default_console_device;
/linux-4.4.14/drivers/tty/serial/
Datmel_serial.c2439 struct platform_device *atmel_default_console_device; /* the serial console device */ variable
2576 if (atmel_default_console_device) { in atmel_console_init()
2578 dev_get_platdata(&atmel_default_console_device->dev); in atmel_console_init()
2586 ret = atmel_init_port(port, atmel_default_console_device); in atmel_console_init()
2602 if (atmel_default_console_device in atmel_late_console_init()
/linux-4.4.14/arch/avr32/mach-at32ap/
Dat32ap700x.c1057 atmel_default_console_device = at32_usarts[usart_id]; in at32_setup_serial_console()