Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dserdev.h193 static inline int serdev_controller_receive_buf(struct serdev_controller *ctrl, in serdev_controller_receive_buf() function
/OK3568_Linux_fs/kernel/drivers/tty/serdev/
H A Dserdev-ttyport.c41 ret = serdev_controller_receive_buf(ctrl, cp, count); in ttyport_receive_buf()