Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dserdev.h174 int serdev_controller_add(struct serdev_controller *);
/linux-6.15/drivers/tty/serdev/
H A Dcore.c763 int serdev_controller_add(struct serdev_controller *ctrl) in serdev_controller_add() function
795 EXPORT_SYMBOL_GPL(serdev_controller_add);
H A Dserdev-ttyport.c291 ret = serdev_controller_add(ctrl); in serdev_tty_port_register()