Searched defs:hwdep (Results 1 - 2 of 2) sorted by relevance
/third_party/alsa-lib/src/hwdep/ |
H A D | hwdep_hw.c | 38 static int snd_hwdep_hw_close(snd_hwdep_t *hwdep) in snd_hwdep_hw_close() argument 46 static int snd_hwdep_hw_nonblock(snd_hwdep_t *hwdep, int nonblock) in snd_hwdep_hw_nonblock() argument 61 static int snd_hwdep_hw_info(snd_hwdep_t *hwdep, snd_hwdep_info_t *info) in snd_hwdep_hw_info() argument 69 snd_hwdep_hw_ioctl(snd_hwdep_t *hwdep, unsigned int request, void * arg) snd_hwdep_hw_ioctl() argument 77 snd_hwdep_hw_write(snd_hwdep_t *hwdep, const void *buffer, size_t size) snd_hwdep_hw_write() argument 87 snd_hwdep_hw_read(snd_hwdep_t *hwdep, void *buffer, size_t size) snd_hwdep_hw_read() argument 110 snd_hwdep_t *hwdep; snd_hwdep_hw_open() local 148 _snd_hwdep_hw_open(snd_hwdep_t **hwdep, char *name, snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf, int mode) _snd_hwdep_hw_open() argument [all...] |
H A D | hwdep.c | 39 static int snd_hwdep_open_conf(snd_hwdep_t **hwdep, in snd_hwdep_open_conf() argument 145 static int snd_hwdep_open_noupdate(snd_hwdep_t **hwdep, snd_config_t *root, const char *name, int mode) in snd_hwdep_open_noupdate() argument 169 int snd_hwdep_open(snd_hwdep_t **hwdep, cons argument 194 snd_hwdep_open_lconf(snd_hwdep_t **hwdep, const char *name, int mode, snd_config_t *lconf) snd_hwdep_open_lconf() argument 209 snd_hwdep_close(snd_hwdep_t *hwdep) snd_hwdep_close() argument 229 snd_hwdep_name(snd_hwdep_t *hwdep) snd_hwdep_name() argument 242 snd_hwdep_type(snd_hwdep_t *hwdep) snd_hwdep_type() argument 253 snd_hwdep_poll_descriptors_count(snd_hwdep_t *hwdep) snd_hwdep_poll_descriptors_count() argument 266 snd_hwdep_poll_descriptors(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int space) snd_hwdep_poll_descriptors() argument 297 snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) snd_hwdep_poll_descriptors_revents() argument 313 snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock) snd_hwdep_nonblock() argument 448 snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info) snd_hwdep_info() argument 462 snd_hwdep_ioctl(snd_hwdep_t *hwdep, unsigned int request, void * arg) snd_hwdep_ioctl() argument 474 snd_hwdep_write(snd_hwdep_t *hwdep, const void *buffer, size_t size) snd_hwdep_write() argument 488 snd_hwdep_read(snd_hwdep_t *hwdep, void *buffer, size_t size) snd_hwdep_read() argument 502 snd_hwdep_dsp_status(snd_hwdep_t *hwdep, snd_hwdep_dsp_status_t *info) snd_hwdep_dsp_status() argument 515 snd_hwdep_dsp_load(snd_hwdep_t *hwdep, snd_hwdep_dsp_image_t *block) snd_hwdep_dsp_load() argument [all...] |
Completed in 2 milliseconds