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