Lines Matching refs:prev
29 …am *substream, snd_pcm_hw_param_t type, int index, const struct snd_mask *prev, const struct snd_m…
30 TP_ARGS(substream, type, index, prev, curr),
50 memcpy(__entry->prev_bits, prev->bits, sizeof(__u32) * 8);
69 …substream, snd_pcm_hw_param_t type, int index, const struct snd_interval *prev, const struct snd_i…
70 TP_ARGS(substream, type, index, prev, curr),
100 __entry->prev_min = prev->min;
101 __entry->prev_max = prev->max;
102 __entry->prev_openmin = prev->openmin;
103 __entry->prev_openmax = prev->openmax;
104 __entry->prev_integer = prev->integer;
105 __entry->prev_empty = prev->empty;