Home
last modified time | relevance | path

Searched defs:hw (Results 1 – 25 of 65) sorted by relevance

123

/sound/pci/ctxfi/
Dcthardware.h72 struct hw { struct
73 int (*card_init)(struct hw *hw, struct card_conf *info); argument
74 int (*card_stop)(struct hw *hw); argument
75 int (*pll_init)(struct hw *hw, unsigned int rsr); argument
77 int (*suspend)(struct hw *hw); argument
78 int (*resume)(struct hw *hw, struct card_conf *info); argument
80 int (*is_adc_source_selected)(struct hw *hw, enum ADCSRC source); argument
81 int (*select_adc_source)(struct hw *hw, enum ADCSRC source); argument
82 struct capabilities (*capabilities)(struct hw *hw); argument
83 int (*output_switch_get)(struct hw *hw); argument
[all …]
Dctsrc.c40 struct hw *hw; in src_set_state() local
50 struct hw *hw; in src_set_bm() local
60 struct hw *hw; in src_set_sf() local
70 struct hw *hw; in src_set_pm() local
80 struct hw *hw; in src_set_rom() local
90 struct hw *hw; in src_set_vo() local
100 struct hw *hw; in src_set_st() local
110 struct hw *hw; in src_set_bp() local
120 struct hw *hw; in src_set_cisz() local
130 struct hw *hw; in src_set_ca() local
[all …]
Dcthw20k1.c31 struct hw hw; member
363 static int src_commit_write(struct hw *hw, unsigned int idx, void *blk) in src_commit_write()
420 static int src_get_ca(struct hw *hw, unsigned int idx, void *blk) in src_get_ca()
462 static int src_mgr_commit_write(struct hw *hw, void *blk) in src_mgr_commit_write()
563 static int srcimp_mgr_commit_write(struct hw *hw, void *blk) in srcimp_mgr_commit_write()
667 static int amixer_commit_write(struct hw *hw, unsigned int idx, void *blk) in amixer_commit_write()
882 static int dai_commit_write(struct hw *hw, unsigned int idx, void *blk) in dai_commit_write()
928 static int dao_commit_write(struct hw *hw, unsigned int idx, void *blk) in dao_commit_write()
1102 static int daio_mgr_commit_write(struct hw *hw, void *blk) in daio_mgr_commit_write()
1143 static int daio_mgr_get_ctrl_blk(struct hw *hw, void **rblk) in daio_mgr_get_ctrl_blk()
[all …]
Dctamixer.c61 struct hw *hw; in amixer_set_input() local
78 struct hw *hw; in amixer_set_y() local
88 struct hw *hw; in amixer_set_invalid_squash() local
98 struct hw *hw; in amixer_set_sum() local
115 struct hw *hw; in amixer_commit_write() local
161 struct hw *hw; in amixer_commit_raw_write() local
173 struct hw *hw; in amixer_get_y() local
300 int amixer_mgr_create(struct hw *hw, struct amixer_mgr **ramixer_mgr) in amixer_mgr_create()
455 int sum_mgr_create(struct hw *hw, struct sum_mgr **rsum_mgr) in sum_mgr_create()
Dcthw20k2.c30 struct hw hw; member
363 static int src_commit_write(struct hw *hw, unsigned int idx, void *blk) in src_commit_write()
420 static int src_get_ca(struct hw *hw, unsigned int idx, void *blk) in src_get_ca()
462 static int src_mgr_commit_write(struct hw *hw, void *blk) in src_mgr_commit_write()
561 static int srcimp_mgr_commit_write(struct hw *hw, void *blk) in srcimp_mgr_commit_write()
669 static int amixer_commit_write(struct hw *hw, unsigned int idx, void *blk) in amixer_commit_write()
872 static int dai_commit_write(struct hw *hw, unsigned int idx, void *blk) in dai_commit_write()
912 static int dao_commit_write(struct hw *hw, unsigned int idx, void *blk) in dao_commit_write()
1055 static int daio_mgr_commit_write(struct hw *hw, void *blk) in daio_mgr_commit_write()
1084 static int daio_mgr_get_ctrl_blk(struct hw *hw, void **rblk) in daio_mgr_get_ctrl_blk()
[all …]
Dctdaio.c107 static unsigned int daio_device_index(enum DAIOTYP type, struct hw *hw) in daio_device_index()
332 struct hw *hw) in daio_rsc_init()
393 struct hw *hw = mgr->mgr.hw; in dao_rsc_init() local
470 struct hw *hw = mgr->mgr.hw; in dai_rsc_init() local
609 struct hw *hw = mgr->mgr.hw; in daio_mgr_enb_daio() local
623 struct hw *hw = mgr->mgr.hw; in daio_mgr_dsb_daio() local
638 struct hw *hw = mgr->hw; in daio_map_op() local
684 struct hw *hw = mgr->mgr.hw; in daio_mgr_commit_write() local
690 int daio_mgr_create(struct hw *hw, struct daio_mgr **rdaio_mgr) in daio_mgr_create()
Dctatc.c851 struct hw *hw = atc->hw; in atc_pll_init() local
943 struct hw *hw = atc->hw; in atc_select_line_in() local
965 struct hw *hw = atc->hw; in atc_select_mic_in() local
987 struct hw *hw = atc->hw; in atc_capabilities() local
994 struct hw *hw = atc->hw; in atc_output_switch_get() local
1001 struct hw *hw = atc->hw; in atc_output_switch_put() local
1008 struct hw *hw = atc->hw; in atc_mic_source_switch_get() local
1015 struct hw *hw = atc->hw; in atc_mic_source_switch_put() local
1022 struct hw *hw = atc->hw; in atc_select_digit_io() local
1331 struct hw *hw; in atc_create_hw_devs() local
[all …]
Dcttimer.c150 struct hw *hw = atimer->atc->hw; in ct_xfitimer_irq_rearm() local
162 struct hw *hw = atimer->atc->hw; in ct_xfitimer_irq_stop() local
171 struct hw *hw = atimer->atc->hw; in ct_xfitimer_get_wc() local
412 struct hw *hw; in ct_timer_new() local
437 struct hw *hw = atimer->atc->hw; in ct_timer_free() local
Dctresource.h41 struct hw *hw; /* Chip specific object for hardware access means */ member
63 struct hw *hw; /* Chip specific object for hardware access */ member
Dctresource.c138 rsc_init(struct rsc *rsc, u32 idx, enum RSCTYP type, u32 msr, struct hw *hw) in rsc_init()
210 unsigned int amount, struct hw *hw) in rsc_mgr_init()
Dcthardware.c49 int destroy_hw_obj(struct hw *hw) in destroy_hw_obj()
/sound/isa/sb/
Demu8000_callback.c85 snd_emu8000_ops_setup(struct snd_emu8000 *hw) in snd_emu8000_ops_setup()
99 struct snd_emu8000 *hw; in release_voice() local
114 struct snd_emu8000 *hw; in terminate_voice() local
126 struct snd_emu8000 *hw; in update_voice() local
161 struct snd_emu8000 *hw; in get_voice() local
240 struct snd_emu8000 *hw; in start_voice() local
318 struct snd_emu8000 *hw; in trigger_voice() local
338 struct snd_emu8000 *hw; in reset_voice() local
349 set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_pitch()
358 set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_volume()
[all …]
Demu8000_synth.c40 struct snd_emu8000 *hw; in snd_emu8000_probe() local
100 struct snd_emu8000 *hw; in snd_emu8000_remove() local
/sound/pci/emu10k1/
Demu10k1_callback.c92 snd_emu10k1_synth_get_voice(struct snd_emu10k1 *hw) in snd_emu10k1_synth_get_voice()
132 struct snd_emu10k1 *hw; in release_voice() local
148 struct snd_emu10k1 *hw; in terminate_voice() local
168 struct snd_emu10k1 *hw; in free_voice() local
194 struct snd_emu10k1 *hw; in update_voice() local
221 lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw, in lookup_voices()
289 struct snd_emu10k1 *hw; in get_voice() local
326 struct snd_emu10k1 *hw; in start_voice() local
479 struct snd_emu10k1 *hw; in trigger_voice() local
508 set_fmmod(struct snd_emu10k1 *hw, struct snd_emux_voice *vp) in set_fmmod()
[all …]
Demu10k1_synth.c36 struct snd_emu10k1 *hw; in snd_emu10k1_synth_probe() local
87 struct snd_emu10k1 *hw; in snd_emu10k1_synth_remove() local
/sound/core/
Dhwdep.c59 struct snd_hwdep *hw = file->private_data; in snd_hwdep_llseek() local
68 struct snd_hwdep *hw = file->private_data; in snd_hwdep_read() local
77 struct snd_hwdep *hw = file->private_data; in snd_hwdep_write() local
86 struct snd_hwdep *hw; in snd_hwdep_open() local
164 struct snd_hwdep *hw = file->private_data; in snd_hwdep_release() local
182 struct snd_hwdep *hw = file->private_data; in snd_hwdep_poll() local
188 static int snd_hwdep_info(struct snd_hwdep *hw, in snd_hwdep_info()
203 static int snd_hwdep_dsp_status(struct snd_hwdep *hw, in snd_hwdep_dsp_status()
220 static int snd_hwdep_dsp_load(struct snd_hwdep *hw, in snd_hwdep_dsp_load()
246 struct snd_hwdep *hw = file->private_data; in snd_hwdep_ioctl() local
[all …]
Dhwdep_compat.c33 static int snd_hwdep_dsp_load_compat(struct snd_hwdep *hw, in snd_hwdep_dsp_load_compat()
65 struct snd_hwdep *hw = file->private_data; in snd_hwdep_ioctl_compat() local
/sound/usb/usx2y/
DusX2Yhwdep.c60 static int snd_us428ctls_mmap(struct snd_hwdep * hw, struct file *filp, struct vm_area_struct *area) in snd_us428ctls_mmap()
89 static unsigned int snd_us428ctls_poll(struct snd_hwdep *hw, struct file *file, poll_table *wait) in snd_us428ctls_poll()
106 static int snd_usX2Y_hwdep_dsp_status(struct snd_hwdep *hw, in snd_usX2Y_hwdep_dsp_status()
197 static int snd_usX2Y_hwdep_dsp_load(struct snd_hwdep *hw, in snd_usX2Y_hwdep_dsp_load()
249 struct snd_hwdep *hw; in usX2Y_hwdep_new() local
Dus122l.c192 static int usb_stream_hwdep_open(struct snd_hwdep *hw, struct file *file) in usb_stream_hwdep_open()
212 static int usb_stream_hwdep_release(struct snd_hwdep *hw, struct file *file) in usb_stream_hwdep_release()
235 static int usb_stream_hwdep_mmap(struct snd_hwdep *hw, in usb_stream_hwdep_mmap()
274 static unsigned int usb_stream_hwdep_poll(struct snd_hwdep *hw, in usb_stream_hwdep_poll()
378 static int usb_stream_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, in usb_stream_hwdep_ioctl()
459 struct snd_hwdep *hw; in usb_stream_hwdep_new() local
Dusx2yhwdeppcm.c617 static int snd_usX2Y_hwdep_pcm_open(struct snd_hwdep *hw, struct file *file) in snd_usX2Y_hwdep_pcm_open()
631 static int snd_usX2Y_hwdep_pcm_release(struct snd_hwdep *hw, struct file *file) in snd_usX2Y_hwdep_pcm_release()
675 static int snd_usX2Y_hwdep_pcm_mmap(struct snd_hwdep * hw, struct file *filp, struct vm_area_struct… in snd_usX2Y_hwdep_pcm_mmap()
710 struct snd_hwdep *hw; in usX2Y_hwdep_pcm_new() local
/sound/pci/hda/
Dhda_hwdep.c73 static int hda_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, in hda_hwdep_ioctl()
91 static int hda_hwdep_ioctl_compat(struct snd_hwdep *hw, struct file *file, in hda_hwdep_ioctl_compat()
98 static int hda_hwdep_open(struct snd_hwdep *hw, struct file *file) in hda_hwdep_open()
/sound/drivers/opl3/
Dopl3_synth.c84 int snd_opl3_open(struct snd_hwdep * hw, struct file *file) in snd_opl3_open()
92 int snd_opl3_ioctl(struct snd_hwdep * hw, struct file *file, in snd_opl3_ioctl()
183 int snd_opl3_release(struct snd_hwdep * hw, struct file *file) in snd_opl3_release()
195 long snd_opl3_write(struct snd_hwdep *hw, const char __user *buf, long count, in snd_opl3_write()
/sound/synth/emux/
Demux_hwdep.c88 snd_emux_hwdep_ioctl(struct snd_hwdep * hw, struct file *file, in snd_emux_hwdep_ioctl()
125 struct snd_hwdep *hw; in snd_emux_init_hwdep() local
/sound/isa/wavefront/
Dwavefront_fx.c147 snd_wavefront_fx_open (struct snd_hwdep *hw, struct file *file) in snd_wavefront_fx_open()
157 snd_wavefront_fx_release (struct snd_hwdep *hw, struct file *file) in snd_wavefront_fx_release()
/sound/pci/vx222/
Dvx222.c138 struct snd_vx_hardware *hw, in snd_vx222_create()
195 struct snd_vx_hardware *hw; in snd_vx222_probe() local

123