Home
last modified time | relevance | path

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

/linux-4.1.27/arch/avr32/mach-at32ap/include/mach/
Dboard.h29 extern struct platform_device *atmel_default_console_device;
/linux-4.1.27/drivers/tty/serial/
Datmel_serial.c2321 struct platform_device *atmel_default_console_device; /* the serial console device */ variable
2457 if (atmel_default_console_device) { in atmel_console_init()
2459 dev_get_platdata(&atmel_default_console_device->dev); in atmel_console_init()
2467 ret = atmel_init_port(port, atmel_default_console_device); in atmel_console_init()
2483 if (atmel_default_console_device in atmel_late_console_init()
/linux-4.1.27/arch/avr32/mach-at32ap/
Dat32ap700x.c1064 atmel_default_console_device = at32_usarts[usart_id]; in at32_setup_serial_console()