Lines Matching defs:handle
41 static int snd_timer_hw_close(snd_timer_t *handle)
43 snd_timer_t *tmr = handle;
101 static int snd_timer_hw_info(snd_timer_t *handle, snd_timer_info_t * info)
105 tmr = handle;
113 static int snd_timer_hw_params(snd_timer_t *handle, snd_timer_params_t * params)
117 tmr = handle;
125 static int snd_timer_hw_status(snd_timer_t *handle, snd_timer_status_t * status)
130 tmr = handle;
142 static int snd_timer_hw_start(snd_timer_t *handle)
147 tmr = handle;
159 static int snd_timer_hw_stop(snd_timer_t *handle)
164 tmr = handle;
176 static int snd_timer_hw_continue(snd_timer_t *handle)
181 tmr = handle;
193 static ssize_t snd_timer_hw_read(snd_timer_t *handle, void *buffer, size_t size)
198 tmr = handle;
220 int snd_timer_hw_open(snd_timer_t **handle, const char *name, int dev_class, int dev_sclass, int card, int device, int subdevice, int mode)
226 *handle = NULL;
280 *handle = tmr;