| /OK3568_Linux_fs/kernel/net/can/ |
| H A D | Kconfig | 3 # Controller Area Network (CAN) network layer core configuration 6 menuconfig CAN config 8 tristate "CAN bus subsystem support" 10 Controller Area Network (CAN) is a slow (up to 1Mbit/s) serial 11 communications protocol. Development of the CAN bus started in 13 released in 1986. The CAN bus was originally mainly for automotive, 15 applications. More information on the CAN network protocol family 18 If you want CAN support you should say Y here and also to the 21 if CAN 24 tristate "Raw CAN Protocol (raw access with CAN-ID filtering)" [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | can.rst | 8 The socketcan package is an implementation of CAN protocols 9 (Controller Area Network) for Linux. CAN is a networking technology 11 automotive fields. While there have been other CAN implementations 13 socket API, the Linux network stack and implements the CAN device 14 drivers as network interfaces. The CAN socket API has been designed 16 familiar with network programming, to easily learn how to use CAN 25 There have been CAN implementations for Linux before SocketCAN so the 27 implementations come as a device driver for some CAN hardware, they 31 receive raw CAN frames, directly to/from the controller hardware. 36 the CAN controller requires employment of another device driver and [all …]
|
| H A D | can_ucan_protocol.rst | 5 UCAN is the protocol used by the microcontroller-based USB-CAN 10 It is modeled closely after how Linux represents CAN devices 25 The device sends CAN data frames and CAN error frames 28 The driver sends CAN data frames on the out endpoint 36 To support multiple CAN interfaces in a single USB device all 82 Bring the CAN interface up. 96 Stop the CAN interface 106 Reset the CAN controller (including error counters) 166 Setup hardware CAN filters. Not yet supported by the driver. 226 Data received from the CAN bus (ID + payload). [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/ |
| H A D | rcar_can.txt | 1 Renesas R-Car CAN controller Device Tree Bindings 5 - compatible: "renesas,can-r8a7742" if CAN controller is a part of R8A7742 SoC. 6 "renesas,can-r8a7743" if CAN controller is a part of R8A7743 SoC. 7 "renesas,can-r8a7744" if CAN controller is a part of R8A7744 SoC. 8 "renesas,can-r8a7745" if CAN controller is a part of R8A7745 SoC. 9 "renesas,can-r8a77470" if CAN controller is a part of R8A77470 SoC. 10 "renesas,can-r8a774a1" if CAN controller is a part of R8A774A1 SoC. 11 "renesas,can-r8a774b1" if CAN controller is a part of R8A774B1 SoC. 12 "renesas,can-r8a774c0" if CAN controller is a part of R8A774C0 SoC. 13 "renesas,can-r8a774e1" if CAN controller is a part of R8A774E1 SoC. [all …]
|
| H A D | xilinx_can.txt | 1 Xilinx Axi CAN/Zynq CANPS controller Device Tree Bindings 6 - "xlnx,zynq-can-1.0" for Zynq CAN controllers 7 - "xlnx,axi-can-1.00.a" for Axi CAN controllers 8 - "xlnx,canfd-1.0" for CAN FD controllers 9 - "xlnx,canfd-2.0" for CAN FD 2.0 controllers 16 - "can_clk", "s_axi_aclk" (For AXI CAN and CAN FD). 19 - tx-fifo-depth : Can Tx fifo depth (Zynq, Axi CAN). 20 - rx-fifo-depth : Can Rx fifo depth (Zynq, Axi CAN, CAN FD in 22 - tx-mailbox-count : Can Tx mailbox buffer count (CAN FD). 23 - rx-mailbox-count : Can Rx mailbox buffer count (CAN FD in mailbox Rx [all …]
|
| H A D | holt_hi311x.txt | 1 * Holt HI-311X stand-alone CAN controller device tree bindings 7 - clocks: The clock feeding the CAN controller. 8 - interrupts: Should contain IRQ line for the CAN controller. 11 - vdd-supply: Regulator that powers the CAN controller. 12 - xceiver-supply: Regulator that powers the CAN transceiver.
|
| H A D | microchip,mcp251x.txt | 1 * Microchip MCP251X stand-alone CAN controller device tree bindings 9 - clocks: The clock feeding the CAN controller. 10 - interrupts: Should contain IRQ line for the CAN controller. 13 - vdd-supply: Regulator that powers the CAN controller. 14 - xceiver-supply: Regulator that powers the CAN transceiver.
|
| H A D | rcar_canfd.txt | 1 Renesas R-Car CAN FD controller Device Tree Bindings 23 - reg: physical base address and size of the R-Car CAN FD register map. 38 In the denoted SoCs, canfd clock is a div6 clock and can be used by both CAN 39 and CAN FD controller at the same time. It needs to be scaled to maximum 47 The controller can operate in either CAN FD only mode (default) or 48 Classical CAN only mode. The mode is global to both the channels. In order to 50 - renesas,no-can-fd: puts the controller in Classical CAN only mode. 83 E.g. below enables Channel 1 alone in the board in Classical CAN only mode.
|
| H A D | atmel-can.txt | 1 * AT91 CAN * 6 - reg: Should contain CAN controller registers location and length 7 - interrupts: Should contain IRQ line for the CAN controller
|
| H A D | ifi_canfd.txt | 6 - reg: Should contain CAN controller registers location and length 7 - interrupts: Should contain IRQ line for the CAN controller
|
| H A D | rockchip_can.txt | 1 Rockchip CAN controller Device Tree Bindings 6 - "rockchip,can-1.0" for CAN controllers 1.0
|
| /OK3568_Linux_fs/kernel/drivers/net/can/ |
| H A D | Kconfig | 2 menu "CAN Device Drivers" 5 tristate "Virtual Local CAN Interface (vcan)" 8 virtual local CAN interface. 14 tristate "Virtual CAN Tunnel (vxcan)" 17 local CAN traffic tunnel between two virtual CAN network devices. 22 In opposite to vcan loopback devices the vxcan only forwards CAN 24 CAN frames. To disable a potential echo in af_can.c the vxcan driver 26 in each namespace the CAN GW hop counter is set to zero. 32 tristate "Serial / USB serial CAN Adaptors (slcan)" 35 CAN driver for several 'low cost' CAN interfaces that are attached [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/can/usb/ |
| H A D | Kconfig | 2 menu "CAN USB interfaces" 12 tristate "EMS CPC-USB/ARM7 CAN/USB interface" 14 This driver is for the one channel CPC-USB/ARM7 CAN/USB interface 18 tristate "ESD USB/2 CAN/USB interface" 20 This driver supports the CAN-USB/2 interface 27 candleLight USB CAN interfaces USB/CAN devices 33 tristate "Kvaser CAN/USB interface" 35 This driver adds support for Kvaser CAN/USB devices like Kvaser 84 tristate "Microchip CAN BUS Analyzer interface" 86 This driver supports the CAN BUS Analyzer interface [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A D | lirc-get-features.rst | 41 .. _LIRC-CAN-REC-RAW: 47 .. _LIRC-CAN-REC-PULSE: 54 .. _LIRC-CAN-REC-MODE2: 64 .. _LIRC-CAN-REC-LIRCCODE: 70 .. _LIRC-CAN-REC-SCANCODE: 77 .. _LIRC-CAN-SET-SEND-CARRIER: 84 .. _LIRC-CAN-SET-SEND-DUTY-CYCLE: 91 .. _LIRC-CAN-SET-TRANSMITTER-MASK: 98 .. _LIRC-CAN-SET-REC-CARRIER: 105 .. _LIRC-CAN-SET-REC-DUTY-CYCLE-RANGE: [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/can/peak_canfd/ |
| H A D | Kconfig | 7 CAN-FD cards family. 8 These 1x or 2x CAN-FD channels cards offer CAN 2.0 a/b as well as 9 CAN-FD access to the CAN bus. Besides the nominal bitrate of up to 10 1 Mbit/s, the data bytes of CAN-FD frames can be transmitted with 11 up to 12 Mbit/s. A galvanic isolation of the CAN ports protects the
|
| /OK3568_Linux_fs/kernel/drivers/net/can/rcar/ |
| H A D | Kconfig | 3 tristate "Renesas R-Car CAN controller" 6 Say Y here if you want to use CAN controller found on Renesas R-Car 13 tristate "Renesas R-Car CAN FD controller" 16 Say Y here if you want to use CAN FD controller found on 17 Renesas R-Car SoCs. The driver puts the controller in CAN FD only 19 dedicated CAN 2.0 mode.
|
| /OK3568_Linux_fs/kernel/drivers/net/can/spi/ |
| H A D | Kconfig | 2 menu "CAN SPI interfaces" 6 tristate "Holt HI311x SPI CAN controllers" 8 Driver for the Holt HI311x SPI CAN controllers. 11 tristate "Microchip MCP251x and MCP25625 SPI CAN controllers" 13 Driver for the Microchip MCP251x and MCP25625 SPI CAN
|
| /OK3568_Linux_fs/kernel/drivers/net/can/sja1000/ |
| H A D | Kconfig | 25 tristate "Fintek F81601 PCIE to 2 CAN Controller" 28 This driver adds support for Fintek F81601 PCIE to 2 CAN 74 This driver is for CAN interface cards based on 79 - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/) 80 - esd CAN-PCI/PMC/266 81 - esd CAN-PCIe/2000 82 - Marathon CAN-bus-PCI card (http://www.marathon.ru/) 86 - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)
|
| /OK3568_Linux_fs/kernel/drivers/net/can/softing/ |
| H A D | Kconfig | 3 tristate "Softing Gmbh CAN generic support" 6 Support for CAN cards from Softing Gmbh & some cards 8 Softing Gmbh CAN cards come with 1 or 2 physical buses. 20 tristate "Softing Gmbh CAN pcmcia cards" 30 In order to use the card as CAN device, you need the Softing generic
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | am335x-netcan-plus-1xx.dts | 42 AM33XX_PADCONF(AM335X_PIN_UART1_RXD, PIN_OUTPUT_PULLDOWN, MUX_MODE7) /* CAN Data LED */ 43 AM33XX_PADCONF(AM335X_PIN_UART1_TXD, PIN_OUTPUT_PULLDOWN, MUX_MODE7) /* CAN Error LED */ 49 AM33XX_PADCONF(AM335X_PIN_UART0_CTSN, PIN_OUTPUT, MUX_MODE2) /* CAN TX */ 50 AM33XX_PADCONF(AM335X_PIN_UART0_RTSN, PIN_INPUT, MUX_MODE2) /* CAN RX */
|
| /OK3568_Linux_fs/kernel/drivers/net/can/rockchip/ |
| H A D | Kconfig | 2 prompt "CAN driver choice,FD driver to achieve CAN function" 5 tristate "Rockchip CAN controller" 8 Say Y here if you want to use CAN controller found on Rockchip SoCs.
|
| /OK3568_Linux_fs/kernel/drivers/net/can/mscan/ |
| H A D | Kconfig | 8 implementation of the Motorola Scalable CAN concept targeted for 14 tristate "Freescale MPC5xxx onboard CAN controller" 18 onboard CAN controller. Currently, the MPC5200, MPC5200B and
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | xyzModem.c | 39 #define CAN 0x18 macro 284 case CAN: in xyzModem_get_hdr() 631 CYGACC_COMM_IF_PUTC (*xyz.__chan, CAN); in xyzModem_stream_terminate() 632 CYGACC_COMM_IF_PUTC (*xyz.__chan, CAN); in xyzModem_stream_terminate() 633 CYGACC_COMM_IF_PUTC (*xyz.__chan, CAN); in xyzModem_stream_terminate() 634 CYGACC_COMM_IF_PUTC (*xyz.__chan, CAN); in xyzModem_stream_terminate()
|
| H A D | zm.c | 213 if (c == CAN && (c = READLINE_PF(Rxtimeout)) < 0) in zdlread2() 215 if (c == CAN && (c = READLINE_PF(Rxtimeout)) < 0) in zdlread2() 217 if (c == CAN && (c = READLINE_PF(Rxtimeout)) < 0) in zdlread2() 220 case CAN: in zdlread2() 687 case CAN: in zgethdr() 702 case CAN: in zgethdr() 754 case CAN: in zgethdr()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/spi/mcp251xfd/ |
| H A D | Kconfig | 4 tristate "Microchip MCP251xFD SPI CAN controllers" 7 Driver for the Microchip MCP251XFD SPI FD-CAN controller
|