Searched refs:ldisc_receive (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/caif/ |
H A D | caif_serial.c | 162 static void ldisc_receive(struct tty_struct *tty, const u8 *data, in ldisc_receive() function 241 ldisc_receive(tty, skb->data, NULL, len); in handle_tx() 388 .receive_buf = ldisc_receive,
|
/kernel/linux/linux-6.6/drivers/net/caif/ |
H A D | caif_serial.c | 161 static void ldisc_receive(struct tty_struct *tty, const u8 *data, in ldisc_receive() function 240 ldisc_receive(tty, skb->data, NULL, len); in handle_tx() 387 .receive_buf = ldisc_receive,
|
Completed in 2 milliseconds