// SPDX-License-Identifier: GPL-2.0+ /* * Serial core controller driver * * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/ * Author: Tony Lindgren <tony@atomide.com> * * This driver manages the serial core controller struct device instances. * The serial core controller devices are children of the physical serial * port device.
*/
/* * Serial core controller device init functions. Note that the physical * serial port device driver may not have completed probe at this point.
*/ int serial_ctrl_register_port(struct uart_driver *drv, struct uart_port *port)
{ return serial_core_register_port(drv, port);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.