• Home
  • Raw
  • Download

Lines Matching defs:obj

381 int snd_hwdep_info_get_card(const snd_hwdep_info_t *obj)  in snd_hwdep_info_get_card()
403 const char *snd_hwdep_info_get_id(const snd_hwdep_info_t *obj) in snd_hwdep_info_get_id()
414 const char *snd_hwdep_info_get_name(const snd_hwdep_info_t *obj) in snd_hwdep_info_get_name()
425 snd_hwdep_iface_t snd_hwdep_info_get_iface(const snd_hwdep_info_t *obj) in snd_hwdep_info_get_iface()
436 void snd_hwdep_info_set_device(snd_hwdep_info_t *obj, unsigned int val) in snd_hwdep_info_set_device()
577 unsigned int snd_hwdep_dsp_status_get_version(const snd_hwdep_dsp_status_t *obj) in snd_hwdep_dsp_status_get_version()
588 const char *snd_hwdep_dsp_status_get_id(const snd_hwdep_dsp_status_t *obj) in snd_hwdep_dsp_status_get_id()
599 unsigned int snd_hwdep_dsp_status_get_num_dsps(const snd_hwdep_dsp_status_t *obj) in snd_hwdep_dsp_status_get_num_dsps()
621 unsigned int snd_hwdep_dsp_status_get_chip_ready(const snd_hwdep_dsp_status_t *obj) in snd_hwdep_dsp_status_get_chip_ready()
682 unsigned int snd_hwdep_dsp_image_get_index(const snd_hwdep_dsp_image_t *obj) in snd_hwdep_dsp_image_get_index()
693 const char *snd_hwdep_dsp_image_get_name(const snd_hwdep_dsp_image_t *obj) in snd_hwdep_dsp_image_get_name()
704 size_t snd_hwdep_dsp_image_get_length(const snd_hwdep_dsp_image_t *obj) in snd_hwdep_dsp_image_get_length()
715 const void *snd_hwdep_dsp_image_get_image(const snd_hwdep_dsp_image_t *obj) in snd_hwdep_dsp_image_get_image()
726 void snd_hwdep_dsp_image_set_index(snd_hwdep_dsp_image_t *obj, unsigned int index) in snd_hwdep_dsp_image_set_index()
737 void snd_hwdep_dsp_image_set_name(snd_hwdep_dsp_image_t *obj, const char *name) in snd_hwdep_dsp_image_set_name()
749 void snd_hwdep_dsp_image_set_length(snd_hwdep_dsp_image_t *obj, size_t length) in snd_hwdep_dsp_image_set_length()
760 void snd_hwdep_dsp_image_set_image(snd_hwdep_dsp_image_t *obj, void *image) in snd_hwdep_dsp_image_set_image()