Searched full:classical (Results 1 – 25 of 40) sorted by relevance
12
/Linux-v6.1/include/linux/can/ |
D | length.h | 10 * Size of a Classical CAN Standard Frame 33 * Size of a Classical CAN Extended Frame 114 * Maximum size of a Classical CAN frame 127 * Classical CAN frame into a valid data length of max. 8 bytes. 134 /* helper to get the data length code (DLC) for Classical CAN raw DLC access */ 147 /* helper to set len and len8_dlc value for Classical CAN raw DLC access */
|
/Linux-v6.1/net/atm/ |
D | Kconfig | 23 tristate "Classical IP over ATM" 26 Classical IP over ATM for PVCs and SVCs, supporting InARP and
|
D | clip.c | 2 /* net/atm/clip.c - RFC1577 Classical IP over ATM */ 928 MODULE_DESCRIPTION("Classical/IP over ATM interface");
|
/Linux-v6.1/Documentation/devicetree/bindings/net/can/ |
D | renesas,rcar-canfd.yaml | 66 Classical CAN only mode. The mode is global to both the channels. 67 Specify this property to put the controller in Classical CAN only mode.
|
/Linux-v6.1/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.
|
/Linux-v6.1/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 */ 1370 The data length code was a 1:1 mapping to the payload length in the Classical 1378 MTU = 16 (CAN_MTU) => sizeof(struct can_frame) => Classical CAN device [all …]
|
D | rds.rst | 396 (though the concept can be extended to other transports). The classical
|
/Linux-v6.1/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 119 /* RSCFDnCmCFG - Classical CAN only */ 272 /* This controller supports either Classical CAN only mode or CAN FD only mode. 277 * The CAN FD only mode specific registers & Classical CAN only mode specific 396 /* Classical CAN only mode register map */ 437 /* R-Car V3U Classical and CAN FD mode specific register map */ 547 bool fdmode; /* CAN FD or Classical CAN only mode */ 580 /* Classical CAN mode bitrate constants */ 1336 /* Classical CAN only mode */ in rcar_canfd_set_bittiming() [all …]
|
/Linux-v6.1/kernel/trace/rv/ |
D | Kconfig | 19 lightweight (yet rigorous) method that complements classical
|
/Linux-v6.1/arch/powerpc/platforms/embedded6xx/ |
D | Kconfig | 17 KuroboxHG has been tested. In the future classical Kurobox,
|
/Linux-v6.1/drivers/net/can/usb/etas_es58x/ |
D | es58x_core.h | 58 * set, the device only supports classical CAN. 244 * @tx_can_msg_is_fd: false: all messages in @tx_urb are Classical 246 * ES58X FD devices do not allow to mix Classical CAN and FD CAN 671 /* 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).
|
/Linux-v6.1/include/linux/ |
D | kvm_types.h | 87 * classical caches, i.e. objects are not returned to the cache on being freed.
|
/Linux-v6.1/net/can/ |
D | raw.c | 837 /* CAN XL, CAN FD and Classical CAN */ in raw_sendmsg() 842 /* CAN FD and Classical CAN */ in raw_sendmsg() 846 /* Classical CAN */ in raw_sendmsg()
|
/Linux-v6.1/drivers/net/can/ |
D | Kconfig | 9 1Mbit/s for its original release (now known as Classical CAN) and up
|
/Linux-v6.1/include/uapi/linux/can/ |
D | isotp.h | 162 /* link layer default values => make use of Classical CAN frames */
|
D | gw.h | 101 #define CGW_MOD_DLC 0x02 /* Classical CAN data length code */
|
/Linux-v6.1/arch/ia64/lib/ |
D | clear_user.S | 49 // be ok, we can't tolerate a mistake. A classical example is the case
|
/Linux-v6.1/Documentation/trace/rv/ |
D | runtime-verification.rst | 6 complements classical exhaustive verification techniques (such as *model
|
/Linux-v6.1/net/can/j1939/ |
D | main.c | 45 /* make sure we only get Classical CAN frames */ in j1939_can_recv()
|
/Linux-v6.1/Documentation/driver-api/ |
D | device_link.rst | 189 A classical example is when ACPI power management methods on one device
|
/Linux-v6.1/Documentation/core-api/ |
D | rbtree.rst | 287 Classical rbtree has a single key and it cannot be directly used to store
|
/Linux-v6.1/fs/ufs/ |
D | util.h | 373 * These functions work like classical bitmap operations.
|
12