Searched refs:atmel_default_console_device (Results 1 – 3 of 3) sorted by relevance
29 extern struct platform_device *atmel_default_console_device;
2321 struct platform_device *atmel_default_console_device; /* the serial console device */ variable2457 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()
1064 atmel_default_console_device = at32_usarts[usart_id]; in at32_setup_serial_console()