Searched defs:receive_buf (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty_ldisc.h | 205 void (*receive_buf)(struct tty_struct *, const unsigned char *cp, member
|
| H A D | serdev.h | 28 int (*receive_buf)(struct serdev_device *, const unsigned char *, size_t); member
|
| H A D | tty.h | 227 int (*receive_buf)(struct tty_port *port, const unsigned char *, const unsigned char *, size_t); member
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_buffer.c | 452 receive_buf(struct tty_port *port, struct tty_buffer *head, int count) in receive_buf() function
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | virtio_net.c | 1102 static void receive_buf(struct virtnet_info *vi, struct receive_queue *rq, in receive_buf() function
|