Lines Matching defs:temp
3631 bool temp)
3638 (temp && channel->sync_events_state == SYNC_EVENTS_DISABLED))
3651 channel->sync_events_state = temp ? SYNC_EVENTS_QUIESCENT :
3658 bool temp)
3664 (temp && channel->sync_events_state == SYNC_EVENTS_QUIESCENT))
3670 channel->sync_events_state = temp ? SYNC_EVENTS_QUIESCENT :
3687 bool temp)
3689 int (*set)(struct efx_channel *channel, bool temp);
3698 int rc = set(channel, temp);
3700 efx_ef10_ptp_set_ts_sync_events(efx, false, temp);