Home
last modified time | relevance | path

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

/linux/drivers/tty/serdev/
H A Dcore.c462 * serdev_controller_alloc() - Allocate a new serdev controller
472 struct serdev_controller *serdev_controller_alloc(struct device *host, in serdev_controller_alloc()
516 EXPORT_SYMBOL_GPL(serdev_controller_alloc);
790 * Register a controller previously allocated via serdev_controller_alloc() with in serdev_controller_add()
471 struct serdev_controller *serdev_controller_alloc(struct device *host, serdev_controller_alloc() function