Lines Matching defs:handle
58 static int snd_ctl_hw_close(snd_ctl_t *handle) in snd_ctl_hw_close()
67 static int snd_ctl_hw_nonblock(snd_ctl_t *handle, int nonblock) in snd_ctl_hw_nonblock()
118 static int snd_ctl_hw_subscribe_events(snd_ctl_t *handle, int subscribe) in snd_ctl_hw_subscribe_events()
128 static int snd_ctl_hw_card_info(snd_ctl_t *handle, snd_ctl_card_info_t *info) in snd_ctl_hw_card_info()
138 static int snd_ctl_hw_elem_list(snd_ctl_t *handle, snd_ctl_elem_list_t *list) in snd_ctl_hw_elem_list()
146 static int snd_ctl_hw_elem_info(snd_ctl_t *handle, snd_ctl_elem_info_t *info) in snd_ctl_hw_elem_info()
154 static int snd_ctl_hw_elem_add(snd_ctl_t *handle, snd_ctl_elem_info_t *info) in snd_ctl_hw_elem_add()
167 static int snd_ctl_hw_elem_replace(snd_ctl_t *handle, snd_ctl_elem_info_t *info) in snd_ctl_hw_elem_replace()
180 static int snd_ctl_hw_elem_remove(snd_ctl_t *handle, snd_ctl_elem_id_t *id) in snd_ctl_hw_elem_remove()
188 static int snd_ctl_hw_elem_read(snd_ctl_t *handle, snd_ctl_elem_value_t *control) in snd_ctl_hw_elem_read()
196 static int snd_ctl_hw_elem_write(snd_ctl_t *handle, snd_ctl_elem_value_t *control) in snd_ctl_hw_elem_write()
204 static int snd_ctl_hw_elem_lock(snd_ctl_t *handle, snd_ctl_elem_id_t *id) in snd_ctl_hw_elem_lock()
212 static int snd_ctl_hw_elem_unlock(snd_ctl_t *handle, snd_ctl_elem_id_t *id) in snd_ctl_hw_elem_unlock()
220 static int snd_ctl_hw_elem_tlv(snd_ctl_t *handle, int op_flag, in snd_ctl_hw_elem_tlv()
261 static int snd_ctl_hw_hwdep_next_device(snd_ctl_t *handle, int * device) in snd_ctl_hw_hwdep_next_device()
269 static int snd_ctl_hw_hwdep_info(snd_ctl_t *handle, snd_hwdep_info_t * info) in snd_ctl_hw_hwdep_info()
277 static int snd_ctl_hw_pcm_next_device(snd_ctl_t *handle, int * device) in snd_ctl_hw_pcm_next_device()
285 static int snd_ctl_hw_pcm_info(snd_ctl_t *handle, snd_pcm_info_t * info) in snd_ctl_hw_pcm_info()
293 static int snd_ctl_hw_pcm_prefer_subdevice(snd_ctl_t *handle, int subdev) in snd_ctl_hw_pcm_prefer_subdevice()
301 static int snd_ctl_hw_rawmidi_next_device(snd_ctl_t *handle, int * device) in snd_ctl_hw_rawmidi_next_device()
309 static int snd_ctl_hw_rawmidi_info(snd_ctl_t *handle, snd_rawmidi_info_t * info) in snd_ctl_hw_rawmidi_info()
317 static int snd_ctl_hw_rawmidi_prefer_subdevice(snd_ctl_t *handle, int subdev) in snd_ctl_hw_rawmidi_prefer_subdevice()
325 static int snd_ctl_hw_set_power_state(snd_ctl_t *handle, unsigned int state) in snd_ctl_hw_set_power_state()
333 static int snd_ctl_hw_get_power_state(snd_ctl_t *handle, unsigned int *state) in snd_ctl_hw_get_power_state()
341 static int snd_ctl_hw_read(snd_ctl_t *handle, snd_ctl_event_t *event) in snd_ctl_hw_read()
395 int snd_ctl_hw_open(snd_ctl_t **handle, const char *name, int card, int mode) in snd_ctl_hw_open()