Lines Matching refs:j1939
172 To use J1939, ``#include <linux/can/j1939.h>``. From there, ``<linux/can.h>`` will be
217 } j1939;
223 ``can_addr.j1939.pgn`` specifies the PGN (max 0x3ffff). Individual bits are
226 ``can_addr.j1939.name`` contains the 64-bit J1939 NAME.
228 ``can_addr.j1939.addr`` contains the address.
248 If ``can_addr.j1939.name`` is set (!= 0) the NAME is looked up by the kernel and
249 the corresponding ADDR is used. If ``can_addr.j1939.name`` is not set (== 0),
250 ``can_addr.j1939.addr`` is used.
346 ``j1939.name`` member and provide it to ``bind(2)``. If the name had claimed an address
348 ``j1939.addr`` member will be ignored.
351 Address" message and the kernel will use the ``j1939.addr`` member for that PGN if
360 .can_addr.j1939 = {
393 .can_addr.j1939 = {
400 * NAME provided, does not match the j1939.name provided to bind(2), EPROTO
413 only ``j1939.addr`` changed to the new SA, and must then send a valid address claim
434 .can_addr.j1939 = {
453 .can_addr.j1939 = {