Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dserdev.h167 struct serdev_controller *serdev_controller_alloc(struct device *, size_t);
/OK3568_Linux_fs/kernel/drivers/tty/serdev/
H A Dcore.c500 struct serdev_controller *serdev_controller_alloc(struct device *parent, in serdev_controller_alloc() function
542 EXPORT_SYMBOL_GPL(serdev_controller_alloc);
H A Dserdev-ttyport.c282 ctrl = serdev_controller_alloc(parent, sizeof(struct serport)); in serdev_tty_port_register()