Searched refs:slcan (Results 1 – 3 of 3) sorted by relevance
79 struct slcan { struct142 static void slc_bump(struct slcan *sl) in slc_bump()227 static void slcan_unesc(struct slcan *sl, unsigned char s) in slcan_unesc()253 static void slc_encaps(struct slcan *sl, struct can_frame *cf) in slc_encaps()314 struct slcan *sl = container_of(work, struct slcan, tx_work); in slcan_transmit()346 struct slcan *sl = tty->disc_data; in slcan_write_wakeup()354 struct slcan *sl = netdev_priv(dev); in slc_xmit()387 struct slcan *sl = netdev_priv(dev); in slc_close()405 struct slcan *sl = netdev_priv(dev); in slc_open()469 struct slcan *sl = (struct slcan *) tty->disc_data; in slcan_receive_buf()[all …]
8 obj-$(CONFIG_CAN_SLCAN) += slcan.o
31 tristate "Serial / USB serial CAN Adaptors (slcan)"46 The slcan driver supports up to 10 CAN netdevices by default which48 also be built as a module. If so, the module will be called slcan.