Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dserdev.h188 static inline size_t serdev_controller_receive_buf(struct serdev_controller *ctrl, in serdev_controller_receive_buf() function
/linux-6.12.1/drivers/tty/serdev/
Dserdev-ttyport.c35 ret = serdev_controller_receive_buf(ctrl, cp, count); in ttyport_receive_buf()