Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dserdev.h167 struct serdev_controller *serdev_controller_alloc(struct device *, size_t);
/linux-5.19.10/drivers/tty/serdev/
Dcore.c476 struct serdev_controller *serdev_controller_alloc(struct device *parent, in serdev_controller_alloc() function
518 EXPORT_SYMBOL_GPL(serdev_controller_alloc);
Dserdev-ttyport.c275 ctrl = serdev_controller_alloc(parent, sizeof(struct serport)); in serdev_tty_port_register()