Lines Matching refs:data
302 static inline void snd_pcm_unpack_audio_tstamp_config(__u32 data,
305 config->type_requested = data & 0xF;
306 config->report_delay = (data >> 4) & 1;
327 static inline void snd_pcm_pack_audio_tstamp_report(__u32 *data, __u32 *accuracy,
338 *data &= 0xffff; /* zero-clear MSBs */
339 *data |= (tmp << 16);
804 * Checks whether enough capture data is available on the capture buffer.
815 * snd_pcm_playback_data - check whether any data exists on the playback buffer
818 * Checks whether any data exists on the playback buffer.
820 * Return: Non-zero if any data exists, or zero if not. If stop_threshold
1200 int type, struct device *data,
1203 int type, void *data,
1209 struct device *data, size_t size, size_t max);
1211 struct device *data,
1389 void *private_data; /* optional: private data pointer */