Lines Matching defs:state
89 /* esd bus state event codes */
304 u8 state = msg->rx.ev_can_err_ext.status;
311 "CAN_ERR_EV_EXT: dlc=%#02x state=%02x ecc=%02x rec=%02x tec=%02x\n",
312 msg->rx.dlc, state, ecc,
315 /* if berr-reporting is off, only pass through on state change ... */
317 state == priv->old_state)
324 if (state != priv->old_state) {
328 priv->old_state = state;
330 switch (state & ESD_USB_BUSSTATE_MASK) {
348 if (new_state != priv->can.state) {
755 priv->can.state = CAN_STATE_ERROR_ACTIVE;
979 priv->can.state = CAN_STATE_STOPPED;
1214 priv->can.state = CAN_STATE_STOPPED;