Lines Matching refs:curr
29 …eam, snd_pcm_hw_param_t type, int index, const struct snd_mask *prev, const struct snd_mask *curr),
30 TP_ARGS(substream, type, index, prev, curr),
51 memcpy(__entry->curr_bits, curr->bits, sizeof(__u32) * 8);
69 …_pcm_hw_param_t type, int index, const struct snd_interval *prev, const struct snd_interval *curr),
70 TP_ARGS(substream, type, index, prev, curr),
106 __entry->curr_min = curr->min;
107 __entry->curr_max = curr->max;
108 __entry->curr_openmin = curr->openmin;
109 __entry->curr_openmax = curr->openmax;
110 __entry->curr_integer = curr->integer;
111 __entry->curr_empty = curr->empty;