| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | global1.c | 16 int mv88e6xxx_g1_read(struct mv88e6xxx_chip *chip, int reg, u16 *val) in mv88e6xxx_g1_read() 23 int mv88e6xxx_g1_write(struct mv88e6xxx_chip *chip, int reg, u16 val) in mv88e6xxx_g1_write() 30 int mv88e6xxx_g1_wait_bit(struct mv88e6xxx_chip *chip, int reg, int in mv88e6xxx_g1_wait_bit() 37 int mv88e6xxx_g1_wait_mask(struct mv88e6xxx_chip *chip, int reg, in mv88e6xxx_g1_wait_mask() 46 static int mv88e6185_g1_wait_ppu_disabled(struct mv88e6xxx_chip *chip) in mv88e6185_g1_wait_ppu_disabled() 53 static int mv88e6185_g1_wait_ppu_polling(struct mv88e6xxx_chip *chip) in mv88e6185_g1_wait_ppu_polling() 60 static int mv88e6352_g1_wait_ppu_polling(struct mv88e6xxx_chip *chip) in mv88e6352_g1_wait_ppu_polling() 67 static int mv88e6xxx_g1_wait_init_ready(struct mv88e6xxx_chip *chip) in mv88e6xxx_g1_wait_init_ready() 78 static int mv88e6250_g1_eeprom_reload(struct mv88e6xxx_chip *chip) in mv88e6250_g1_eeprom_reload() 99 static int mv88e6xxx_g1_is_eeprom_done(struct mv88e6xxx_chip *chip) in mv88e6xxx_g1_is_eeprom_done() [all …]
|
| H A D | global2.c | 19 int mv88e6xxx_g2_read(struct mv88e6xxx_chip *chip, int reg, u16 *val) in mv88e6xxx_g2_read() 24 int mv88e6xxx_g2_write(struct mv88e6xxx_chip *chip, int reg, u16 val) in mv88e6xxx_g2_write() 29 int mv88e6xxx_g2_wait_bit(struct mv88e6xxx_chip *chip, int reg, int in mv88e6xxx_g2_wait_bit() 38 static int mv88e6xxx_g2_int_source(struct mv88e6xxx_chip *chip, u16 *src) in mv88e6xxx_g2_int_source() 46 static int mv88e6xxx_g2_int_mask(struct mv88e6xxx_chip *chip, u16 mask) in mv88e6xxx_g2_int_mask() 53 static int mv88e6xxx_g2_mgmt_enable_2x(struct mv88e6xxx_chip *chip, u16 en2x) in mv88e6xxx_g2_mgmt_enable_2x() 60 static int mv88e6xxx_g2_mgmt_enable_0x(struct mv88e6xxx_chip *chip, u16 en0x) in mv88e6xxx_g2_mgmt_enable_0x() 67 static int mv88e6xxx_g2_switch_mgmt_rsvd2cpu(struct mv88e6xxx_chip *chip, in mv88e6xxx_g2_switch_mgmt_rsvd2cpu() 85 int mv88e6185_g2_mgmt_rsvd2cpu(struct mv88e6xxx_chip *chip) in mv88e6185_g2_mgmt_rsvd2cpu() 99 int mv88e6352_g2_mgmt_rsvd2cpu(struct mv88e6xxx_chip *chip) in mv88e6352_g2_mgmt_rsvd2cpu() [all …]
|
| H A D | phy.c | 16 int mv88e6165_phy_read(struct mv88e6xxx_chip *chip, struct mii_bus *bus, in mv88e6165_phy_read() 22 int mv88e6165_phy_write(struct mv88e6xxx_chip *chip, struct mii_bus *bus, in mv88e6165_phy_write() 28 int mv88e6xxx_phy_read(struct mv88e6xxx_chip *chip, int phy, int reg, u16 *val) in mv88e6xxx_phy_read() 43 int mv88e6xxx_phy_write(struct mv88e6xxx_chip *chip, int phy, int reg, u16 val) in mv88e6xxx_phy_write() 58 int mv88e6xxx_phy_read_c45(struct mv88e6xxx_chip *chip, int phy, int devad, in mv88e6xxx_phy_read_c45() 74 int mv88e6xxx_phy_write_c45(struct mv88e6xxx_chip *chip, int phy, int devad, in mv88e6xxx_phy_write_c45() 90 static int mv88e6xxx_phy_page_get(struct mv88e6xxx_chip *chip, int phy, u8 page) in mv88e6xxx_phy_page_get() 95 static void mv88e6xxx_phy_page_put(struct mv88e6xxx_chip *chip, int phy) in mv88e6xxx_phy_page_put() 111 int mv88e6xxx_phy_page_read(struct mv88e6xxx_chip *chip, int phy, in mv88e6xxx_phy_page_read() 129 int mv88e6xxx_phy_page_write(struct mv88e6xxx_chip *chip, int phy, in mv88e6xxx_phy_page_write() [all …]
|
| H A D | global1_atu.c | 20 static int mv88e6xxx_g1_atu_fid_write(struct mv88e6xxx_chip *chip, u16 fid) in mv88e6xxx_g1_atu_fid_write() 27 int mv88e6xxx_g1_atu_set_learn2all(struct mv88e6xxx_chip *chip, bool learn2all) in mv88e6xxx_g1_atu_set_learn2all() 44 int mv88e6xxx_g1_atu_set_age_time(struct mv88e6xxx_chip *chip, in mv88e6xxx_g1_atu_set_age_time() 78 int mv88e6165_g1_atu_get_hash(struct mv88e6xxx_chip *chip, u8 *hash) in mv88e6165_g1_atu_get_hash() 92 int mv88e6165_g1_atu_set_hash(struct mv88e6xxx_chip *chip, u8 hash) in mv88e6165_g1_atu_set_hash() 112 static int mv88e6xxx_g1_atu_op_wait(struct mv88e6xxx_chip *chip) in mv88e6xxx_g1_atu_op_wait() 119 static int mv88e6xxx_g1_read_atu_violation(struct mv88e6xxx_chip *chip) in mv88e6xxx_g1_read_atu_violation() 132 static int mv88e6xxx_g1_atu_op(struct mv88e6xxx_chip *chip, u16 fid, u16 op) in mv88e6xxx_g1_atu_op() 172 int mv88e6xxx_g1_atu_get_next(struct mv88e6xxx_chip *chip, u16 fid) in mv88e6xxx_g1_atu_get_next() 177 static int mv88e6xxx_g1_atu_fid_read(struct mv88e6xxx_chip *chip, u16 *fid) in mv88e6xxx_g1_atu_fid_read() [all …]
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_chip.c | 22 void zd_chip_init(struct zd_chip *chip, in zd_chip_init() 32 void zd_chip_clear(struct zd_chip *chip) in zd_chip_clear() 41 static int scnprint_mac_oui(struct zd_chip *chip, char *buffer, size_t size) in scnprint_mac_oui() 48 static int scnprint_id(struct zd_chip *chip, char *buffer, size_t size) in scnprint_id() 68 static void print_id(struct zd_chip *chip) in print_id() 92 int zd_ioread32v_locked(struct zd_chip *chip, u32 *values, const zd_addr_t *addr, in zd_ioread32v_locked() 131 static int _zd_iowrite32v_async_locked(struct zd_chip *chip, in _zd_iowrite32v_async_locked() 170 int _zd_iowrite32v_locked(struct zd_chip *chip, const struct zd_ioreq32 *ioreqs, in _zd_iowrite32v_locked() 184 int zd_iowrite16a_locked(struct zd_chip *chip, in zd_iowrite16a_locked() 222 int zd_iowrite32a_locked(struct zd_chip *chip, in zd_iowrite32a_locked() [all …]
|
| /linux/sound/pci/echoaudio/ |
| H A D | echoaudio_dsp.c | 42 static int wait_handshake(struct echoaudio *chip) in wait_handshake() 66 static int send_vector(struct echoaudio *chip, u32 command) in send_vector() 91 static int write_dsp(struct echoaudio *chip, u32 data) in write_dsp() 115 static int read_dsp(struct echoaudio *chip, u32 *data) in read_dsp() 145 static int read_sn(struct echoaudio *chip) in read_sn() 167 static inline int check_asic_status(struct echoaudio *chip) in check_asic_status() 180 static int load_asic_generic(struct echoaudio *chip, u32 cmd, short asic) in load_asic_generic() 227 static int install_resident_loader(struct echoaudio *chip) in install_resident_loader() 335 static int load_dsp(struct echoaudio *chip, u16 *code) in load_dsp() 489 static int load_firmware(struct echoaudio *chip) in load_firmware() [all …]
|
| H A D | echoaudio.c | 33 struct echoaudio *chip, const short fw_index) in get_firmware() argument 61 struct echoaudio *chip) in free_firmware() argument 68 free_firmware_cache(struct echoaudio * chip) free_firmware_cache() argument 236 struct echoaudio *chip = rule->private; hw_rule_sample_rate() local 258 struct echoaudio *chip; pcm_open() local 352 struct echoaudio *chip = snd_pcm_substream_chip(substream); pcm_analog_in_open() local 379 struct echoaudio *chip = snd_pcm_substream_chip(substream); pcm_analog_out_open() local 414 struct echoaudio *chip = snd_pcm_substream_chip(substream); pcm_digital_in_open() local 453 struct echoaudio *chip = snd_pcm_substream_chip(substream); pcm_digital_out_open() local 496 struct echoaudio *chip = snd_pcm_substream_chip(substream); pcm_close() local 530 struct echoaudio *chip; init_engine() local 614 struct echoaudio *chip = snd_pcm_substream_chip(substream); pcm_analog_in_hw_params() local 636 struct echoaudio *chip = snd_pcm_substream_chip(substream); pcm_digital_in_hw_params() local 648 struct echoaudio *chip = snd_pcm_substream_chip(substream); pcm_digital_out_hw_params() local 661 struct echoaudio *chip; pcm_hw_free() local 683 struct echoaudio *chip = snd_pcm_substream_chip(substream); pcm_prepare() local 741 struct echoaudio *chip = snd_pcm_substream_chip(substream); pcm_trigger() local 901 snd_echo_new_pcm(struct echoaudio * chip) snd_echo_new_pcm() argument 991 struct echoaudio *chip; snd_echo_output_gain_info() local 1004 struct echoaudio *chip; snd_echo_output_gain_get() local 1016 struct echoaudio *chip; snd_echo_output_gain_put() local 1072 struct echoaudio *chip; snd_echo_input_gain_info() local 1085 struct echoaudio *chip; snd_echo_input_gain_get() local 1097 struct echoaudio *chip; snd_echo_input_gain_put() local 1141 struct echoaudio *chip; snd_echo_output_nominal_info() local 1154 struct echoaudio *chip; snd_echo_output_nominal_get() local 1166 struct echoaudio *chip; snd_echo_output_nominal_put() local 1203 struct echoaudio *chip; snd_echo_input_nominal_info() local 1216 struct echoaudio *chip; snd_echo_input_nominal_get() local 1229 struct echoaudio *chip; snd_echo_input_nominal_put() local 1279 struct echoaudio *chip = snd_kcontrol_chip(kcontrol); snd_echo_mixer_get() local 1293 struct echoaudio *chip; snd_echo_mixer_put() local 1346 struct echoaudio *chip; snd_echo_vmixer_get() local 1358 struct echoaudio *chip; snd_echo_vmixer_put() local 1403 struct echoaudio *chip; snd_echo_digital_mode_info() local 1412 struct echoaudio *chip; snd_echo_digital_mode_get() local 1428 struct echoaudio *chip; snd_echo_digital_mode_put() local 1494 struct echoaudio *chip; snd_echo_spdif_mode_get() local 1504 struct echoaudio *chip; snd_echo_spdif_mode_put() local 1540 struct echoaudio *chip; snd_echo_clock_source_info() local 1549 struct echoaudio *chip; snd_echo_clock_source_get() local 1565 struct echoaudio *chip; snd_echo_clock_source_put() local 1612 struct echoaudio *chip = snd_kcontrol_chip(kcontrol); snd_echo_phantom_power_get() local 1621 struct echoaudio *chip = snd_kcontrol_chip(kcontrol); snd_echo_phantom_power_put() local 1655 struct echoaudio *chip = snd_kcontrol_chip(kcontrol); snd_echo_automute_get() local 1664 struct echoaudio *chip = snd_kcontrol_chip(kcontrol); snd_echo_automute_put() local 1696 struct echoaudio *chip; snd_echo_vumeters_switch_put() local 1729 struct echoaudio *chip; snd_echo_vumeters_get() local 1763 struct echoaudio *chip; snd_echo_channels_info_get() local 1836 struct echoaudio *chip = dev_id; snd_echo_interrupt() local 1877 struct echoaudio *chip = card->private_data; snd_echo_free() local 1893 struct echoaudio *chip = card->private_data; snd_echo_create() local 1968 struct echoaudio *chip; __snd_echo_probe() local 2139 struct echoaudio *chip = dev_get_drvdata(dev); snd_echo_suspend() local 2170 struct echoaudio *chip = dev_get_drvdata(dev); snd_echo_resume() local [all...] |
| /linux/sound/pci/oxygen/ |
| H A D | xonar_pcm179x.c | 232 static inline void pcm1796_write_spi(struct oxygen *chip, unsigned int codec, in pcm1796_write_spi() argument 247 static inline void pcm1796_write_i2c(struct oxygen *chip, unsigned int codec, in pcm1796_write_i2c() argument 253 static void pcm1796_write(struct oxygen *chip, unsigned int codec, in pcm1796_write() argument 268 static void pcm1796_write_cached(struct oxygen *chip, unsigne argument 277 cs2000_write(struct oxygen * chip,u8 reg,u8 value) cs2000_write() argument 285 cs2000_write_cached(struct oxygen * chip,u8 reg,u8 value) cs2000_write_cached() argument 293 pcm1796_registers_init(struct oxygen * chip) pcm1796_registers_init() argument 318 pcm1796_init(struct oxygen * chip) pcm1796_init() argument 334 xonar_d2_init(struct oxygen * chip) xonar_d2_init() argument 356 xonar_d2x_init(struct oxygen * chip) xonar_d2x_init() argument 368 xonar_hdav_init(struct oxygen * chip) xonar_hdav_init() argument 400 xonar_st_init_i2c(struct oxygen * chip) xonar_st_init_i2c() argument 408 xonar_st_init_common(struct oxygen * chip) xonar_st_init_common() argument 432 cs2000_registers_init(struct oxygen * chip) cs2000_registers_init() argument 457 xonar_st_init(struct oxygen * chip) xonar_st_init() argument 482 xonar_stx_init(struct oxygen * chip) xonar_stx_init() argument 495 xonar_xense_init(struct oxygen * chip) xonar_xense_init() argument 540 xonar_d2_cleanup(struct oxygen * chip) xonar_d2_cleanup() argument 545 xonar_hdav_cleanup(struct oxygen * chip) xonar_hdav_cleanup() argument 552 xonar_st_cleanup(struct oxygen * chip) xonar_st_cleanup() argument 557 xonar_d2_suspend(struct oxygen * chip) xonar_d2_suspend() argument 562 xonar_hdav_suspend(struct oxygen * chip) xonar_hdav_suspend() argument 567 xonar_st_suspend(struct oxygen * chip) xonar_st_suspend() argument 572 xonar_d2_resume(struct oxygen * chip) xonar_d2_resume() argument 578 xonar_hdav_resume(struct oxygen * chip) xonar_hdav_resume() argument 587 xonar_stx_resume(struct oxygen * chip) xonar_stx_resume() argument 593 xonar_st_resume(struct oxygen * chip) xonar_st_resume() argument 599 update_pcm1796_oversampling(struct oxygen * chip) update_pcm1796_oversampling() argument 613 update_pcm1796_deemph(struct oxygen * chip) update_pcm1796_deemph() argument 630 set_pcm1796_params(struct oxygen * chip,struct snd_pcm_hw_params * params) set_pcm1796_params() argument 641 update_pcm1796_volume(struct oxygen * chip) update_pcm1796_volume() argument 657 update_pcm1796_mute(struct oxygen * chip) update_pcm1796_mute() argument 672 update_cs2000_rate(struct oxygen * chip,unsigned int rate) update_cs2000_rate() argument 709 set_st_params(struct oxygen * chip,struct snd_pcm_hw_params * params) set_st_params() argument 716 set_hdav_params(struct oxygen * chip,struct snd_pcm_hw_params * params) set_hdav_params() argument 747 struct oxygen *chip = ctl->private_data; rolloff_get() local 759 struct oxygen *chip = ctl->private_data; rolloff_put() local 792 struct oxygen *chip = ctl->private_data; deemph_get() local 803 struct oxygen *chip = ctl->private_data; deemph_put() local 854 struct oxygen *chip = ctl->private_data; st_output_switch_get() local 871 struct oxygen *chip = ctl->private_data; st_output_switch_put() local 909 struct oxygen *chip = ctl->private_data; st_hp_volume_offset_get() local 930 struct oxygen *chip = ctl->private_data; st_hp_volume_offset_put() local 968 struct oxygen *chip = ctl->private_data; xense_output_switch_get() local 984 struct oxygen *chip = ctl->private_data; xense_output_switch_put() local 1026 xonar_line_mic_ac97_switch(struct oxygen * chip,unsigned int reg,unsigned int mute) xonar_line_mic_ac97_switch() argument 1056 add_pcm1796_controls(struct oxygen * chip) add_pcm1796_controls() argument 1074 xonar_d2_mixer_init(struct oxygen * chip) xonar_d2_mixer_init() argument 1087 xonar_hdav_mixer_init(struct oxygen * chip) xonar_hdav_mixer_init() argument 1100 xonar_st_mixer_init(struct oxygen * chip) xonar_st_mixer_init() argument 1117 xonar_xense_mixer_init(struct oxygen * chip) xonar_xense_mixer_init() argument 1134 dump_pcm1796_registers(struct oxygen * chip,struct snd_info_buffer * buffer) dump_pcm1796_registers() argument 1149 dump_cs2000_registers(struct oxygen * chip,struct snd_info_buffer * buffer) dump_cs2000_registers() argument 1166 dump_st_registers(struct oxygen * chip,struct snd_info_buffer * buffer) dump_st_registers() argument 1275 get_xonar_pcm179x_model(struct oxygen * chip,const struct pci_device_id * id) get_xonar_pcm179x_model() argument [all...] |
| H A D | oxygen_io.c | 16 u8 oxygen_read8(struct oxygen *chip, unsigned int reg) in oxygen_read8() 22 u16 oxygen_read16(struct oxygen *chip, unsigned int reg) in oxygen_read16() 28 u32 oxygen_read32(struct oxygen *chip, unsigned int reg) in oxygen_read32() 34 void oxygen_write8(struct oxygen *chip, unsigned int reg, u8 value) in oxygen_write8() 41 void oxygen_write16(struct oxygen *chip, unsigned int reg, u16 value) in oxygen_write16() 48 void oxygen_write32(struct oxygen *chip, unsigned int reg, u32 value) in oxygen_write32() 55 void oxygen_write8_masked(struct oxygen *chip, unsigned int reg, in oxygen_write8_masked() 66 void oxygen_write16_masked(struct oxygen *chip, unsigned int reg, in oxygen_write16_masked() 77 void oxygen_write32_masked(struct oxygen *chip, unsigned int reg, in oxygen_write32_masked() 88 static int oxygen_ac97_wait(struct oxygen *chip, unsigned int mask) in oxygen_ac97_wait() [all …]
|
| H A D | xonar_cs43xx.c | 66 static void cs4398_write(struct oxygen *chip, u8 reg, u8 value) in cs4398_write() argument 75 static void cs4398_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs4398_write_cached() argument 83 static void cs4362a_write(struct oxygen *chip, u8 reg, u8 value) in cs4362a_write() argument 92 static void cs4362a_write_cached(struct oxygen *chip, u argument 100 cs43xx_registers_init(struct oxygen * chip) cs43xx_registers_init() argument 127 xonar_d1_init(struct oxygen * chip) xonar_d1_init() argument 175 xonar_dx_init(struct oxygen * chip) xonar_dx_init() argument 186 xonar_d1_cleanup(struct oxygen * chip) xonar_d1_cleanup() argument 193 xonar_d1_suspend(struct oxygen * chip) xonar_d1_suspend() argument 198 xonar_d1_resume(struct oxygen * chip) xonar_d1_resume() argument 206 set_cs43xx_params(struct oxygen * chip,struct snd_pcm_hw_params * params) set_cs43xx_params() argument 232 update_cs4362a_volumes(struct oxygen * chip) update_cs4362a_volumes() argument 243 update_cs43xx_volume(struct oxygen * chip) update_cs43xx_volume() argument 250 update_cs43xx_mute(struct oxygen * chip) update_cs43xx_mute() argument 261 update_cs43xx_center_lfe_mix(struct oxygen * chip,bool mixed) update_cs43xx_center_lfe_mix() argument 296 struct oxygen *chip = ctl->private_data; rolloff_get() local 307 struct oxygen *chip = ctl->private_data; rolloff_put() local 339 xonar_d1_line_mic_ac97_switch(struct oxygen * chip,unsigned int reg,unsigned int mute) xonar_d1_line_mic_ac97_switch() argument 353 xonar_d1_mixer_init(struct oxygen * chip) xonar_d1_mixer_init() argument 377 dump_d1_registers(struct oxygen * chip,struct snd_info_buffer * buffer) dump_d1_registers() argument 423 get_xonar_cs43xx_model(struct oxygen * chip,const struct pci_device_id * id) get_xonar_cs43xx_model() argument [all...] |
| /linux/sound/ppc/ |
| H A D | pmac.c | 50 static int snd_pmac_dbdma_alloc(struct snd_pmac *chip, struct pmac_dbdma *rec, int size) in snd_pmac_dbdma_alloc() argument 66 static void snd_pmac_dbdma_free(struct snd_pmac *chip, struct pmac_dbdma *rec) in snd_pmac_dbdma_free() argument 84 unsigned int snd_pmac_rate_index(struct snd_pmac *chip, struct pmac_stream *rec, unsigned int rate) in snd_pmac_rate_index() argument 113 static struct pmac_stream *snd_pmac_get_stream(struct snd_pmac *chip, int stream) in snd_pmac_get_stream() argument 141 snd_pmac_pcm_set_format(struct snd_pmac * chip) snd_pmac_pcm_set_format() argument 179 snd_pmac_pcm_prepare(struct snd_pmac * chip,struct pmac_stream * rec,struct snd_pcm_substream * subs) snd_pmac_pcm_prepare() argument 243 snd_pmac_pcm_trigger(struct snd_pmac * chip,struct pmac_stream * rec,struct snd_pcm_substream * subs,int cmd) snd_pmac_pcm_trigger() argument 289 snd_pmac_pcm_pointer(struct snd_pmac * chip,struct pmac_stream * rec,struct snd_pcm_substream * subs) snd_pmac_pcm_pointer() argument 315 struct snd_pmac *chip = snd_pcm_substream_chip(subs); snd_pmac_playback_prepare() local 322 struct snd_pmac *chip = snd_pcm_substream_chip(subs); snd_pmac_playback_trigger() local 328 struct snd_pmac *chip = snd_pcm_substream_chip(subs); snd_pmac_playback_pointer() local 339 struct snd_pmac *chip = snd_pcm_substream_chip(subs); snd_pmac_capture_prepare() local 346 struct snd_pmac *chip = snd_pcm_substream_chip(subs); snd_pmac_capture_trigger() local 352 struct snd_pmac *chip = snd_pcm_substream_chip(subs); snd_pmac_capture_pointer() local 427 snd_pmac_pcm_update(struct snd_pmac * chip,struct pmac_stream * rec) snd_pmac_pcm_update() argument 548 snd_pmac_pcm_open(struct snd_pmac * chip,struct pmac_stream * rec,struct snd_pcm_substream * subs) snd_pmac_pcm_open() argument 597 snd_pmac_pcm_close(struct snd_pmac * chip,struct pmac_stream * rec,struct snd_pcm_substream * subs) snd_pmac_pcm_close() argument 617 struct snd_pmac *chip = snd_pcm_substream_chip(subs); snd_pmac_playback_open() local 625 struct snd_pmac *chip = snd_pcm_substream_chip(subs); snd_pmac_capture_open() local 633 struct snd_pmac *chip = snd_pcm_substream_chip(subs); snd_pmac_playback_close() local 640 struct snd_pmac *chip = snd_pcm_substream_chip(subs); snd_pmac_capture_close() local 664 snd_pmac_pcm_new(struct snd_pmac * chip) snd_pmac_pcm_new() argument 703 snd_pmac_dbdma_reset(struct snd_pmac * chip) snd_pmac_dbdma_reset() argument 715 snd_pmac_beep_dma_start(struct snd_pmac * chip,int bytes,unsigned long addr,int speed) snd_pmac_beep_dma_start() argument 733 snd_pmac_beep_dma_stop(struct snd_pmac * chip) snd_pmac_beep_dma_stop() argument 747 struct snd_pmac *chip = devid; snd_pmac_tx_intr() local 756 struct snd_pmac *chip = devid; snd_pmac_rx_intr() local 765 struct snd_pmac *chip = devid; snd_pmac_ctrl_intr() local 787 snd_pmac_sound_feature(struct snd_pmac * chip,int enable) snd_pmac_sound_feature() argument 797 snd_pmac_free(struct snd_pmac * chip) snd_pmac_free() argument 853 struct snd_pmac *chip = device->device_data; snd_pmac_dev_free() local 862 detect_byte_swap(struct snd_pmac * chip) detect_byte_swap() argument 888 snd_pmac_detect(struct snd_pmac * chip) snd_pmac_detect() argument 1071 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); pmac_auto_mute_get() local 1079 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); pmac_auto_mute_put() local 1092 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); pmac_hp_detect_get() local 1115 snd_pmac_add_automute(struct snd_pmac * chip) snd_pmac_add_automute() argument 1135 struct snd_pmac *chip; snd_pmac_new() local 1322 snd_pmac_suspend(struct snd_pmac * chip) snd_pmac_suspend() argument 1341 snd_pmac_resume(struct snd_pmac * chip) snd_pmac_resume() argument [all...] |
| /linux/sound/isa/sb/ |
| H A D | sb16_main.c | 41 static void snd_sb16_csp_playback_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_prepare() argument 89 static void snd_sb16_csp_capture_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_prepare() argument 127 snd_sb16_csp_update(struct snd_sb * chip) snd_sb16_csp_update() argument 140 snd_sb16_csp_playback_open(struct snd_sb * chip,struct snd_pcm_runtime * runtime) snd_sb16_csp_playback_open() argument 159 snd_sb16_csp_playback_close(struct snd_sb * chip) snd_sb16_csp_playback_close() argument 171 snd_sb16_csp_capture_open(struct snd_sb * chip,struct snd_pcm_runtime * runtime) snd_sb16_csp_capture_open() argument 190 snd_sb16_csp_capture_close(struct snd_sb * chip) snd_sb16_csp_capture_close() argument 202 snd_sb16_csp_playback_prepare(chip,runtime) global() argument 203 snd_sb16_csp_capture_prepare(chip,runtime) global() argument 204 snd_sb16_csp_update(chip) global() argument 205 snd_sb16_csp_playback_open(chip,runtime) global() argument 206 snd_sb16_csp_playback_close(chip) global() argument 207 snd_sb16_csp_capture_open(chip,runtime) global() argument 208 snd_sb16_csp_capture_close(chip) global() argument 212 snd_sb16_setup_rate(struct snd_sb * chip,unsigned short rate,int channel) snd_sb16_setup_rate() argument 238 struct snd_sb *chip = snd_pcm_substream_chip(substream); snd_sb16_playback_prepare() local 280 struct snd_sb *chip = snd_pcm_substream_chip(substream); snd_sb16_playback_trigger() local 308 struct snd_sb *chip = snd_pcm_substream_chip(substream); snd_sb16_capture_prepare() local 349 struct snd_sb *chip = snd_pcm_substream_chip(substream); snd_sb16_capture_trigger() local 376 struct snd_sb *chip = dev_id; snd_sb16dsp_interrupt() local 428 struct snd_sb *chip = snd_pcm_substream_chip(substream); snd_sb16_playback_pointer() local 439 struct snd_sb *chip = snd_pcm_substream_chip(substream); snd_sb16_capture_pointer() local 495 struct snd_sb *chip = snd_pcm_substream_chip(substream); snd_sb16_playback_open() local 557 struct snd_sb *chip = snd_pcm_substream_chip(substream); snd_sb16_playback_close() local 570 struct snd_sb *chip = snd_pcm_substream_chip(substream); snd_sb16_capture_open() local 632 struct snd_sb *chip = snd_pcm_substream_chip(substream); snd_sb16_capture_close() local 646 snd_sb16_set_dma_mode(struct snd_sb * chip,int what) snd_sb16_set_dma_mode() argument 665 snd_sb16_get_dma_mode(struct snd_sb * chip) snd_sb16_get_dma_mode() argument 690 struct snd_sb *chip = snd_kcontrol_chip(kcontrol); snd_sb16_dma_control_get() local 701 struct snd_sb *chip = snd_kcontrol_chip(kcontrol); snd_sb16_dma_control_put() local 736 snd_sb16dsp_configure(struct snd_sb * chip) snd_sb16dsp_configure() argument 846 snd_sb16dsp_pcm(struct snd_sb * chip,int device) snd_sb16dsp_pcm() argument [all...] |
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.c | 74 static unsigned short snd_cs46xx_codec_read(struct snd_cs46xx *chip, in snd_cs46xx_codec_read() argument 204 struct snd_cs46xx *chip = ac97->private_data; snd_cs46xx_ac97_read() local 218 snd_cs46xx_codec_write(struct snd_cs46xx * chip,unsigned short reg,unsigned short val,int codec_index) snd_cs46xx_codec_write() argument 289 struct snd_cs46xx *chip = ac97->private_data; snd_cs46xx_ac97_write() local 304 snd_cs46xx_download(struct snd_cs46xx * chip,u32 * src,unsigned long offset,unsigned long len) snd_cs46xx_download() argument 382 load_firmware(struct snd_cs46xx * chip,struct dsp_module_desc ** module_ret,const char * fw_name) load_firmware() argument 468 snd_cs46xx_clear_BA1(struct snd_cs46xx * chip,unsigned long offset,unsigned long len) snd_cs46xx_clear_BA1() argument 501 load_firmware(struct snd_cs46xx * chip) load_firmware() argument 534 snd_cs46xx_download_image(struct snd_cs46xx * chip) snd_cs46xx_download_image() argument 557 snd_cs46xx_reset(struct snd_cs46xx * chip) snd_cs46xx_reset() argument 586 cs46xx_wait_for_fifo(struct snd_cs46xx * chip,int retry_timeout) cs46xx_wait_for_fifo() argument 610 snd_cs46xx_clear_serial_FIFOs(struct snd_cs46xx * chip) snd_cs46xx_clear_serial_FIFOs() argument 666 snd_cs46xx_proc_start(struct snd_cs46xx * chip) snd_cs46xx_proc_start() argument 693 snd_cs46xx_proc_stop(struct snd_cs46xx * chip) snd_cs46xx_proc_stop() argument 708 snd_cs46xx_set_play_sample_rate(struct snd_cs46xx * chip,unsigned int rate) snd_cs46xx_set_play_sample_rate() argument 754 snd_cs46xx_set_capture_sample_rate(struct snd_cs46xx * chip,unsigned int rate) snd_cs46xx_set_capture_sample_rate() argument 883 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_cp_trans_copy() local 891 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_capture_transfer() local 898 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_playback_direct_pointer() local 916 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_playback_indirect_pointer() local 933 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_capture_direct_pointer() local 940 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_capture_indirect_pointer() local 948 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_playback_trigger() local 1013 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_capture_trigger() local 1041 _cs46xx_adjust_sample_rate(struct snd_cs46xx * chip,struct snd_cs46xx_pcm * cpcm,int sample_rate) _cs46xx_adjust_sample_rate() argument 1086 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_playback_hw_params() local 1203 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_playback_prepare() local 1273 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_capture_hw_params() local 1299 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_capture_hw_free() local 1311 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_capture_prepare() local 1326 struct snd_cs46xx *chip = dev_id; snd_cs46xx_interrupt() local 1479 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); _cs46xx_playback_open_channel() local 1540 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_playback_open_iec958() local 1556 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_playback_close_iec958() local 1572 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_capture_open() local 1595 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_playback_close() local 1624 struct snd_cs46xx *chip = snd_pcm_substream_chip(substream); snd_cs46xx_capture_close() local 1747 snd_cs46xx_pcm(struct snd_cs46xx * chip,int device) snd_cs46xx_pcm() argument 1775 snd_cs46xx_pcm_rear(struct snd_cs46xx * chip,int device) snd_cs46xx_pcm_rear() argument 1800 snd_cs46xx_pcm_center_lfe(struct snd_cs46xx * chip,int device) snd_cs46xx_pcm_center_lfe() argument 1825 snd_cs46xx_pcm_iec958(struct snd_cs46xx * chip,int device) snd_cs46xx_pcm_iec958() argument 1856 struct snd_cs46xx *chip = ac97->private_data; snd_cs46xx_mixer_free_ac97() local 1882 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_vol_get() local 1892 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_vol_put() local 1910 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_vol_dac_get() local 1920 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_vol_dac_put() local 1966 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_iec958_get() local 1980 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_iec958_put() local 2017 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_adc_capture_get() local 2031 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_adc_capture_put() local 2048 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_pcm_capture_get() local 2063 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_pcm_capture_put() local 2081 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_herc_spdif_select_get() local 2099 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_herc_spdif_select_put() local 2131 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_spdif_default_get() local 2147 struct snd_cs46xx * chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_spdif_default_put() local 2184 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_spdif_stream_get() local 2200 struct snd_cs46xx * chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_spdif_stream_put() local 2326 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_front_dup_get() local 2336 struct snd_cs46xx *chip = snd_kcontrol_chip(kcontrol); snd_cs46xx_front_dup_put() local 2415 cs46xx_detect_codec(struct snd_cs46xx * chip,int codec) cs46xx_detect_codec() argument 2449 snd_cs46xx_mixer(struct snd_cs46xx * chip,int spdif_device) snd_cs46xx_mixer() argument 2523 snd_cs46xx_midi_reset(struct snd_cs46xx * chip) snd_cs46xx_midi_reset() argument 2532 struct snd_cs46xx *chip = substream->rmidi->private_data; snd_cs46xx_midi_input_open() local 2550 struct snd_cs46xx *chip = substream->rmidi->private_data; snd_cs46xx_midi_input_close() local 2568 struct snd_cs46xx *chip = substream->rmidi->private_data; snd_cs46xx_midi_output_open() local 2587 struct snd_cs46xx *chip = substream->rmidi->private_data; snd_cs46xx_midi_output_close() local 2606 struct snd_cs46xx *chip = substream->rmidi->private_data; snd_cs46xx_midi_input_trigger() local 2626 struct snd_cs46xx *chip = substream->rmidi->private_data; snd_cs46xx_midi_output_trigger() local 2667 snd_cs46xx_midi(struct snd_cs46xx * chip,int device) snd_cs46xx_midi() argument 2693 struct snd_cs46xx *chip = gameport_get_port_data(gameport); snd_cs46xx_gameport_trigger() local 2702 struct snd_cs46xx *chip = gameport_get_port_data(gameport); snd_cs46xx_gameport_read() local 2711 struct snd_cs46xx *chip = gameport_get_port_data(gameport); snd_cs46xx_gameport_cooked_read() local 2746 snd_cs46xx_gameport(struct snd_cs46xx * chip) snd_cs46xx_gameport() argument 2775 snd_cs46xx_remove_gameport(struct snd_cs46xx * chip) snd_cs46xx_remove_gameport() argument 2783 snd_cs46xx_gameport(struct snd_cs46xx * chip) snd_cs46xx_gameport() argument 2784 snd_cs46xx_remove_gameport(struct snd_cs46xx * chip) snd_cs46xx_remove_gameport() argument 2808 snd_cs46xx_proc_init(struct snd_card * card,struct snd_cs46xx * chip) snd_cs46xx_proc_init() argument 2829 snd_cs46xx_proc_done(struct snd_cs46xx * chip) snd_cs46xx_proc_done() argument 2837 snd_cs46xx_proc_init(card,chip) global() argument 2838 snd_cs46xx_proc_done(chip) global() argument 2844 snd_cs46xx_hw_stop(struct snd_cs46xx * chip) snd_cs46xx_hw_stop() argument 2893 struct snd_cs46xx *chip = card->private_data; snd_cs46xx_free() local 2928 snd_cs46xx_chip_init(struct snd_cs46xx * chip) snd_cs46xx_chip_init() argument 3165 cs46xx_enable_stream_irqs(struct snd_cs46xx * chip) cs46xx_enable_stream_irqs() argument 3181 snd_cs46xx_start_dsp(struct snd_cs46xx * chip) snd_cs46xx_start_dsp() argument 3264 amp_none(struct snd_cs46xx * chip,int change) amp_none() argument 3269 voyetra_setup_eapd_slot(struct snd_cs46xx * chip) voyetra_setup_eapd_slot() argument 3392 amp_voyetra(struct snd_cs46xx * chip,int change) amp_voyetra() argument 3428 hercules_init(struct snd_cs46xx * chip) hercules_init() argument 3439 amp_hercules(struct snd_cs46xx * chip,int change) amp_hercules() argument 3460 voyetra_mixer_init(struct snd_cs46xx * chip) voyetra_mixer_init() argument 3469 hercules_mixer_init(struct snd_cs46xx * chip) hercules_mixer_init() argument 3537 clkrun_hack(struct snd_cs46xx * chip,int change) clkrun_hack() argument 3562 clkrun_init(struct snd_cs46xx * chip) clkrun_init() argument 3721 struct snd_cs46xx *chip = card->private_data; snd_cs46xx_suspend() local 3749 struct snd_cs46xx *chip = card->private_data; snd_cs46xx_resume() local 3823 struct snd_cs46xx *chip = card->private_data; snd_cs46xx_create() local [all...] |
| /linux/sound/isa/wss/ |
| H A D | wss_lib.c | 151 static inline void wss_outb(struct snd_wss *chip, u8 offset, u8 val) in wss_outb() argument 156 static inline u8 wss_inb(struct snd_wss *chip, u8 offset) in wss_inb() argument 161 static void snd_wss_wait(struct snd_wss *chip) in snd_wss_wait() argument 171 static void snd_wss_dout(struct snd_wss *chip, unsigned char reg, in snd_wss_dout() argument 185 snd_wss_out(struct snd_wss * chip,unsigned char reg,unsigned char value) snd_wss_out() argument 203 snd_wss_in(struct snd_wss * chip,unsigned char reg) snd_wss_in() argument 217 snd_cs4236_ext_out(struct snd_wss * chip,unsigned char reg,unsigned char val) snd_cs4236_ext_out() argument 231 snd_cs4236_ext_in(struct snd_wss * chip,unsigned char reg) snd_cs4236_ext_in() argument 347 snd_wss_busy_wait(struct snd_wss * chip) snd_wss_busy_wait() argument 361 snd_wss_mce_up(struct snd_wss * chip) snd_wss_mce_up() argument 386 snd_wss_mce_down(struct snd_wss * chip) snd_wss_mce_down() argument 472 struct snd_wss *chip = snd_pcm_substream_chip(substream); snd_wss_trigger() local 532 snd_wss_get_format(struct snd_wss * chip,snd_pcm_format_t format,int channels) snd_wss_get_format() argument 554 snd_wss_calibrate_mute(struct snd_wss * chip,int mute) snd_wss_calibrate_mute() argument 614 snd_wss_playback_format(struct snd_wss * chip,struct snd_pcm_hw_params * params,unsigned char pdfr) snd_wss_playback_format() argument 675 snd_wss_capture_format(struct snd_wss * chip,struct snd_pcm_hw_params * params,unsigned char cdfr) snd_wss_capture_format() argument 748 struct snd_wss *chip = snd_timer_chip(timer); snd_wss_timer_resolution() local 759 struct snd_wss *chip = snd_timer_chip(timer); snd_wss_timer_start() local 782 struct snd_wss *chip = snd_timer_chip(timer); snd_wss_timer_stop() local 791 snd_wss_init(struct snd_wss * chip) snd_wss_init() argument 861 snd_wss_open(struct snd_wss * chip,unsigned int mode) snd_wss_open() argument 903 snd_wss_close(struct snd_wss * chip,unsigned int mode) snd_wss_close() argument 955 struct snd_wss *chip = snd_timer_chip(timer); snd_wss_timer_open() local 962 struct snd_wss *chip = snd_timer_chip(timer); snd_wss_timer_close() local 986 struct snd_wss *chip = snd_pcm_substream_chip(substream); snd_wss_playback_hw_params() local 998 struct snd_wss *chip = snd_pcm_substream_chip(substream); snd_wss_playback_prepare() local 1021 struct snd_wss *chip = snd_pcm_substream_chip(substream); snd_wss_capture_hw_params() local 1033 struct snd_wss *chip = snd_pcm_substream_chip(substream); snd_wss_capture_prepare() local 1063 snd_wss_overrange(struct snd_wss * chip) snd_wss_overrange() argument 1078 struct snd_wss *chip = dev_id; snd_wss_interrupt() local 1129 struct snd_wss *chip = snd_pcm_substream_chip(substream); snd_wss_playback_pointer() local 1140 struct snd_wss *chip = snd_pcm_substream_chip(substream); snd_wss_capture_pointer() local 1153 snd_ad1848_probe(struct snd_wss * chip) snd_ad1848_probe() argument 1235 snd_wss_probe(struct snd_wss * chip) snd_wss_probe() argument 1473 struct snd_wss *chip = snd_pcm_substream_chip(substream); snd_wss_playback_open() local 1516 struct snd_wss *chip = snd_pcm_substream_chip(substream); snd_wss_capture_open() local 1557 struct snd_wss *chip = snd_pcm_substream_chip(substream); snd_wss_playback_close() local 1566 struct snd_wss *chip = snd_pcm_substream_chip(substream); snd_wss_capture_close() local 1573 snd_wss_thinkpad_twiddle(struct snd_wss * chip,int on) snd_wss_thinkpad_twiddle() argument 1596 snd_wss_suspend(struct snd_wss * chip) snd_wss_suspend() argument 1610 snd_wss_resume(struct snd_wss * chip) snd_wss_resume() argument 1660 snd_wss_chip_id(struct snd_wss * chip) snd_wss_chip_id() argument 1710 struct snd_wss *chip; snd_wss_new() local 1749 struct snd_wss *chip; snd_wss_create() local 1849 snd_wss_pcm(struct snd_wss * chip,int device) snd_wss_pcm() argument 1880 struct snd_wss *chip = timer->private_data; snd_wss_timer_free() local 1884 snd_wss_timer(struct snd_wss * chip,int device) snd_wss_timer() argument 1925 struct snd_wss *chip = snd_kcontrol_chip(kcontrol); snd_wss_info_mux() local 1946 struct snd_wss *chip = snd_kcontrol_chip(kcontrol); snd_wss_get_mux() local 1959 struct snd_wss *chip = snd_kcontrol_chip(kcontrol); snd_wss_put_mux() local 1996 struct snd_wss *chip = snd_kcontrol_chip(kcontrol); snd_wss_get_single() local 2015 struct snd_wss *chip = snd_kcontrol_chip(kcontrol); snd_wss_put_single() local 2053 struct snd_wss *chip = snd_kcontrol_chip(kcontrol); snd_wss_get_double() local 2077 struct snd_wss *chip = snd_kcontrol_chip(kcontrol); snd_wss_put_double() local 2167 snd_wss_mixer(struct snd_wss * chip) snd_wss_mixer() argument [all...] |
| /linux/sound/pci/ |
| H A D | ad1889.c | 97 ad1889_readw(struct snd_ad1889 *chip, unsigned reg) in ad1889_readw() argument 103 ad1889_writew(struct snd_ad1889 *chip, unsigned reg, u16 val) in ad1889_writew() argument 109 ad1889_readl(struct snd_ad1889 *chip, unsigned reg) in ad1889_readl() argument 115 ad1889_writel(struct snd_ad1889 *chip, unsigned reg, u32 val) in ad1889_writel() argument 121 ad1889_unmute(struct snd_ad1889 *chip) in ad1889_unmute() argument 131 ad1889_mute(struct snd_ad1889 * chip) ad1889_mute() argument 140 ad1889_load_adc_buffer_address(struct snd_ad1889 * chip,u32 address) ad1889_load_adc_buffer_address() argument 147 ad1889_load_adc_buffer_count(struct snd_ad1889 * chip,u32 count) ad1889_load_adc_buffer_count() argument 154 ad1889_load_adc_interrupt_count(struct snd_ad1889 * chip,u32 count) ad1889_load_adc_interrupt_count() argument 161 ad1889_load_wave_buffer_address(struct snd_ad1889 * chip,u32 address) ad1889_load_wave_buffer_address() argument 168 ad1889_load_wave_buffer_count(struct snd_ad1889 * chip,u32 count) ad1889_load_wave_buffer_count() argument 175 ad1889_load_wave_interrupt_count(struct snd_ad1889 * chip,u32 count) ad1889_load_wave_interrupt_count() argument 182 ad1889_channel_reset(struct snd_ad1889 * chip,unsigned int channel) ad1889_channel_reset() argument 230 struct snd_ad1889 *chip = ac97->private_data; snd_ad1889_ac97_read() local 237 struct snd_ad1889 *chip = ac97->private_data; snd_ad1889_ac97_write() local 242 snd_ad1889_ac97_ready(struct snd_ad1889 * chip) snd_ad1889_ac97_ready() argument 296 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); snd_ad1889_playback_open() local 308 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); snd_ad1889_capture_open() local 320 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); snd_ad1889_playback_close() local 328 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); snd_ad1889_capture_close() local 336 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); snd_ad1889_playback_prepare() local 386 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); snd_ad1889_capture_prepare() local 438 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); snd_ad1889_playback_trigger() local 479 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); snd_ad1889_capture_trigger() local 514 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); snd_ad1889_playback_pointer() local 533 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); snd_ad1889_capture_pointer() local 567 struct snd_ad1889 *chip = dev_id; snd_ad1889_interrupt() local 592 snd_ad1889_pcm_init(struct snd_ad1889 * chip,int device) snd_ad1889_pcm_init() argument 623 struct snd_ad1889 *chip = entry->private_data; snd_ad1889_proc_read() local 702 snd_ad1889_proc_init(struct snd_ad1889 * chip) snd_ad1889_proc_init() argument 720 snd_ad1889_ac97_xinit(struct snd_ad1889 * chip) snd_ad1889_ac97_xinit() argument 744 snd_ad1889_ac97_init(struct snd_ad1889 * chip,const char * quirk_override) snd_ad1889_ac97_init() argument 776 struct snd_ad1889 *chip = card->private_data; snd_ad1889_free() local 795 struct snd_ad1889 *chip = card->private_data; snd_ad1889_create() local 852 struct snd_ad1889 *chip; __snd_ad1889_probe() local [all...] |
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_legacy.c | 28 static uint8_t nand_read_byte(struct nand_chip *chip) in nand_read_byte() 40 static uint8_t nand_read_byte16(struct nand_chip *chip) in nand_read_byte16() 52 static void nand_select_chip(struct nand_chip *chip, int chipnr) in nand_select_chip() 74 static void nand_write_byte(struct nand_chip *chip, uint8_t byte) in nand_write_byte() 86 static void nand_write_byte16(struct nand_chip *chip, uint8_t byte) in nand_write_byte16() 117 static void nand_write_buf(struct nand_chip *chip, const uint8_t *buf, int len) in nand_write_buf() 130 static void nand_read_buf(struct nand_chip *chip, uint8_t *buf, int len) in nand_read_buf() 143 static void nand_write_buf16(struct nand_chip *chip, const uint8_t *buf, in nand_write_buf16() 159 static void nand_read_buf16(struct nand_chip *chip, uint8_t *buf, int len) in nand_read_buf16() 174 static void panic_nand_wait_ready(struct nand_chip *chip, unsigned long timeo) in panic_nand_wait_ready() [all …]
|
| /linux/sound/pci/ymfpci/ |
| H A D | ymfpci_main.c | 34 static inline void snd_ymfpci_writeb(struct snd_ymfpci *chip, u32 offset, u8 val) in snd_ymfpci_writeb() argument 39 static inline u16 snd_ymfpci_readw(struct snd_ymfpci *chip, u32 offset) in snd_ymfpci_readw() argument 44 static inline void snd_ymfpci_writew(struct snd_ymfpci *chip, u32 offset, u16 val) in snd_ymfpci_writew() argument 49 static inline u32 snd_ymfpci_readl(struct snd_ymfpci *chip, u32 offset) in snd_ymfpci_readl() argument 54 static inline void snd_ymfpci_writel(struct snd_ymfpci *chip, u3 argument 59 snd_ymfpci_codec_ready(struct snd_ymfpci * chip,int secondary) snd_ymfpci_codec_ready() argument 78 struct snd_ymfpci *chip = ac97->private_data; snd_ymfpci_codec_write() local 88 struct snd_ymfpci *chip = ac97->private_data; snd_ymfpci_codec_read() local 160 snd_ymfpci_hw_start(struct snd_ymfpci * chip) snd_ymfpci_hw_start() argument 174 snd_ymfpci_hw_stop(struct snd_ymfpci * chip) snd_ymfpci_hw_stop() argument 200 voice_alloc(struct snd_ymfpci * chip,enum snd_ymfpci_voice_type type,int pair,struct snd_ymfpci_voice ** rvoice) voice_alloc() argument 238 snd_ymfpci_voice_alloc(struct snd_ymfpci * chip,enum snd_ymfpci_voice_type type,int pair,struct snd_ymfpci_voice ** rvoice) snd_ymfpci_voice_alloc() argument 262 snd_ymfpci_voice_free(struct snd_ymfpci * chip,struct snd_ymfpci_voice * pvoice) snd_ymfpci_voice_free() argument 285 snd_ymfpci_pcm_interrupt(struct snd_ymfpci * chip,struct snd_ymfpci_voice * voice) snd_ymfpci_pcm_interrupt() argument 344 struct snd_ymfpci *chip = ypcm->chip; snd_ymfpci_pcm_capture_interrupt() local 375 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_trigger() local 420 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_capture_trigger() local 584 snd_ymfpci_ac3_init(struct snd_ymfpci * chip) snd_ymfpci_ac3_init() argument 606 snd_ymfpci_ac3_done(struct snd_ymfpci * chip) snd_ymfpci_ac3_done() argument 635 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_hw_free() local 658 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_prepare() local 682 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_capture_hw_free() local 691 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_capture_prepare() local 735 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_pointer() local 747 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_capture_pointer() local 756 snd_ymfpci_irq_wait(struct snd_ymfpci * chip) snd_ymfpci_irq_wait() argument 774 struct snd_ymfpci *chip = dev_id; snd_ymfpci_interrupt() local 873 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_open_1() local 901 ymfpci_open_extension(struct snd_ymfpci * chip) ymfpci_open_extension() argument 914 ymfpci_close_extension(struct snd_ymfpci * chip) ymfpci_close_extension() argument 927 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_open() local 950 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_spdif_open() local 979 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_4ch_open() local 1001 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_capture_open() local 1048 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_close() local 1062 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_spdif_close() local 1079 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_playback_4ch_close() local 1092 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); snd_ymfpci_capture_close() local 1122 snd_ymfpci_pcm(struct snd_ymfpci * chip,int device) snd_ymfpci_pcm() argument 1156 snd_ymfpci_pcm2(struct snd_ymfpci * chip,int device) snd_ymfpci_pcm2() argument 1190 snd_ymfpci_pcm_spdif(struct snd_ymfpci * chip,int device) snd_ymfpci_pcm_spdif() argument 1231 snd_ymfpci_pcm_4ch(struct snd_ymfpci * chip,int device) snd_ymfpci_pcm_4ch() argument 1265 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_spdif_default_get() local 1278 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_spdif_default_put() local 1312 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_spdif_mask_get() local 1340 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_spdif_stream_get() local 1353 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_spdif_stream_put() local 1387 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_drec_source_get() local 1402 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_drec_source_put() local 1440 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_get_single() local 1458 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_put_single() local 1506 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_get_double() local 1523 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_put_double() local 1547 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_put_nativedacvol() local 1571 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_get_dup4ch() local 1578 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_put_dup4ch() local 1629 snd_ymfpci_get_gpio_out(struct snd_ymfpci * chip,int pin) snd_ymfpci_get_gpio_out() argument 1649 snd_ymfpci_set_gpio_out(struct snd_ymfpci * chip,int pin,int enable) snd_ymfpci_set_gpio_out() argument 1670 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_gpio_sw_get() local 1678 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_gpio_sw_put() local 1715 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_pcm_vol_get() local 1726 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); snd_ymfpci_pcm_vol_put() local 1770 struct snd_ymfpci *chip = bus->private_data; snd_ymfpci_mixer_free_ac97_bus() local 1776 struct snd_ymfpci *chip = ac97->private_data; snd_ymfpci_mixer_free_ac97() local 1780 snd_ymfpci_mixer(struct snd_ymfpci * chip,int rear_switch) snd_ymfpci_mixer() argument 1886 struct snd_ymfpci *chip; snd_ymfpci_timer_start() local 1911 struct snd_ymfpci *chip; snd_ymfpci_timer_stop() local 1938 snd_ymfpci_timer(struct snd_ymfpci * chip,int device) snd_ymfpci_timer() argument 1967 struct snd_ymfpci *chip = entry->private_data; snd_ymfpci_proc_read() local 1975 snd_ymfpci_proc_init(struct snd_card * card,struct snd_ymfpci * chip) snd_ymfpci_proc_init() argument 2002 snd_ymfpci_enable_dsp(struct snd_ymfpci * chip) snd_ymfpci_enable_dsp() argument 2007 snd_ymfpci_disable_dsp(struct snd_ymfpci * chip) snd_ymfpci_disable_dsp() argument 2022 snd_ymfpci_request_firmware(struct snd_ymfpci * chip) snd_ymfpci_request_firmware() argument 2061 snd_ymfpci_download_image(struct snd_ymfpci * chip) snd_ymfpci_download_image() argument 2094 snd_ymfpci_memalloc(struct snd_ymfpci * chip) snd_ymfpci_memalloc() argument 2197 struct snd_ymfpci *chip = card->private_data; snd_ymfpci_free() local 2226 struct snd_ymfpci *chip = card->private_data; snd_ymfpci_suspend() local 2254 struct snd_ymfpci *chip = card->private_data; snd_ymfpci_resume() local 2291 struct snd_ymfpci *chip = card->private_data; snd_ymfpci_create() local [all...] |
| /linux/sound/pci/vx222/ |
| H A D | vx222_ops.c | 76 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reg_addr() local 85 static unsigned char vx2_inb(struct vx_core *chip, int offset) in vx2_inb() argument 96 static void vx2_outb(struct vx_core *chip, int offset, unsigned char val) in vx2_outb() argument 109 vx2_inl(struct vx_core * chip,int offset) vx2_inl() argument 120 vx2_outl(struct vx_core * chip,int offset,unsigned int val) vx2_outl() argument 132 vx_inb(chip,reg) global() argument 134 vx_outb(chip,reg,val) global() argument 136 vx_inl(chip,reg) global() argument 138 vx_outl(chip,reg,val) global() argument 149 struct snd_vx222 *chip = to_vx222(_chip); vx2_reset_dsp() local 164 struct snd_vx222 *chip = to_vx222(_chip); vx2_test_xilinx() local 220 vx2_setup_pseudo_dma(struct vx_core * chip,int do_write) vx2_setup_pseudo_dma() argument 236 vx2_release_pseudo_dma(struct vx_core * chip) vx2_release_pseudo_dma() argument 245 vx2_dma_write(struct vx_core * chip,struct snd_pcm_runtime * runtime,struct vx_pipe * pipe,int count) vx2_dma_write() argument 284 vx2_dma_read(struct vx_core * chip,struct snd_pcm_runtime * runtime,struct vx_pipe * pipe,int count) vx2_dma_read() argument 324 put_xilinx_data(struct vx_core * chip,unsigned int port,unsigned int counts,unsigned char data) put_xilinx_data() argument 356 vx2_load_xilinx_binary(struct vx_core * chip,const struct firmware * xilinx) vx2_load_xilinx_binary() argument 438 vx2_test_and_ack(struct vx_core * chip) vx2_test_and_ack() argument 471 struct snd_vx222 *chip = to_vx222(_chip); vx2_validate_irq() local 490 vx2_write_codec_reg(struct vx_core * chip,unsigned int data) vx2_write_codec_reg() argument 666 vx2_write_akm(struct vx_core * chip,int reg,unsigned int data) vx2_write_akm() argument 702 vx2_old_write_codec_bit(struct vx_core * chip,int codec,unsigned int data) vx2_old_write_codec_bit() argument 722 struct snd_vx222 *chip = to_vx222(_chip); vx2_reset_codec() local 764 struct snd_vx222 *chip = to_vx222(_chip); vx2_change_audio_source() local 783 struct snd_vx222 *chip = to_vx222(_chip); vx2_set_clock_source() local 797 struct snd_vx222 *chip = to_vx222(_chip); vx2_reset_board() local 816 vx2_set_input_level(struct snd_vx222 * chip) vx2_set_input_level() argument 870 struct snd_vx222 *chip = to_vx222(_chip); vx_input_level_get() local 881 struct snd_vx222 *chip = to_vx222(_chip); vx_input_level_put() local 914 struct snd_vx222 *chip = to_vx222(_chip); vx_mic_level_get() local 922 struct snd_vx222 *chip = to_vx222(_chip); vx_mic_level_put() local 965 struct snd_vx222 *chip = to_vx222(_chip); vx2_add_mic_controls() local [all...] |
| /linux/sound/isa/ad1816a/ |
| H A D | ad1816a_lib.c | 20 static inline int snd_ad1816a_busy_wait(struct snd_ad1816a *chip) in snd_ad1816a_busy_wait() argument 32 static inline unsigned char snd_ad1816a_in(struct snd_ad1816a *chip, unsigned char reg) in snd_ad1816a_in() argument 38 static inline void snd_ad1816a_out(struct snd_ad1816a *chip, unsigned char reg, in snd_ad1816a_out() argument 45 static inline void snd_ad1816a_out_mask(struct snd_ad1816a *chip, unsigned char reg, in snd_ad1816a_out_mask() argument 52 snd_ad1816a_read(struct snd_ad1816a * chip,unsigned char reg) snd_ad1816a_read() argument 59 snd_ad1816a_write(struct snd_ad1816a * chip,unsigned char reg,unsigned short value) snd_ad1816a_write() argument 67 snd_ad1816a_write_mask(struct snd_ad1816a * chip,unsigned char reg,unsigned short mask,unsigned short value) snd_ad1816a_write_mask() argument 75 snd_ad1816a_get_format(struct snd_ad1816a * chip,snd_pcm_format_t format,int channels) snd_ad1816a_get_format() argument 97 snd_ad1816a_open(struct snd_ad1816a * chip,unsigned int mode) snd_ad1816a_open() argument 133 snd_ad1816a_close(struct snd_ad1816a * chip,unsigned int mode) snd_ad1816a_close() argument 166 snd_ad1816a_trigger(struct snd_ad1816a * chip,unsigned char what,int channel,int cmd,int iscapture) snd_ad1816a_trigger() argument 198 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); snd_ad1816a_playback_trigger() local 205 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); snd_ad1816a_capture_trigger() local 212 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); snd_ad1816a_playback_prepare() local 244 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); snd_ad1816a_capture_prepare() local 277 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); snd_ad1816a_playback_pointer() local 287 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); snd_ad1816a_capture_pointer() local 298 struct snd_ad1816a *chip = dev_id; snd_ad1816a_interrupt() local 361 struct snd_ad1816a *chip = snd_timer_chip(timer); snd_ad1816a_timer_close() local 368 struct snd_ad1816a *chip = snd_timer_chip(timer); snd_ad1816a_timer_open() local 385 struct snd_ad1816a *chip = snd_timer_chip(timer); snd_ad1816a_timer_start() local 403 struct snd_ad1816a *chip = snd_timer_chip(timer); snd_ad1816a_timer_stop() local 426 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); snd_ad1816a_playback_open() local 442 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); snd_ad1816a_capture_open() local 458 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); snd_ad1816a_playback_close() local 467 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); snd_ad1816a_capture_close() local 475 snd_ad1816a_init(struct snd_ad1816a * chip) snd_ad1816a_init() argument 496 snd_ad1816a_suspend(struct snd_ad1816a * chip) snd_ad1816a_suspend() argument 507 snd_ad1816a_resume(struct snd_ad1816a * chip) snd_ad1816a_resume() argument 520 snd_ad1816a_probe(struct snd_ad1816a * chip) snd_ad1816a_probe() argument 544 snd_ad1816a_chip_id(struct snd_ad1816a * chip) snd_ad1816a_chip_id() argument 559 snd_ad1816a_create(struct snd_card * card,unsigned long port,int irq,int dma1,int dma2,struct snd_ad1816a * chip) snd_ad1816a_create() argument 619 snd_ad1816a_pcm(struct snd_ad1816a * chip,int device) snd_ad1816a_pcm() argument 644 snd_ad1816a_timer(struct snd_ad1816a * chip,int device) snd_ad1816a_timer() argument 681 struct snd_ad1816a *chip = snd_kcontrol_chip(kcontrol); snd_ad1816a_get_mux() local 695 struct snd_ad1816a *chip = snd_kcontrol_chip(kcontrol); snd_ad1816a_put_mux() local 737 struct snd_ad1816a *chip = snd_kcontrol_chip(kcontrol); snd_ad1816a_get_single() local 754 struct snd_ad1816a *chip = snd_kcontrol_chip(kcontrol); snd_ad1816a_put_single() local 802 struct snd_ad1816a *chip = snd_kcontrol_chip(kcontrol); snd_ad1816a_get_double() local 825 struct snd_ad1816a *chip = snd_kcontrol_chip(kcontrol); snd_ad1816a_put_double() local 904 snd_ad1816a_mixer(struct snd_ad1816a * chip) snd_ad1816a_mixer() argument [all...] |
| /linux/arch/mips/alchemy/common/ |
| H A D | gpiolib.c | 38 static int gpio2_get(struct gpio_chip *chip, unsigned offset) in gpio2_get() 43 static int gpio2_set(struct gpio_chip *chip, unsigned offset, int value) in gpio2_set() 50 static int gpio2_direction_input(struct gpio_chip *chip, unsigned offset) in gpio2_direction_input() 55 static int gpio2_direction_output(struct gpio_chip *chip, unsigned offset, in gpio2_direction_output() 62 static int gpio2_to_irq(struct gpio_chip *chip, unsigned offset) in gpio2_to_irq() 68 static int gpio1_get(struct gpio_chip *chip, unsigned offset) in gpio1_get() 73 static int gpio1_set(struct gpio_chip *chip, in gpio1_set() 81 static int gpio1_direction_input(struct gpio_chip *chip, unsigned offset) in gpio1_direction_input() 86 static int gpio1_direction_output(struct gpio_chip *chip, in gpio1_direction_output() 93 static int gpio1_to_irq(struct gpio_chip *chip, unsigned offset) in gpio1_to_irq() [all …]
|
| /linux/sound/pcmcia/vx/ |
| H A D | vxp_ops.c | 40 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_reg_addr() local 48 static unsigned char vxp_inb(struct vx_core *chip, int offset) in vxp_inb() argument 58 static void vxp_outb(struct vx_core *chip, int offset, unsigned char val) in vxp_outb() argument 67 #define vx_inb(chip,reg) vxp_inb((struct vx_core *)(chip), VX_##reg) argument 69 #define vx_outb(chip,reg,val) vxp_outb((struct vx_core *)(chip), VX argument 77 vx_check_magic(struct vx_core * chip) vx_check_magic() argument 100 struct snd_vxpocket *chip = to_vxpocket(_chip); vxp_reset_dsp() local 118 struct snd_vxpocket *chip = to_vxpocket(_chip); vxp_reset_codec() local 137 struct snd_vxpocket *chip = to_vxpocket(_chip); vxp_load_xilinx_binary() local 274 struct snd_vxpocket *chip = to_vxpocket(_chip); vxp_test_and_ack() local 301 struct snd_vxpocket *chip = to_vxpocket(_chip); vxp_validate_irq() local 317 struct snd_vxpocket *chip = to_vxpocket(_chip); vx_setup_pseudo_dma() local 337 struct snd_vxpocket *chip = to_vxpocket(_chip); vx_release_pseudo_dma() local 355 vxp_dma_write(struct vx_core * chip,struct snd_pcm_runtime * runtime,struct vx_pipe * pipe,int count) vxp_dma_write() argument 394 vxp_dma_read(struct vx_core * chip,struct snd_pcm_runtime * runtime,struct vx_pipe * pipe,int count) vxp_dma_read() argument 436 vxp_write_codec_reg(struct vx_core * chip,int codec,unsigned int data) vxp_write_codec_reg() argument 459 vx_set_mic_boost(struct vx_core * chip,int boost) vx_set_mic_boost() argument 501 vx_set_mic_level(struct vx_core * chip,int level) vx_set_mic_level() argument 522 struct snd_vxpocket *chip = to_vxpocket(_chip); vxp_change_audio_source() local 562 struct snd_vxpocket *chip = to_vxpocket(_chip); vxp_set_clock_source() local 577 struct snd_vxpocket *chip = to_vxpocket(_chip); vxp_reset_board() local [all...] |
| /linux/sound/drivers/vx/ |
| H A D | vx_core.c | 39 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time) in snd_vx_check_reg_bit() argument 71 static int vx_send_irq_dsp(struct vx_core *chip, int num) in vx_send_irq_dsp() argument 92 static int vx_reset_chk(struct vx_core *chip) in vx_reset_chk() argument 111 vx_transfer_end(struct vx_core * chip,int cmd) vx_transfer_end() argument 155 vx_read_status(struct vx_core * chip,struct vx_rmh * rmh) vx_read_status() argument 236 vx_send_msg_nolock(struct vx_core * chip,struct vx_rmh * rmh) vx_send_msg_nolock() argument 345 vx_send_msg(struct vx_core * chip,struct vx_rmh * rmh) vx_send_msg() argument 367 vx_send_rih_nolock(struct vx_core * chip,int cmd) vx_send_rih_nolock() argument 405 vx_send_rih(struct vx_core * chip,int cmd) vx_send_rih() argument 422 snd_vx_load_boot_image(struct vx_core * chip,const struct firmware * boot) snd_vx_load_boot_image() argument 479 vx_test_irq_src(struct vx_core * chip,unsigned int * ret) vx_test_irq_src() argument 500 struct vx_core *chip = dev; snd_vx_threaded_irq_handler() local 542 struct vx_core *chip = dev; snd_vx_irq_handler() local 556 vx_reset_board(struct vx_core * chip,int cold_reset) vx_reset_board() argument 598 struct vx_core *chip = entry->private_data; vx_proc_read() local 639 vx_proc_init(struct vx_core * chip) vx_proc_init() argument 650 snd_vx_dsp_boot(struct vx_core * chip,const struct firmware * boot) snd_vx_dsp_boot() argument 673 snd_vx_dsp_load(struct vx_core * chip,const struct firmware * dsp) snd_vx_dsp_load() argument 727 snd_vx_suspend(struct vx_core * chip) snd_vx_suspend() argument 740 snd_vx_resume(struct vx_core * chip) snd_vx_resume() argument 791 struct vx_core *chip; snd_vx_create() local [all...] |
| H A D | vx_pcm.c | 45 static void vx_pcm_read_per_bytes(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pcm_read_per_bytes() argument 72 static void vx_set_pcx_time(struct vx_core *chip, pcx_time_t *pc_time, in vx_set_pcx_time() argument 89 static int vx_set_differed_time(struct vx_core *chip, struct vx_rmh *rmh, in vx_set_differed_time() argument 123 static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_stream_format() argument 150 vx_set_format(struct vx_core * chip,struct vx_pipe * pipe,struct snd_pcm_runtime * runtime) vx_set_format() argument 179 vx_set_ibl(struct vx_core * chip,struct vx_ibl_info * info) vx_set_ibl() argument 211 vx_get_pipe_state(struct vx_core * chip,struct vx_pipe * pipe,int * state) vx_get_pipe_state() argument 236 vx_query_hbuffer_size(struct vx_core * chip,struct vx_pipe * pipe) vx_query_hbuffer_size() argument 260 vx_pipe_can_start(struct vx_core * chip,struct vx_pipe * pipe) vx_pipe_can_start() argument 281 vx_conf_pipe(struct vx_core * chip,struct vx_pipe * pipe) vx_conf_pipe() argument 295 vx_send_irqa(struct vx_core * chip) vx_send_irqa() argument 320 vx_toggle_pipe(struct vx_core * chip,struct vx_pipe * pipe,int state) vx_toggle_pipe() argument 375 vx_stop_pipe(struct vx_core * chip,struct vx_pipe * pipe) vx_stop_pipe() argument 393 vx_alloc_pipe(struct vx_core * chip,int capture,int audioid,int num_audio,struct vx_pipe ** pipep) vx_alloc_pipe() argument 443 vx_free_pipe(struct vx_core * chip,struct vx_pipe * pipe) vx_free_pipe() argument 461 vx_start_stream(struct vx_core * chip,struct vx_pipe * pipe) vx_start_stream() argument 477 vx_stop_stream(struct vx_core * chip,struct vx_pipe * pipe) vx_stop_stream() argument 517 struct vx_core *chip = snd_pcm_substream_chip(subs); vx_pcm_playback_open() local 559 struct vx_core *chip = snd_pcm_substream_chip(subs); vx_pcm_playback_close() local 583 vx_notify_end_of_buffer(struct vx_core * chip,struct vx_pipe * pipe) vx_notify_end_of_buffer() argument 611 vx_pcm_playback_transfer_chunk(struct vx_core * chip,struct snd_pcm_runtime * runtime,struct vx_pipe * pipe,int size) vx_pcm_playback_transfer_chunk() argument 649 vx_update_pipe_position(struct vx_core * chip,struct snd_pcm_runtime * runtime,struct vx_pipe * pipe) vx_update_pipe_position() argument 677 vx_pcm_playback_transfer(struct vx_core * chip,struct snd_pcm_substream * subs,struct vx_pipe * pipe,int nchunks) vx_pcm_playback_transfer() argument 698 vx_pcm_playback_update(struct vx_core * chip,struct snd_pcm_substream * subs,struct vx_pipe * pipe) vx_pcm_playback_update() argument 721 struct vx_core *chip = snd_pcm_substream_chip(subs); vx_pcm_trigger() local 786 struct vx_core *chip = snd_pcm_substream_chip(subs); vx_pcm_prepare() local 893 struct vx_core *chip = snd_pcm_substream_chip(subs); vx_pcm_capture_open() local 951 struct vx_core *chip = snd_pcm_substream_chip(subs); vx_pcm_capture_close() local 985 vx_pcm_capture_update(struct vx_core * chip,struct snd_pcm_substream * subs,struct vx_pipe * pipe) vx_pcm_capture_update() argument 1083 vx_pcm_update_intr(struct vx_core * chip,unsigned int events) vx_pcm_update_intr() argument 1141 vx_init_audio_io(struct vx_core * chip) vx_init_audio_io() argument 1187 struct vx_core *chip = pcm->private_data; snd_vx_pcm_free() local 1198 snd_vx_pcm_new(struct vx_core * chip) snd_vx_pcm_new() argument [all...] |
| /linux/sound/hda/controllers/ |
| H A D | intel.c | 248 #define azx_get_snoop_type(chip) \ argument 332 #define use_vga_switcheroo(chip) ((chip)->use_vga_switcheroo) argument 333 #define needs_eld_notify_link(chip) ((chip)->bus.keep_power) argument 335 #define use_vga_switcheroo(chip) 0 argument 336 #define needs_eld_notify_link(chip) false argument 381 azx_init_pci(struct azx * chip) azx_init_pci() argument 448 bxt_reduce_dma_latency(struct azx * chip) bxt_reduce_dma_latency() argument 466 intel_get_lctl_scf(struct azx * chip) intel_get_lctl_scf() argument 485 intel_ml_lctl_set_power(struct azx * chip,int state) intel_ml_lctl_set_power() argument 512 intel_init_lctl(struct azx * chip) intel_init_lctl() argument 549 hda_intel_init_chip(struct azx * chip,bool full_reset) hda_intel_init_chip() argument 579 azx_get_delay_from_lpib(struct azx * chip,struct azx_dev * azx_dev,unsigned int pos) azx_get_delay_from_lpib() argument 613 azx_position_check(struct azx * chip,struct azx_dev * azx_dev) azx_position_check() argument 630 display_power(chip,enable) global() argument 644 azx_position_ok(struct azx * chip,struct azx_dev * azx_dev) azx_position_ok() argument 722 struct azx *chip = &hda->chip; azx_irq_pending_work() local 762 azx_clear_irq_pending(struct azx * chip) azx_clear_irq_pending() argument 775 azx_acquire_irq(struct azx * chip,int do_disconnect) azx_acquire_irq() argument 803 azx_via_get_position(struct azx * chip,struct azx_dev * azx_dev) azx_via_get_position() argument 858 azx_get_pos_fifo(struct azx * chip,struct azx_dev * azx_dev) azx_get_pos_fifo() argument 889 azx_get_delay_from_fifo(struct azx * chip,struct azx_dev * azx_dev,unsigned int pos) azx_get_delay_from_fifo() argument 898 __azx_shutdown_chip(struct azx * chip,bool skip_link_reset) __azx_shutdown_chip() argument 910 azx_shutdown_chip(struct azx * chip) azx_shutdown_chip() argument 915 azx_add_card_list(struct azx * chip) azx_add_card_list() argument 923 azx_del_card_list(struct azx * chip) azx_del_card_list() argument 935 struct azx *chip; param_set_xint() local 962 struct azx *chip; azx_is_pm_ready() local 974 __azx_runtime_resume(struct azx * chip) __azx_runtime_resume() argument 1010 struct azx *chip; azx_prepare() local 1030 struct azx *chip; azx_complete() local 1043 struct azx *chip; azx_suspend() local 1058 struct azx *chip; azx_resume() local 1077 struct azx *chip = card->private_data; azx_freeze_noirq() local 1091 struct azx *chip = card->private_data; azx_thaw_noirq() local 1105 struct azx *chip; azx_runtime_suspend() local 1122 struct azx *chip; azx_runtime_resume() local 1139 struct azx *chip; azx_runtime_idle() local 1180 struct azx *chip = card->private_data; azx_vs_set_state() local 1234 struct azx *chip = card->private_data; azx_vs_can_switch() local 1252 setup_vga_switcheroo_runtime_pm(struct azx * chip) setup_vga_switcheroo_runtime_pm() argument 1270 struct azx *chip = card->private_data; azx_vs_gpu_bound() local 1277 init_vga_switcheroo(struct azx * chip) init_vga_switcheroo() argument 1303 register_vga_switcheroo(struct azx * chip) register_vga_switcheroo() argument 1323 init_vga_switcheroo(chip) global() argument 1324 register_vga_switcheroo(chip) global() argument 1326 setup_vga_switcheroo_runtime_pm(chip) global() argument 1332 azx_free(struct azx * chip) azx_free() argument 1400 struct azx *chip = device->device_data; azx_dev_disconnect() local 1524 check_position_fix(struct azx * chip,int fix) check_position_fix() argument 1567 assign_position_fix(struct azx * chip,int fix) assign_position_fix() argument 1621 check_probe_mask(struct azx * chip,int dev) check_probe_mask() argument 1662 check_msi(struct azx * chip) check_msi() argument 1688 azx_check_snoop_available(struct azx * chip) azx_check_snoop_available() argument 1731 default_bdl_pos_adj(struct azx * chip) default_bdl_pos_adj() argument 1775 struct azx *chip; azx_create() local 1849 azx_first_init(struct azx * chip) azx_first_init() argument 2042 struct azx *chip = card->private_data; azx_firmware_cb() local 2055 disable_msi_reset_irq(struct azx * chip) disable_msi_reset_irq() argument 2117 struct azx *chip; azx_probe() local 2289 set_default_power_save(struct azx * chip) set_default_power_save() argument 2317 azx_probe_continue(struct azx * chip) azx_probe_continue() argument 2416 struct azx *chip; azx_remove() local 2447 struct azx *chip; azx_shutdown() local [all...] |
| /linux/drivers/usb/typec/tcpm/ |
| H A D | fusb302.c | 129 static bool fusb302_log_full(struct fusb302_chip *chip) in fusb302_log_full() 136 static void _fusb302_log(struct fusb302_chip *chip, const char *fmt, in _fusb302_log() 184 static void fusb302_log(struct fusb302_chip *chip, const char *fmt, ...) in fusb302_log() 195 struct fusb302_chip *chip = s->private; in fusb302_debug_show() local 212 static void fusb302_debugfs_init(struct fusb302_chip *chip) in fusb302_debugfs_init() 223 static void fusb302_debugfs_exit(struct fusb302_chip *chip) in fusb302_debugfs_exit() 230 static void fusb302_log(const struct fusb302_chip *chip, in fusb302_log() 232 static void fusb302_debugfs_init(const struct fusb302_chip *chip) { } in fusb302_debugfs_init() 233 static void fusb302_debugfs_exit(const struct fusb302_chip *chip) { } in fusb302_debugfs_exit() 237 static int fusb302_i2c_write(struct fusb302_chip *chip, in fusb302_i2c_write() [all …]
|