Home | History | Annotate | Download | only in linux

Lines Matching defs:can_id

54 /* special address description flags for the CAN_ID */
95 * @can_id: CAN ID of the frame and CAN_*_FLAG flags, see canid_t definition
105 canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */
134 * @can_id: CAN ID of the frame and CAN_*_FLAG flags, see canid_t definition
142 canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */
183 * @can_id: relevant bits of CAN ID which are not masked out.
189 * <received_can_id> & mask == can_id & mask
191 * The filter can be inverted (CAN_INV_FILTER bit set in can_id) or it can
195 canid_t can_id;
199 #define CAN_INV_FILTER 0x20000000U /* to be set in can_filter.can_id */