Searched refs:can327 (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/can/ |
D | can327.c | 66 struct can327 { struct 119 static inline void can327_uart_side_failure(struct can327 *elm); argument 121 static void can327_send(struct can327 *elm, const void *buf, size_t len) in can327_send() 158 static void can327_kick_into_cmd_mode(struct can327 *elm) in can327_kick_into_cmd_mode() 171 static void can327_send_frame(struct can327 *elm, struct can_frame *frame) in can327_send_frame() 234 static void can327_init_device(struct can327 *elm) in can327_init_device() 262 static void can327_feed_frame_to_netdev(struct can327 *elm, struct sk_buff *skb) in can327_feed_frame_to_netdev() 282 static inline void can327_uart_side_failure(struct can327 *elm) in can327_uart_side_failure() 327 static void can327_parse_error(struct can327 *elm, size_t len) in can327_parse_error() 391 static int can327_parse_frame(struct can327 *elm, size_t len) in can327_parse_frame() [all …]
|
D | Makefile | 17 obj-$(CONFIG_CAN_CAN327) += can327.o
|
D | Kconfig | 97 tristate "Serial / USB serial ELM327 based OBD-II Interfaces (can327)" 110 Documentation/networking/device_drivers/can/can327.rst 112 If this driver is built as a module, it will be called can327.
|
/linux-6.1.9/Documentation/networking/device_drivers/can/ |
D | can327.rst | 3 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
|
D | index.rst | 13 can327
|
/linux-6.1.9/ |
D | MAINTAINERS | 7557 F: Documentation/networking/device_drivers/can/can327.rst 7558 F: drivers/net/can/can327.c
|