Lines Matching refs:hdl
188 tav_close(void *hdl) in tav_close() argument
194 sc = hdl; in tav_close()
205 tav_query_format(void *hdl, audio_format_query_t *afp) in tav_query_format() argument
212 tav_start_input(void *hdl, void *block, int bsize, in tav_start_input() argument
220 tav_halt_input(void *hdl) in tav_halt_input() argument
227 tav_start_output(void *hdl, void *block, int bsize, in tav_start_output() argument
236 sc = hdl; in tav_start_output()
258 tav_halt_output(void *hdl) in tav_halt_output() argument
264 sc = hdl; in tav_halt_output()
275 tav_getdev(void *hdl, struct audio_device *ret) in tav_getdev() argument
281 sc = hdl; in tav_getdev()
295 tav_round_blocksize(void *hdl, int size, int mode, const audio_params_t *param) in tav_round_blocksize() argument
302 sc = hdl; in tav_round_blocksize()
320 tav_get_props(void *hdl) in tav_get_props() argument
327 tav_get_locks(void *hdl, kmutex_t **intr, kmutex_t **thread) in tav_get_locks() argument
331 sc = hdl; in tav_get_locks()
337 tav_set_format(void *hdl, int setmode, in tav_set_format() argument
345 sc = hdl; in tav_set_format()
363 tav_set_port(void *hdl, mixer_ctrl_t *mc) in tav_set_port() argument
371 tav_get_port(void *hdl, mixer_ctrl_t *mc) in tav_get_port() argument
379 tav_query_devinfo(void *hdl, mixer_devinfo_t *di) in tav_query_devinfo() argument
385 tav_speaker_ctl(void *hdl, int value) in tav_speaker_ctl() argument
391 sc = hdl; in tav_speaker_ctl()