Searched full:classical (Results 1 – 25 of 68) sorted by relevance
123
| /kernel/linux/linux-6.6/include/linux/can/ |
| D | length.h | 16 * Size of a Classical CAN Standard Frame header in bits 34 * Size of a Classical CAN Extended Frame header in bits 210 * @is_fd: true: CAN-FD frame; false: Classical CAN frame. 246 * Maximum size of a Classical CAN frame 259 * Classical CAN frame into a valid data length of max. 8 bytes. 266 /* helper to get the data length code (DLC) for Classical CAN raw DLC access */ 279 /* helper to set len and len8_dlc value for Classical CAN raw DLC access */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/can/ |
| D | rcar_canfd.txt | 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.
|
| /kernel/linux/linux-6.6/net/atm/ |
| D | Kconfig | 23 tristate "Classical IP over ATM" 26 Classical IP over ATM for PVCs and SVCs, supporting InARP and
|
| /kernel/linux/linux-5.10/net/atm/ |
| D | Kconfig | 23 tristate "Classical IP over ATM" 26 Classical IP over ATM for PVCs and SVCs, supporting InARP and
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/can/ |
| D | renesas,rcar-canfd.yaml | 67 Classical CAN only mode. The mode is global to all channels. 68 Specify this property to put the controller in Classical CAN only mode.
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | atmclip.h | 2 /* atmclip.h - Classical IP over ATM */
|
| D | atmioc.h | 37 #define ATMIOC_CLIP 0xe0 /* Classical IP over ATM control, globally u. */
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | atmclip.h | 2 /* atmclip.h - Classical IP over ATM */
|
| D | atmioc.h | 37 #define ATMIOC_CLIP 0xe0 /* Classical IP over ATM control, globally u. */
|
| D | can.h | 108 * struct can_frame - Classical CAN frame structure (aka CAN 2.0B) 189 * for Classical CAN and CAN FD frames.
|
| /kernel/linux/linux-6.6/tools/verification/rv/ |
| D | README.txt | 4 complements classical exhaustive verification techniques (such as model
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | kvm_types.h | 69 * classical caches, i.e. objects are not returned to the cache on being freed.
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | can.rst | 231 The Classical CAN frame structure (aka CAN 2.0B), the CAN FD frame structure 257 To pass the raw DLC from/to a Classical CAN network device the len8_dlc 407 and Classical CAN frames simultaneously (see :ref:`socketcan-rawfd`). 443 #define CAN_MTU (sizeof(struct can_frame)) == 16 => Classical CAN frame 647 printf("got Classical CAN frame with length %d\n", cfd.len); 661 been received from the socket a Classical CAN frame has been read into the 671 socket option returns an error: No problem. You'll get Classical CAN frames 1110 dev->mtu = CAN_MTU; /* sizeof(struct can_frame) -> Classical CAN interface */ 1403 The data length code was a 1:1 mapping to the payload length in the Classical 1411 MTU = 16 (CAN_MTU) => sizeof(struct can_frame) => Classical CAN device [all …]
|
| /kernel/linux/linux-5.10/drivers/net/can/rcar/ |
| D | rcar_canfd.c | 9 * - Classical CAN (CAN 2.0) only mode 15 * To switch the controller to Classical CAN (CAN 2.0) only mode, add 106 /* RSCFDnCmCFG - Classical CAN only */ 246 /* This controller supports either Classical CAN only mode or CAN FD only mode. 251 * The CAN FD only mode specific registers & Classical CAN only mode specific 372 /* Classical CAN only mode register map */ 515 bool fdmode; /* CAN FD or Classical CAN only mode */ 544 /* Classical CAN mode bitrate constants */ 1216 /* Classical CAN only mode */ in rcar_canfd_set_bittiming() 1591 /* Controller starts in Classical CAN only mode */ in rcar_canfd_channel_probe() [all …]
|
| /kernel/linux/linux-6.6/kernel/trace/rv/ |
| D | Kconfig | 19 lightweight (yet rigorous) method that complements classical
|
| /kernel/linux/linux-6.6/drivers/net/can/rcar/ |
| D | rcar_canfd.c | 9 * - Classical CAN (CAN 2.0) only mode 15 * To switch the controller to Classical CAN (CAN 2.0) only mode, add 113 /* RSCFDnCmCFG - Classical CAN only */ 267 /* This controller supports either Classical CAN only mode or CAN FD only mode. 272 * The CAN FD only mode specific registers & Classical CAN only mode specific 391 /* Classical CAN only mode register map */ 432 /* R-Car Gen4 Classical and CAN FD mode specific register map */ 550 bool fdmode; /* CAN FD or Classical CAN only mode */ 582 /* Classical CAN mode bitrate constants */ 1346 /* Classical CAN only mode */ in rcar_canfd_set_bittiming() [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/embedded6xx/ |
| D | Kconfig | 17 KuroboxHG has been tested. In the future classical Kurobox,
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/ |
| D | Kconfig | 17 KuroboxHG has been tested. In the future classical Kurobox,
|
| /kernel/linux/linux-6.6/drivers/net/can/usb/etas_es58x/ |
| D | es58x_core.h | 59 * set, the device only supports classical CAN. 246 * @tx_can_msg_is_fd: false: all messages in @tx_urb are Classical 248 * ES58X FD devices do not allow to mix Classical CAN and FD CAN 714 /* Remote frames are only defined in Classical CAN frames */ in es58x_get_flags()
|
| D | es58x_fd.h | 97 * @canfd_enabled: boolean (0: Classical CAN, 1: CAN and/or CANFD).
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | kvm_types.h | 88 * classical caches, i.e. objects are not returned to the cache on being freed.
|
| /kernel/linux/linux-5.10/Documentation/bpf/ |
| D | index.rst | 10 :ref:`networking-filter`, which describe both classical and extended
|
| /kernel/linux/linux-5.10/include/uapi/linux/can/ |
| D | isotp.h | 162 /* link layer default values => make use of Classical CAN frames */
|
| /kernel/linux/linux-6.6/include/uapi/linux/can/ |
| D | isotp.h | 162 /* link layer default values => make use of Classical CAN frames */
|
| /kernel/linux/linux-6.6/drivers/net/can/ |
| D | Kconfig | 9 1Mbit/s for its original release (now known as Classical CAN) and up
|
123