Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dserdev.h170 struct serdev_controller *serdev_controller_alloc(struct device *, size_t);
/openbmc/linux/drivers/tty/serdev/
H A Dcore.c487 struct serdev_controller *serdev_controller_alloc(struct device *parent, in serdev_controller_alloc() function
529 EXPORT_SYMBOL_GPL(serdev_controller_alloc);
H A Dserdev-ttyport.c287 ctrl = serdev_controller_alloc(parent, sizeof(struct serport)); in serdev_tty_port_register()