Lines Matching refs:j1939
134 To use J1939, ``#include <linux/can/j1939.h>``. From there, ``<linux/can.h>`` will be
179 } j1939;
185 ``can_addr.j1939.pgn`` specifies the PGN (max 0x3ffff). Individual bits are
188 ``can_addr.j1939.name`` contains the 64-bit J1939 NAME.
190 ``can_addr.j1939.addr`` contains the address.
210 If ``can_addr.j1939.name`` is set (!= 0) the NAME is looked up by the kernel and
211 the corresponding ADDR is used. If ``can_addr.j1939.name`` is not set (== 0),
212 ``can_addr.j1939.addr`` is used.
308 ``j1939.name`` member and provide it to ``bind(2)``. If the name had claimed an address
310 ``j1939.addr`` member will be ignored.
313 Address" message and the kernel will use the ``j1939.addr`` member for that PGN if
322 .can_addr.j1939 = {
355 .can_addr.j1939 = {
362 * NAME provided, does not match the j1939.name provided to bind(2), EPROTO
375 only ``j1939.addr`` changed to the new SA, and must then send a valid address claim
396 .can_addr.j1939 = {
415 .can_addr.j1939 = {