Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dserdev.h171 struct serdev_controller *serdev_controller_alloc(struct device *host,
/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c277 ctrl = serdev_controller_alloc(host, parent, sizeof(struct serport)); in serdev_tty_port_register()