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()228 static void slcan_unesc(struct slcan *sl, unsigned char s) in slcan_unesc()254 static void slc_encaps(struct slcan *sl, struct can_frame *cf) in slc_encaps()315 struct slcan *sl = container_of(work, struct slcan, tx_work); in slcan_transmit()347 struct slcan *sl = tty->disc_data; in slcan_write_wakeup()355 struct slcan *sl = netdev_priv(dev); in slc_xmit()388 struct slcan *sl = netdev_priv(dev); in slc_close()406 struct slcan *sl = netdev_priv(dev); in slc_open()469 struct slcan *sl = (struct slcan *) tty->disc_data; in slcan_receive_buf()[all …]
6 obj-$(CONFIG_CAN_SLCAN) += slcan.o
13 tristate "Serial / USB serial CAN Adaptors (slcan)"28 The slcan driver supports up to 10 CAN netdevices by default which30 also be built as a module. If so, the module will be called slcan.