Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/tty/serdev/
Dcore.c478 struct serdev_controller *serdev_controller_alloc(struct device *host, in serdev_controller_alloc() function
522 EXPORT_SYMBOL_GPL(serdev_controller_alloc);
Dserdev-ttyport.c286 ctrl = serdev_controller_alloc(host, parent, sizeof(struct serport)); in serdev_tty_port_register()
/linux-6.14.4/include/linux/
Dserdev.h172 struct serdev_controller *serdev_controller_alloc(struct device *host,