Home
last modified time | relevance | path

Searched full:classical (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v6.1/include/linux/can/
Dlength.h10 * 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/
DKconfig23 tristate "Classical IP over ATM"
26 Classical IP over ATM for PVCs and SVCs, supporting InARP and
Dclip.c2 /* 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/
Drenesas,rcar-canfd.yaml66 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/
Datmclip.h2 /* atmclip.h - Classical IP over ATM */
Datmioc.h37 #define ATMIOC_CLIP 0xe0 /* Classical IP over ATM control, globally u. */
Dcan.h108 * struct can_frame - Classical CAN frame structure (aka CAN 2.0B)
189 * for Classical CAN and CAN FD frames.
/Linux-v6.1/Documentation/networking/
Dcan.rst231 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 …]
Drds.rst396 (though the concept can be extended to other transports). The classical
/Linux-v6.1/drivers/net/can/rcar/
Drcar_canfd.c9 * - 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/
DKconfig19 lightweight (yet rigorous) method that complements classical
/Linux-v6.1/arch/powerpc/platforms/embedded6xx/
DKconfig17 KuroboxHG has been tested. In the future classical Kurobox,
/Linux-v6.1/drivers/net/can/usb/etas_es58x/
Des58x_core.h58 * 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()
Des58x_fd.h97 * @canfd_enabled: boolean (0: Classical CAN, 1: CAN and/or CANFD).
/Linux-v6.1/include/linux/
Dkvm_types.h87 * classical caches, i.e. objects are not returned to the cache on being freed.
/Linux-v6.1/net/can/
Draw.c837 /* 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/
DKconfig9 1Mbit/s for its original release (now known as Classical CAN) and up
/Linux-v6.1/include/uapi/linux/can/
Disotp.h162 /* link layer default values => make use of Classical CAN frames */
Dgw.h101 #define CGW_MOD_DLC 0x02 /* Classical CAN data length code */
/Linux-v6.1/arch/ia64/lib/
Dclear_user.S49 // be ok, we can't tolerate a mistake. A classical example is the case
/Linux-v6.1/Documentation/trace/rv/
Druntime-verification.rst6 complements classical exhaustive verification techniques (such as *model
/Linux-v6.1/net/can/j1939/
Dmain.c45 /* make sure we only get Classical CAN frames */ in j1939_can_recv()
/Linux-v6.1/Documentation/driver-api/
Ddevice_link.rst189 A classical example is when ACPI power management methods on one device
/Linux-v6.1/Documentation/core-api/
Drbtree.rst287 Classical rbtree has a single key and it cannot be directly used to store
/Linux-v6.1/fs/ufs/
Dutil.h373 * These functions work like classical bitmap operations.

12