Home
last modified time | relevance | path

Searched refs:can327 (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/can/
H A Dcan327.c66 struct can327 { struct
746 struct can327 *elm = netdev_priv(dev); in can327_netdev_open()
790 struct can327 *elm = netdev_priv(dev); in can327_netdev_close()
815 struct can327 *elm = netdev_priv(dev); in can327_netdev_start_xmit()
891 struct can327 *elm = tty->disc_data; in can327_ldisc_rx()
953 struct can327 *elm = container_of(work, struct can327, tx_work); in can327_ldisc_tx_worker()
986 struct can327 *elm = tty->disc_data; in can327_ldisc_tx_wakeup()
1009 struct can327 *elm; in can327_ldisc_open()
1018 dev = alloc_candev(sizeof(struct can327), 0); in can327_ldisc_open()
1063 struct can327 *elm = tty->disc_data; in can327_ldisc_close()
[all …]
H A DMakefile20 obj-$(CONFIG_CAN_CAN327) += can327.o
H A DKconfig110 tristate "Serial / USB serial ELM327 based OBD-II Interfaces (can327)"
123 Documentation/networking/device_drivers/can/can327.rst
125 If this driver is built as a module, it will be called can327.
/linux-6.15/Documentation/networking/device_drivers/can/
H A Dcan327.rst3 can327: ELM327 driver for Linux SocketCAN
35 As such, can327 is a best effort driver. However, this is more than
140 for, and are actually a hindrance for can327.
150 At present, can327 does not evaluate this response. See the section
179 which can327 uses to tell the two apart::
214 reception mode on its own and can327 will fall back to "``AT MA``"
256 These chips cannot be used at all with can327. They do not support
H A Dindex.rst13 can327
/linux-6.15/
H A DMAINTAINERS8622 F: Documentation/networking/device_drivers/can/can327.rst
8623 F: drivers/net/can/can327.c