Home | History | Annotate | Download | only in linux

Lines Matching defs:can_id

53 /* special address description flags for the CAN_ID */
94 * @can_id: CAN ID of the frame and CAN_*_FLAG flags, see canid_t definition
104 canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */
133 * @can_id: CAN ID of the frame and CAN_*_FLAG flags, see canid_t definition
141 canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */
182 * @can_id: relevant bits of CAN ID which are not masked out.
188 * <received_can_id> & mask == can_id & mask
190 * The filter can be inverted (CAN_INV_FILTER bit set in can_id) or it can
194 canid_t can_id;
198 #define CAN_INV_FILTER 0x20000000U /* to be set in can_filter.can_id */