Searched refs:chip (Results 26 - 50 of 499) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dmona_dsp.c32 static int write_control_reg(struct echoaudio *chip, u32 value, char force);
33 static int set_input_clock(struct echoaudio *chip, u16 clock);
34 static int set_professional_spdif(struct echoaudio *chip, char prof);
35 static int set_digital_mode(struct echoaudio *chip, u8 mode);
36 static int load_asic_generic(struct echoaudio *chip, u32 cmd,
38 static int check_asic_status(struct echoaudio *chip);
41 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
48 if ((err = init_dsp_comm_page(chip))) {
53 chip->device_id = device_id;
54 chip
91 detect_input_clocks(const struct echoaudio *chip) argument
117 load_asic(struct echoaudio *chip) argument
164 switch_asic(struct echoaudio *chip, char double_speed) argument
198 set_sample_rate(struct echoaudio *chip, u32 rate) argument
298 set_input_clock(struct echoaudio *chip, u16 clock) argument
367 dsp_set_digital_mode(struct echoaudio *chip, u8 mode) argument
[all...]
H A Dgina24_dsp.c32 static int write_control_reg(struct echoaudio *chip, u32 value, char force);
33 static int set_input_clock(struct echoaudio *chip, u16 clock);
34 static int set_professional_spdif(struct echoaudio *chip, char prof);
35 static int set_digital_mode(struct echoaudio *chip, u8 mode);
36 static int load_asic_generic(struct echoaudio *chip, u32 cmd,
38 static int check_asic_status(struct echoaudio *chip);
41 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
48 if ((err = init_dsp_comm_page(chip))) {
53 chip->device_id = device_id;
54 chip
96 detect_input_clocks(const struct echoaudio *chip) argument
122 load_asic(struct echoaudio *chip) argument
162 set_sample_rate(struct echoaudio *chip, u32 rate) argument
232 set_input_clock(struct echoaudio *chip, u16 clock) argument
285 dsp_set_digital_mode(struct echoaudio *chip, u8 mode) argument
[all...]
H A Dlayla20_dsp.c32 static int read_dsp(struct echoaudio *chip, u32 *data);
33 static int set_professional_spdif(struct echoaudio *chip, char prof);
34 static int load_asic_generic(struct echoaudio *chip, u32 cmd,
36 static int check_asic_status(struct echoaudio *chip);
37 static int update_flags(struct echoaudio *chip);
40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) argument
47 if ((err = init_dsp_comm_page(chip))) {
52 chip->device_id = device_id;
53 chip->subdevice_id = subdevice_id;
54 chip
78 detect_input_clocks(const struct echoaudio *chip) argument
109 check_asic_status(struct echoaudio *chip) argument
138 load_asic(struct echoaudio *chip) argument
156 set_sample_rate(struct echoaudio *chip, u32 rate) argument
182 set_input_clock(struct echoaudio *chip, u16 clock_source) argument
226 set_output_clock(struct echoaudio *chip, u16 clock) argument
253 set_input_gain(struct echoaudio *chip, u16 input, int gain) argument
269 update_flags(struct echoaudio *chip) argument
279 set_professional_spdif(struct echoaudio *chip, char prof) argument
[all...]
H A Dechoaudio_dsp.c35 static int restore_dsp_rettings(struct echoaudio *chip);
42 static int wait_handshake(struct echoaudio *chip) argument
49 if (chip->comm_page->handshake) {
66 static int send_vector(struct echoaudio *chip, u32 command) argument
74 if (!(get_dsp_register(chip, CHI32_VECTOR_REG) &
76 set_dsp_register(chip, CHI32_VECTOR_REG, command);
91 static int write_dsp(struct echoaudio *chip, u32 data) argument
96 status = get_dsp_register(chip, CHI32_STATUS_REG);
98 set_dsp_register(chip, CHI32_DATA_REG, data);
106 chip
115 read_dsp(struct echoaudio *chip, u32 *data) argument
145 read_sn(struct echoaudio *chip) argument
165 check_asic_status(struct echoaudio *chip) argument
178 load_asic_generic(struct echoaudio *chip, u32 cmd, const struct firmware *asic) argument
226 install_resident_loader(struct echoaudio *chip) argument
329 load_dsp(struct echoaudio *chip, u16 *code) argument
472 load_firmware(struct echoaudio *chip) argument
513 set_nominal_level(struct echoaudio *chip, u16 index, char consumer) argument
537 set_output_gain(struct echoaudio *chip, u16 channel, s8 gain) argument
554 set_monitor_gain(struct echoaudio *chip, u16 output, u16 input, s8 gain) argument
571 update_output_line_level(struct echoaudio *chip) argument
582 update_input_line_level(struct echoaudio *chip) argument
594 set_meters_on(struct echoaudio *chip, char on) argument
619 get_audio_meters(struct echoaudio *chip, long *meters) argument
655 restore_dsp_rettings(struct echoaudio *chip) argument
713 set_audio_format(struct echoaudio *chip, u16 pipe_index, const struct audioformat *format) argument
790 start_transport(struct echoaudio *chip, u32 channel_mask, u32 cyclic_mask) argument
817 pause_transport(struct echoaudio *chip, u32 channel_mask) argument
844 stop_transport(struct echoaudio *chip, u32 channel_mask) argument
871 is_pipe_allocated(struct echoaudio *chip, u16 pipe_index) argument
880 rest_in_peace(struct echoaudio *chip) argument
906 init_dsp_comm_page(struct echoaudio *chip) argument
944 init_line_levels(struct echoaudio *chip) argument
993 service_irq(struct echoaudio *chip) argument
1022 allocate_pipes(struct echoaudio *chip, struct audiopipe *pipe, int pipe_index, int interleave) argument
1062 free_pipes(struct echoaudio *chip, struct audiopipe *pipe) argument
1085 sglist_init(struct echoaudio *chip, struct audiopipe *pipe) argument
1096 sglist_add_mapping(struct echoaudio *chip, struct audiopipe *pipe, dma_addr_t address, size_t length) argument
1115 sglist_add_irq(struct echoaudio *chip, struct audiopipe *pipe) argument
1122 sglist_wrap(struct echoaudio *chip, struct audiopipe *pipe) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb16_main.c13 * Note: Some chip revisions have hardware bug. Changing capture
15 * 16bit DMA transfers from DSP chip (capture) until 8bit transfer
16 * to DSP chip (playback) starts. This bug can be avoided with
53 static void snd_sb16_csp_playback_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) argument
55 if (chip->hardware == SB_HW_16CSP) {
56 struct snd_sb_csp *csp = chip->csp;
86 if (csp->ops.csp_start(csp, (chip->mode & SB_MODE_PLAYBACK_16) ?
94 chip->open = SNDRV_SB_CSP_MODE_DSP_WRITE;
101 static void snd_sb16_csp_capture_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) argument
103 if (chip
139 snd_sb16_csp_update(struct snd_sb *chip) argument
152 snd_sb16_csp_playback_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) argument
171 snd_sb16_csp_playback_close(struct snd_sb *chip) argument
183 snd_sb16_csp_capture_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) argument
202 snd_sb16_csp_capture_close(struct snd_sb *chip) argument
224 snd_sb16_setup_rate(struct snd_sb *chip, unsigned short rate, int channel) argument
262 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
304 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
332 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
373 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
400 struct snd_sb *chip = dev_id; local
452 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
463 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
519 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
576 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
589 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
646 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
660 snd_sb16_set_dma_mode(struct snd_sb *chip, int what) argument
678 snd_sb16_get_dma_mode(struct snd_sb *chip) argument
709 struct snd_sb *chip = snd_kcontrol_chip(kcontrol); local
720 struct snd_sb *chip = snd_kcontrol_chip(kcontrol); local
747 snd_sb16dsp_configure(struct snd_sb * chip) argument
858 snd_sb16dsp_pcm(struct snd_sb * chip, int device, struct snd_pcm ** rpcm) argument
[all...]
H A Dsb8_main.c107 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
112 switch (chip->hardware) {
116 chip->playback_format = SB_DSP_HI_OUTPUT_AUTO;
122 chip->playback_format = SB_DSP_HI_OUTPUT_AUTO;
127 chip->playback_format = SB_DSP_LO_OUTPUT_AUTO;
130 chip->playback_format = SB_DSP_OUTPUT;
135 size = chip->p_dma_size = snd_pcm_lib_buffer_bytes(substream);
136 count = chip->p_period_size = snd_pcm_lib_period_bytes(substream);
137 spin_lock_irqsave(&chip->reg_lock, flags);
138 snd_sbdsp_command(chip, SB_DSP_SPEAKER_O
185 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
233 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
297 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
332 snd_sb8dsp_interrupt(struct snd_sb *chip) argument
359 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
370 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
427 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
474 struct snd_sb *chip = snd_pcm_substream_chip(substream); local
510 snd_sb8dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_base.c84 static int nand_get_device(struct nand_chip *chip, struct mtd_info *mtd,
97 * nand_release_device - [GENERIC] release chip
100 * Deselect, release chip lock and wake up anyone waiting on the device
104 struct nand_chip *chip = mtd->priv; local
107 if (chip->release_device) {
108 chip->release_device(mtd);
114 chip->select_chip(mtd, -1);
116 /* Release the controller and the chip */
117 spin_lock(&chip->controller->lock);
118 chip
132 struct nand_chip *chip = mtd->priv; local
145 struct nand_chip *chip = mtd->priv; local
158 struct nand_chip *chip = mtd->priv; local
171 struct nand_chip *chip = mtd->priv; local
196 struct nand_chip *chip = mtd->priv; local
213 struct nand_chip *chip = mtd->priv; local
230 struct nand_chip *chip = mtd->priv; local
249 struct nand_chip *chip = mtd->priv; local
269 struct nand_chip *chip = mtd->priv; local
288 struct nand_chip *chip = mtd->priv; local
310 struct nand_chip *chip = mtd->priv; local
354 struct nand_chip *chip = mtd->priv; local
398 struct nand_chip *chip = mtd->priv; local
417 struct nand_chip *chip = mtd->priv; local
432 struct nand_chip *chip = mtd->priv; local
459 register struct nand_chip *chip = mtd->priv; local
562 register struct nand_chip *chip = mtd->priv; local
678 nand_get_device(struct nand_chip *chip, struct mtd_info *mtd, int new_state) argument
724 nand_wait(struct mtd_info *mtd, struct nand_chip *chip) argument
768 nand_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf) argument
782 nand_read_page_swecc(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf) argument
825 nand_read_subpage(struct mtd_info *mtd, struct nand_chip *chip, uint32_t data_offs, uint32_t readlen, uint8_t *bufpoi) argument
906 nand_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf) argument
951 nand_read_page_syndrome(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf) argument
1003 nand_transfer_oob(struct nand_chip *chip, uint8_t *oob, struct mtd_oob_ops *ops, size_t len) argument
1057 struct nand_chip *chip = mtd->priv; local
1197 struct nand_chip *chip = mtd->priv; local
1228 nand_read_oob_std(struct mtd_info *mtd, struct nand_chip *chip, int page, int sndcmd) argument
1247 nand_read_oob_syndrome(struct mtd_info *mtd, struct nand_chip *chip, int page, int sndcmd) argument
1284 nand_write_oob_std(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
1308 nand_write_oob_syndrome(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
1372 struct nand_chip *chip = mtd->priv; local
1464 struct nand_chip *chip = mtd->priv; local
1505 nand_write_page_raw(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf) argument
1518 nand_write_page_swecc(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf) argument
1544 nand_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf) argument
1575 nand_write_page_syndrome(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf) argument
1619 nand_write_page(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int page, int cached, int raw) argument
1672 nand_fill_oob(struct nand_chip *chip, uint8_t *oob, struct mtd_oob_ops *ops) argument
1729 struct nand_chip *chip = mtd->priv; local
1831 struct nand_chip *chip = mtd->priv; local
1867 struct nand_chip *chip = mtd->priv; local
1944 struct nand_chip *chip = mtd->priv; local
1987 struct nand_chip *chip = mtd->priv; local
2003 struct nand_chip *chip = mtd->priv; local
2037 struct nand_chip *chip = mtd->priv; local
2211 struct nand_chip *chip = mtd->priv; local
2242 struct nand_chip *chip = mtd->priv; local
2261 struct nand_chip *chip = mtd->priv; local
2272 struct nand_chip *chip = mtd->priv; local
2284 nand_set_defaults(struct nand_chip *chip, int busw) argument
2328 nand_get_flash_type(struct mtd_info *mtd, struct nand_chip *chip, int busw, int *maf_id) argument
2501 struct nand_chip *chip = mtd->priv; local
2551 struct nand_chip *chip = mtd->priv; local
2781 struct nand_chip *chip = mtd->priv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ymfpci/
H A Dymfpci_main.c46 static void snd_ymfpci_irq_wait(struct snd_ymfpci *chip);
48 static inline u8 snd_ymfpci_readb(struct snd_ymfpci *chip, u32 offset) argument
50 return readb(chip->reg_area_virt + offset);
53 static inline void snd_ymfpci_writeb(struct snd_ymfpci *chip, u32 offset, u8 val) argument
55 writeb(val, chip->reg_area_virt + offset);
58 static inline u16 snd_ymfpci_readw(struct snd_ymfpci *chip, u32 offset) argument
60 return readw(chip->reg_area_virt + offset);
63 static inline void snd_ymfpci_writew(struct snd_ymfpci *chip, u32 offset, u16 val) argument
65 writew(val, chip->reg_area_virt + offset);
68 static inline u32 snd_ymfpci_readl(struct snd_ymfpci *chip, u3 argument
73 snd_ymfpci_writel(struct snd_ymfpci *chip, u32 offset, u32 val) argument
78 snd_ymfpci_codec_ready(struct snd_ymfpci *chip, int secondary) argument
96 struct snd_ymfpci *chip = ac97->private_data; local
106 struct snd_ymfpci *chip = ac97->private_data; local
189 snd_ymfpci_hw_start(struct snd_ymfpci *chip) argument
203 snd_ymfpci_hw_stop(struct snd_ymfpci *chip) argument
229 voice_alloc(struct snd_ymfpci *chip, enum snd_ymfpci_voice_type type, int pair, struct snd_ymfpci_voice **rvoice) argument
267 snd_ymfpci_voice_alloc(struct snd_ymfpci *chip, enum snd_ymfpci_voice_type type, int pair, struct snd_ymfpci_voice **rvoice) argument
289 snd_ymfpci_voice_free(struct snd_ymfpci *chip, struct snd_ymfpci_voice *pvoice) argument
311 snd_ymfpci_pcm_interrupt(struct snd_ymfpci *chip, struct snd_ymfpci_voice *voice) argument
364 struct snd_ymfpci *chip = ypcm->chip; local
390 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
427 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
591 snd_ymfpci_ac3_init(struct snd_ymfpci *chip) argument
613 snd_ymfpci_ac3_done(struct snd_ymfpci *chip) argument
643 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
667 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
690 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
699 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
743 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
755 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
764 snd_ymfpci_irq_wait(struct snd_ymfpci *chip) argument
782 struct snd_ymfpci *chip = dev_id; local
875 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
893 ymfpci_open_extension(struct snd_ymfpci *chip) argument
906 ymfpci_close_extension(struct snd_ymfpci *chip) argument
919 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
946 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
974 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
995 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
1032 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
1050 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
1067 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
1080 struct snd_ymfpci *chip = snd_pcm_substream_chip(substream); local
1113 snd_ymfpci_pcm(struct snd_ymfpci *chip, int device, struct snd_pcm ** rpcm) argument
1151 snd_ymfpci_pcm2(struct snd_ymfpci *chip, int device, struct snd_pcm ** rpcm) argument
1189 snd_ymfpci_pcm_spdif(struct snd_ymfpci *chip, int device, struct snd_pcm ** rpcm) argument
1226 snd_ymfpci_pcm_4ch(struct snd_ymfpci *chip, int device, struct snd_pcm ** rpcm) argument
1262 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1275 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1309 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1337 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1350 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1390 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1405 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1458 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1476 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1524 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1541 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1576 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1583 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1623 snd_ymfpci_get_gpio_out(struct snd_ymfpci *chip, int pin) argument
1643 snd_ymfpci_set_gpio_out(struct snd_ymfpci *chip, int pin, int enable) argument
1671 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1679 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1716 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1727 struct snd_ymfpci *chip = snd_kcontrol_chip(kcontrol); local
1769 struct snd_ymfpci *chip = bus->private_data; local
1775 struct snd_ymfpci *chip = ac97->private_data; local
1779 snd_ymfpci_mixer(struct snd_ymfpci *chip, int rear_switch) argument
1864 struct snd_ymfpci *chip; local
1879 struct snd_ymfpci *chip; local
1906 snd_ymfpci_timer(struct snd_ymfpci *chip, int device) argument
1934 struct snd_ymfpci *chip = entry->private_data; local
1942 snd_ymfpci_proc_init(struct snd_card *card, struct snd_ymfpci *chip) argument
1967 snd_ymfpci_enable_dsp(struct snd_ymfpci *chip) argument
1972 snd_ymfpci_disable_dsp(struct snd_ymfpci *chip) argument
2006 snd_ymfpci_request_firmware(struct snd_ymfpci *chip) argument
2036 snd_ymfpci_request_firmware(struct snd_ymfpci *chip) argument
2080 snd_ymfpci_download_image(struct snd_ymfpci *chip) argument
2111 snd_ymfpci_memalloc(struct snd_ymfpci *chip) argument
2209 snd_ymfpci_free(struct snd_ymfpci *chip) argument
2262 struct snd_ymfpci *chip = device->device_data; local
2299 struct snd_ymfpci *chip = card->private_data; local
2322 struct snd_ymfpci *chip = card->private_data; local
2361 struct snd_ymfpci *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dburgundy.c34 snd_pmac_burgundy_busy_wait(struct snd_pmac *chip) argument
37 while ((in_le32(&chip->awacs->codec_ctrl) & MASK_NEWECMD) && timeout--)
44 snd_pmac_burgundy_extend_wait(struct snd_pmac *chip) argument
48 while (!(in_le32(&chip->awacs->codec_stat) & MASK_EXTEND) && timeout--)
53 while ((in_le32(&chip->awacs->codec_stat) & MASK_EXTEND) && timeout--)
60 snd_pmac_burgundy_wcw(struct snd_pmac *chip, unsigned addr, unsigned val) argument
62 out_le32(&chip->awacs->codec_ctrl, addr + 0x200c00 + (val & 0xff));
63 snd_pmac_burgundy_busy_wait(chip);
64 out_le32(&chip->awacs->codec_ctrl, addr + 0x200d00 +((val>>8) & 0xff));
65 snd_pmac_burgundy_busy_wait(chip);
73 snd_pmac_burgundy_rcw(struct snd_pmac *chip, unsigned addr) argument
106 snd_pmac_burgundy_wcb(struct snd_pmac *chip, unsigned int addr, unsigned int val) argument
113 snd_pmac_burgundy_rcb(struct snd_pmac *chip, unsigned int addr) argument
134 snd_pmac_burgundy_write_volume(struct snd_pmac *chip, unsigned int address, long *volume, int shift) argument
150 snd_pmac_burgundy_read_volume(struct snd_pmac *chip, unsigned int address, long *volume, int shift) argument
189 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
200 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
235 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
249 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
286 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
301 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
343 snd_pmac_burgundy_detect_headphone(struct snd_pmac *chip) argument
348 snd_pmac_burgundy_update_automute(struct snd_pmac *chip, int do_notify) argument
377 snd_pmac_burgundy_init(struct snd_pmac *chip) argument
[all...]
H A Dawacs.c49 static void snd_pmac_screamer_wait(struct snd_pmac *chip) argument
52 while (!(in_le32(&chip->awacs->codec_stat) & MASK_VALID)) {
65 snd_pmac_awacs_write(struct snd_pmac *chip, int val) argument
69 if (chip->model == PMAC_SCREAMER)
70 snd_pmac_screamer_wait(chip);
71 out_le32(&chip->awacs->codec_ctrl, val | (chip->subframe << 22));
72 while (in_le32(&chip->awacs->codec_ctrl) & MASK_NEWECMD) {
81 snd_pmac_awacs_write_reg(struct snd_pmac *chip, int reg, int val) argument
83 snd_pmac_awacs_write(chip, va
88 snd_pmac_awacs_write_noreg(struct snd_pmac *chip, int reg, int val) argument
95 screamer_recalibrate(struct snd_pmac *chip) argument
122 snd_pmac_awacs_set_format(struct snd_pmac *chip) argument
149 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
172 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
213 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
232 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
317 awacs_amp_free(struct snd_pmac *chip) argument
343 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
356 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
371 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
384 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
409 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
421 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
447 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
457 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
545 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
564 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); local
635 build_mixers(struct snd_pmac *chip, int nums, struct snd_kcontrol_new *mixers) argument
650 awacs_restore_all_regs(struct snd_pmac *chip) argument
664 snd_pmac_awacs_suspend(struct snd_pmac *chip) argument
670 snd_pmac_awacs_resume(struct snd_pmac *chip) argument
703 snd_pmac_awacs_detect_headphone(struct snd_pmac *chip) argument
722 snd_pmac_awacs_update_automute(struct snd_pmac *chip, int do_notify) argument
767 snd_pmac_awacs_init(struct snd_pmac *chip) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/opti9xx/
H A Dopti92x-ad1848.c131 #define OPTi93X_PORT(chip, r) ((chip)->port + OPTi93X_##r)
203 struct snd_opti9xx *chip; member in struct:snd_opti93x
308 static int __devinit snd_opti9xx_init(struct snd_opti9xx *chip, argument
313 chip->hardware = hardware;
314 strcpy(chip->name, snd_opti9xx_names[hardware]);
316 chip->mc_base_size = opti9xx_mc_size[hardware];
318 spin_lock_init(&chip->lock);
320 chip->wss_base = -1;
321 chip
364 snd_opti9xx_read(struct snd_opti9xx *chip, unsigned char reg) argument
407 snd_opti9xx_write(struct snd_opti9xx *chip, unsigned char reg, unsigned char value) argument
454 snd_opti9xx_configure(struct snd_opti9xx *chip) argument
685 snd_opti93x_busy_wait(struct snd_opti93x *chip) argument
697 snd_opti93x_in(struct snd_opti93x *chip, unsigned char reg) argument
704 snd_opti93x_out(struct snd_opti93x *chip, unsigned char reg, unsigned char value) argument
712 snd_opti93x_out_image(struct snd_opti93x *chip, unsigned char reg, unsigned char value) argument
718 snd_opti93x_out_mask(struct snd_opti93x *chip, unsigned char reg, unsigned char mask, unsigned char value) argument
726 snd_opti93x_mce_up(struct snd_opti93x *chip) argument
735 snd_opti93x_mce_down(struct snd_opti93x *chip) argument
747 snd_opti93x_mute(struct snd_opti93x *chip, int mute) argument
821 snd_opti93x_get_format(struct snd_opti93x *chip, unsigned int format, int channels) argument
846 snd_opti93x_playback_format(struct snd_opti93x *chip, unsigned char fmt) argument
860 snd_opti93x_capture_format(struct snd_opti93x *chip, unsigned char fmt) argument
876 snd_opti93x_open(struct snd_opti93x *chip, unsigned int mode) argument
900 snd_opti93x_close(struct snd_opti93x *chip, unsigned int mode) argument
930 struct snd_opti93x *chip = snd_pcm_substream_chip(substream); local
991 struct snd_opti93x *chip = snd_pcm_substream_chip(substream); local
1024 struct snd_opti93x *chip = snd_pcm_substream_chip(substream); local
1056 struct snd_opti93x *chip = snd_pcm_substream_chip(substream); local
1068 struct snd_opti93x *chip = snd_pcm_substream_chip(substream); local
1079 snd_opti93x_overrange(struct snd_opti93x *chip) argument
1147 struct snd_opti93x *chip = snd_pcm_substream_chip(substream); local
1163 struct snd_opti93x *chip = snd_pcm_substream_chip(substream); local
1178 struct snd_opti93x *chip = snd_pcm_substream_chip(substream); local
1187 struct snd_opti93x *chip = snd_pcm_substream_chip(substream); local
1195 snd_opti93x_init(struct snd_opti93x *chip) argument
1210 snd_opti93x_probe(struct snd_opti93x *chip) argument
1222 snd_opti93x_free(struct snd_opti93x *chip) argument
1242 struct snd_opti93x *chip = device->device_data; local
1256 snd_opti93x_create(struct snd_card *card, struct snd_opti9xx *chip, int dma1, int dma2, struct snd_opti93x **rcodec) argument
1392 struct snd_opti93x *chip = snd_kcontrol_chip(kcontrol); local
1404 struct snd_opti93x *chip = snd_kcontrol_chip(kcontrol); local
1451 struct snd_opti93x *chip = snd_kcontrol_chip(kcontrol); local
1473 struct snd_opti93x *chip = snd_kcontrol_chip(kcontrol); local
1528 snd_opti93x_mixer(struct snd_opti93x *chip) argument
1563 snd_card_opti9xx_detect(struct snd_card *card, struct snd_opti9xx *chip) argument
1618 snd_card_opti9xx_pnp(struct snd_opti9xx *chip, struct pnp_card_link *card, const struct pnp_card_device_id *pid) argument
1715 struct snd_opti9xx *chip = card->private_data; local
1725 struct snd_opti9xx *chip = card->private_data; local
1967 struct snd_opti9xx *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dad1889.c114 ad1889_readw(struct snd_ad1889 *chip, unsigned reg) argument
116 return readw(chip->iobase + reg);
120 ad1889_writew(struct snd_ad1889 *chip, unsigned reg, u16 val) argument
122 writew(val, chip->iobase + reg);
126 ad1889_readl(struct snd_ad1889 *chip, unsigned reg) argument
128 return readl(chip->iobase + reg);
132 ad1889_writel(struct snd_ad1889 *chip, unsigned reg, u32 val) argument
134 writel(val, chip->iobase + reg);
138 ad1889_unmute(struct snd_ad1889 *chip) argument
141 st = ad1889_readw(chip, AD_DS_WAD
148 ad1889_mute(struct snd_ad1889 *chip) argument
157 ad1889_load_adc_buffer_address(struct snd_ad1889 *chip, u32 address) argument
164 ad1889_load_adc_buffer_count(struct snd_ad1889 *chip, u32 count) argument
171 ad1889_load_adc_interrupt_count(struct snd_ad1889 *chip, u32 count) argument
178 ad1889_load_wave_buffer_address(struct snd_ad1889 *chip, u32 address) argument
185 ad1889_load_wave_buffer_count(struct snd_ad1889 *chip, u32 count) argument
192 ad1889_load_wave_interrupt_count(struct snd_ad1889 *chip, u32 count) argument
199 ad1889_channel_reset(struct snd_ad1889 *chip, unsigned int channel) argument
247 struct snd_ad1889 *chip = ac97->private_data; local
254 struct snd_ad1889 *chip = ac97->private_data; local
259 snd_ad1889_ac97_ready(struct snd_ad1889 *chip) argument
327 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); local
339 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); local
351 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); local
359 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); local
367 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); local
417 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); local
469 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); local
510 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); local
545 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); local
563 struct snd_ad1889 *chip = snd_pcm_substream_chip(ss); local
602 struct snd_ad1889 *chip = dev_id; local
626 snd_ad1889_pcm_init(struct snd_ad1889 *chip, int device, struct snd_pcm **rpcm) argument
670 struct snd_ad1889 *chip = entry->private_data; local
749 snd_ad1889_proc_init(struct snd_ad1889 *chip) argument
769 snd_ad1889_ac97_xinit(struct snd_ad1889 *chip) argument
795 struct snd_ad1889 *chip = bus->private_data; local
802 struct snd_ad1889 *chip = ac97->private_data; local
807 snd_ad1889_ac97_init(struct snd_ad1889 *chip, const char *quirk_override) argument
840 snd_ad1889_free(struct snd_ad1889 *chip) argument
877 struct snd_ad1889 *chip = device->device_data; local
882 snd_ad1889_init(struct snd_ad1889 *chip) argument
902 struct snd_ad1889 *chip; local
988 struct snd_ad1889 *chip; local
[all...]
H A Datiixp.c235 void (*enable_dma)(struct atiixp *chip, int on);
237 void (*enable_transfer)(struct atiixp *chip, int on);
239 void (*flush_dma)(struct atiixp *chip);
260 * ATI IXP chip
312 static int snd_atiixp_update_bits(struct atiixp *chip, unsigned int reg, argument
315 void __iomem *addr = chip->remap_addr + reg;
329 #define atiixp_write(chip,reg,value) \
330 writel(value, chip->remap_addr + ATI_REG_##reg)
331 #define atiixp_read(chip,reg) \
332 readl(chip
355 atiixp_build_dma_packets(struct atiixp *chip, struct atiixp_dma *dma, struct snd_pcm_substream *substream, unsigned int periods, unsigned int period_bytes) argument
415 atiixp_clear_dma_packets(struct atiixp *chip, struct atiixp_dma *dma, struct snd_pcm_substream *substream) argument
428 snd_atiixp_acquire_codec(struct atiixp *chip) argument
442 snd_atiixp_codec_read(struct atiixp *chip, unsigned short codec, unsigned short reg) argument
470 snd_atiixp_codec_write(struct atiixp *chip, unsigned short codec, unsigned short reg, unsigned short val) argument
487 struct atiixp *chip = ac97->private_data; local
495 struct atiixp *chip = ac97->private_data; local
502 snd_atiixp_aclink_reset(struct atiixp *chip) argument
538 snd_atiixp_aclink_down(struct atiixp *chip) argument
577 snd_atiixp_codec_detect(struct atiixp *chip) argument
611 snd_atiixp_chip_start(struct atiixp *chip) argument
641 snd_atiixp_chip_stop(struct atiixp *chip) argument
662 struct atiixp *chip = snd_pcm_substream_chip(substream); local
685 snd_atiixp_xrun_dma(struct atiixp *chip, struct atiixp_dma *dma) argument
696 snd_atiixp_update_dma(struct atiixp *chip, struct atiixp_dma *dma) argument
705 snd_atiixp_check_bus_busy(struct atiixp *chip) argument
722 struct atiixp *chip = snd_pcm_substream_chip(substream); local
767 atiixp_out_flush_dma(struct atiixp *chip) argument
773 atiixp_out_enable_dma(struct atiixp *chip, int on) argument
788 atiixp_out_enable_transfer(struct atiixp *chip, int on) argument
795 atiixp_in_enable_dma(struct atiixp *chip, int on) argument
802 atiixp_in_enable_transfer(struct atiixp *chip, int on) argument
815 atiixp_in_flush_dma(struct atiixp *chip) argument
821 atiixp_spdif_enable_dma(struct atiixp *chip, int on) argument
828 atiixp_spdif_enable_transfer(struct atiixp *chip, int on) argument
840 atiixp_spdif_flush_dma(struct atiixp *chip) argument
861 struct atiixp *chip = snd_pcm_substream_chip(substream); local
888 struct atiixp *chip = snd_pcm_substream_chip(substream); local
933 struct atiixp *chip = snd_pcm_substream_chip(substream); local
949 struct atiixp *chip = snd_pcm_substream_chip(substream); local
986 struct atiixp *chip = snd_pcm_substream_chip(substream); local
1026 struct atiixp *chip = snd_pcm_substream_chip(substream); local
1060 struct atiixp *chip = snd_pcm_substream_chip(substream); local
1075 struct atiixp *chip = snd_pcm_substream_chip(substream); local
1093 struct atiixp *chip = snd_pcm_substream_chip(substream); local
1103 struct atiixp *chip = snd_pcm_substream_chip(substream); local
1109 struct atiixp *chip = snd_pcm_substream_chip(substream); local
1115 struct atiixp *chip = snd_pcm_substream_chip(substream); local
1128 struct atiixp *chip = snd_pcm_substream_chip(substream); local
1239 snd_atiixp_pcm_new(struct atiixp *chip) argument
1327 struct atiixp *chip = dev_id; local
1388 snd_atiixp_mixer_new(struct atiixp *chip, int clock, const char *quirk_override) argument
1450 struct atiixp *chip = card->private_data; local
1476 struct atiixp *chip = card->private_data; local
1522 struct atiixp *chip = entry->private_data; local
1529 snd_atiixp_proc_init(struct atiixp *chip) argument
1545 snd_atiixp_free(struct atiixp *chip) argument
1564 struct atiixp *chip = device->device_data; local
1578 struct atiixp *chip; local
1634 struct atiixp *chip; local
[all...]
H A Datiixp_modem.c211 void (*enable_dma)(struct atiixp_modem *chip, int on);
213 void (*enable_transfer)(struct atiixp_modem *chip, int on);
215 void (*flush_dma)(struct atiixp_modem *chip);
234 * ATI IXP chip
282 static int snd_atiixp_update_bits(struct atiixp_modem *chip, unsigned int reg, argument
285 void __iomem *addr = chip->remap_addr + reg;
299 #define atiixp_write(chip,reg,value) \
300 writel(value, chip->remap_addr + ATI_REG_##reg)
301 #define atiixp_read(chip,reg) \
302 readl(chip
325 atiixp_build_dma_packets(struct atiixp_modem *chip, struct atiixp_dma *dma, struct snd_pcm_substream *substream, unsigned int periods, unsigned int period_bytes) argument
384 atiixp_clear_dma_packets(struct atiixp_modem *chip, struct atiixp_dma *dma, struct snd_pcm_substream *substream) argument
398 snd_atiixp_acquire_codec(struct atiixp_modem *chip) argument
412 snd_atiixp_codec_read(struct atiixp_modem *chip, unsigned short codec, unsigned short reg) argument
442 snd_atiixp_codec_write(struct atiixp_modem *chip, unsigned short codec, unsigned short reg, unsigned short val) argument
460 struct atiixp_modem *chip = ac97->private_data; local
468 struct atiixp_modem *chip = ac97->private_data; local
480 snd_atiixp_aclink_reset(struct atiixp_modem *chip) argument
516 snd_atiixp_aclink_down(struct atiixp_modem *chip) argument
541 snd_atiixp_codec_detect(struct atiixp_modem *chip) argument
567 snd_atiixp_chip_start(struct atiixp_modem *chip) argument
592 snd_atiixp_chip_stop(struct atiixp_modem *chip) argument
613 struct atiixp_modem *chip = snd_pcm_substream_chip(substream); local
636 snd_atiixp_xrun_dma(struct atiixp_modem *chip, struct atiixp_dma *dma) argument
648 snd_atiixp_update_dma(struct atiixp_modem *chip, struct atiixp_dma *dma) argument
658 snd_atiixp_check_bus_busy(struct atiixp_modem *chip) argument
674 struct atiixp_modem *chip = snd_pcm_substream_chip(substream); local
713 atiixp_out_flush_dma(struct atiixp_modem *chip) argument
719 atiixp_out_enable_dma(struct atiixp_modem *chip, int on) argument
734 atiixp_out_enable_transfer(struct atiixp_modem *chip, int on) argument
741 atiixp_in_enable_dma(struct atiixp_modem *chip, int on) argument
748 atiixp_in_enable_transfer(struct atiixp_modem *chip, int on) argument
761 atiixp_in_flush_dma(struct atiixp_modem *chip) argument
769 struct atiixp_modem *chip = snd_pcm_substream_chip(substream); local
794 struct atiixp_modem *chip = snd_pcm_substream_chip(substream); local
824 struct atiixp_modem *chip = snd_pcm_substream_chip(substream); local
859 struct atiixp_modem *chip = snd_pcm_substream_chip(substream); local
897 struct atiixp_modem *chip = snd_pcm_substream_chip(substream); local
912 struct atiixp_modem *chip = snd_pcm_substream_chip(substream); local
925 struct atiixp_modem *chip = snd_pcm_substream_chip(substream); local
935 struct atiixp_modem *chip = snd_pcm_substream_chip(substream); local
941 struct atiixp_modem *chip = snd_pcm_substream_chip(substream); local
988 snd_atiixp_pcm_new(struct atiixp_modem *chip) argument
1022 struct atiixp_modem *chip = dev_id; local
1061 snd_atiixp_mixer_new(struct atiixp_modem *chip, int clock) argument
1120 struct atiixp_modem *chip = card->private_data; local
1140 struct atiixp_modem *chip = card->private_data; local
1173 struct atiixp_modem *chip = entry->private_data; local
1180 snd_atiixp_proc_init(struct atiixp_modem *chip) argument
1196 snd_atiixp_free(struct atiixp_modem *chip) argument
1215 struct atiixp_modem *chip = device->device_data; local
1229 struct atiixp_modem *chip; local
1285 struct atiixp_modem *chip; local
[all...]
H A Dcs4281.c77 #define BA0_HISR_GPPI (1<<5) /* General Purpose Input (Primary chip) */
78 #define BA0_HISR_GPSI (1<<4) /* General Purpose Input (Secondary chip) */
515 static inline void snd_cs4281_pokeBA0(struct cs4281 *chip, unsigned long offset, argument
518 writel(val, chip->ba0 + offset);
521 static inline unsigned int snd_cs4281_peekBA0(struct cs4281 *chip, unsigned long offset) argument
523 return readl(chip->ba0 + offset);
536 struct cs4281 *chip = ac97->private_data; local
551 snd_cs4281_pokeBA0(chip, BA0_ACCAD, reg);
552 snd_cs4281_pokeBA0(chip, BA0_ACCDA, val);
553 snd_cs4281_pokeBA0(chip, BA0_ACCT
574 struct cs4281 *chip = ac97->private_data; local
668 struct cs4281 *chip = snd_pcm_substream_chip(substream); local
731 snd_cs4281_mode(struct cs4281 *chip, struct cs4281_dma *dma, struct snd_pcm_runtime *runtime, int capture, int src) argument
811 struct cs4281 *chip = snd_pcm_substream_chip(substream); local
823 struct cs4281 *chip = snd_pcm_substream_chip(substream); local
835 struct cs4281 *chip = snd_pcm_substream_chip(substream); local
896 struct cs4281 *chip = snd_pcm_substream_chip(substream); local
916 struct cs4281 *chip = snd_pcm_substream_chip(substream); local
972 snd_cs4281_pcm(struct cs4281 * chip, int device, struct snd_pcm ** rpcm) argument
1019 struct cs4281 *chip = snd_kcontrol_chip(kcontrol); local
1035 struct cs4281 *chip = snd_kcontrol_chip(kcontrol); local
1083 struct cs4281 *chip = bus->private_data; local
1089 struct cs4281 *chip = ac97->private_data; local
1096 snd_cs4281_mixer(struct cs4281 * chip) argument
1135 struct cs4281 *chip = entry->private_data; local
1148 struct cs4281 *chip = entry->private_data; local
1166 struct cs4281 *chip = entry->private_data; local
1186 snd_cs4281_proc_init(struct cs4281 * chip) argument
1214 struct cs4281 *chip = gameport_get_port_data(gameport); local
1222 struct cs4281 *chip = gameport_get_port_data(gameport); local
1232 struct cs4281 *chip = gameport_get_port_data(gameport); local
1271 snd_cs4281_create_gameport(struct cs4281 *chip) argument
1298 snd_cs4281_free_gameport(struct cs4281 *chip) argument
1306 snd_cs4281_create_gameport(struct cs4281 *chip) argument
1307 snd_cs4281_free_gameport(struct cs4281 *chip) argument
1310 snd_cs4281_free(struct cs4281 *chip) argument
1341 struct cs4281 *chip = device->device_data; local
1352 struct cs4281 *chip; local
1420 snd_cs4281_chip_init(struct cs4281 *chip) argument
1653 snd_cs4281_midi_reset(struct cs4281 *chip) argument
1662 struct cs4281 *chip = substream->rmidi->private_data; local
1678 struct cs4281 *chip = substream->rmidi->private_data; local
1695 struct cs4281 *chip = substream->rmidi->private_data; local
1712 struct cs4281 *chip = substream->rmidi->private_data; local
1730 struct cs4281 *chip = substream->rmidi->private_data; local
1750 struct cs4281 *chip = substream->rmidi->private_data; local
1791 snd_cs4281_midi(struct cs4281 * chip, int device, struct snd_rawmidi **rrawmidi) argument
1818 struct cs4281 *chip = dev_id; local
1893 struct cs4281 *chip = opl3->private_data; local
1917 struct cs4281 *chip; local
2011 struct cs4281 *chip = card->private_data; local
2058 struct cs4281 *chip = card->private_data; local
[all...]
H A Des1968.c32 * A working Maestro setup contains the Maestro chip wired to a
444 /* chip type */
572 static void __maestro_write(struct es1968 *chip, u16 reg, u16 data) argument
574 outw(reg, chip->io_port + ESM_INDEX);
575 outw(data, chip->io_port + ESM_DATA);
576 chip->maestro_map[reg] = data;
579 static inline void maestro_write(struct es1968 *chip, u16 reg, u16 data) argument
582 spin_lock_irqsave(&chip->reg_lock, flags);
583 __maestro_write(chip, reg, data);
584 spin_unlock_irqrestore(&chip
588 __maestro_read(struct es1968 *chip, u16 reg) argument
597 maestro_read(struct es1968 *chip, u16 reg) argument
608 snd_es1968_ac97_wait(struct es1968 *chip) argument
623 struct es1968 *chip = ac97->private_data; local
640 struct es1968 *chip = ac97->private_data; local
659 apu_index_set(struct es1968 *chip, u16 index) argument
670 apu_data_set(struct es1968 *chip, u16 data) argument
682 __apu_set_register(struct es1968 *chip, u16 channel, u8 reg, u16 data) argument
693 apu_set_register(struct es1968 *chip, u16 channel, u8 reg, u16 data) argument
701 __apu_get_register(struct es1968 *chip, u16 channel, u8 reg) argument
709 apu_get_register(struct es1968 *chip, u16 channel, u8 reg) argument
720 wave_set_register(struct es1968 *chip, u16 reg, u16 value) argument
730 wave_get_register(struct es1968 *chip, u16 reg) argument
747 snd_es1968_bob_stop(struct es1968 *chip) argument
759 snd_es1968_bob_start(struct es1968 *chip) argument
799 snd_es1968_bob_inc(struct es1968 *chip, int freq) argument
813 snd_es1968_bob_dec(struct es1968 *chip) argument
836 snd_es1968_calc_bob_rate(struct es1968 *chip, struct esschan *es, struct snd_pcm_runtime *runtime) argument
858 snd_es1968_compute_rate(struct es1968 *chip, u32 freq) argument
866 snd_es1968_get_dma_ptr(struct es1968 *chip, struct esschan *es) argument
877 snd_es1968_apu_set_freq(struct es1968 *chip, int apu, int freq) argument
894 snd_es1968_pcm_start(struct es1968 *chip, struct esschan *es) argument
914 snd_es1968_pcm_stop(struct es1968 *chip, struct esschan *es) argument
927 snd_es1968_program_wavecache(struct es1968 *chip, struct esschan *es, int channel, u32 addr, int capture) argument
948 snd_es1968_playback_setup(struct es1968 *chip, struct esschan *es, struct snd_pcm_runtime *runtime) argument
1051 init_capture_apu(struct es1968 *chip, struct esschan *es, int channel, unsigned int pa, unsigned int bsize, int mode, int route) argument
1096 snd_es1968_capture_setup(struct es1968 *chip, struct esschan *es, struct snd_pcm_runtime *runtime) argument
1167 struct es1968 *chip = snd_pcm_substream_chip(substream); local
1199 struct es1968 *chip = snd_pcm_substream_chip(substream); local
1229 struct es1968 *chip = snd_pcm_substream_chip(substream); local
1287 calc_available_memory_size(struct es1968 *chip) argument
1305 snd_es1968_new_memory(struct es1968 *chip, int size) argument
1341 snd_es1968_free_memory(struct es1968 *chip, struct esm_memory *buf) argument
1367 snd_es1968_free_dmabuf(struct es1968 *chip) argument
1382 snd_es1968_init_dmabuf(struct es1968 *chip) argument
1428 struct es1968 *chip = snd_pcm_substream_chip(substream); local
1452 struct es1968 *chip = snd_pcm_substream_chip(substream); local
1470 snd_es1968_alloc_apu_pair(struct es1968 *chip, int type) argument
1487 snd_es1968_free_apu_pair(struct es1968 *chip, int apu) argument
1499 struct es1968 *chip = snd_pcm_substream_chip(substream); local
1538 struct es1968 *chip = snd_pcm_substream_chip(substream); local
1594 struct es1968 *chip = snd_pcm_substream_chip(substream); local
1611 struct es1968 *chip = snd_pcm_substream_chip(substream); local
1656 es1968_measure_clock(struct es1968 *chip) argument
1759 snd_es1968_pcm(struct es1968 *chip, int device) argument
1797 snd_es1968_update_pcm(struct es1968 *chip, struct esschan *es) argument
1826 struct es1968 *chip = (struct es1968 *) private_data; local
1891 struct es1968 *chip = dev_id; local
1934 snd_es1968_mixer(struct es1968 *chip) argument
1971 snd_es1968_ac97_reset(struct es1968 *chip) argument
2043 snd_es1968_reset(struct es1968 *chip) argument
2056 snd_es1968_chip_init(struct es1968 *chip) argument
2245 snd_es1968_start_irq(struct es1968 *chip) argument
2261 struct es1968 *chip = card->private_data; local
2281 struct es1968 *chip = card->private_data; local
2335 snd_es1968_create_gameport(struct es1968 *chip, int dev) argument
2369 snd_es1968_free_gameport(struct es1968 *chip) argument
2381 snd_es1968_create_gameport(struct es1968 *chip, int dev) argument
2382 snd_es1968_free_gameport(struct es1968 *chip) argument
2385 snd_es1968_free(struct es1968 *chip) argument
2406 struct es1968 *chip = device->device_data; local
2440 struct es1968 *chip; local
2544 struct es1968 *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_pcm.c78 static int pdacf_pcm_clear_sram(struct snd_pdacf *chip) argument
82 while (inw(chip->port + PDAUDIOCF_REG_RDP) != inw(chip->port + PDAUDIOCF_REG_WDP)) {
85 inw(chip->port + PDAUDIOCF_REG_MD);
95 struct snd_pdacf *chip = snd_pcm_substream_chip(subs); local
100 if (chip->chip_status & PDAUDIOCF_STAT_IS_STALE)
105 chip->pcm_hwptr = 0;
106 chip->pcm_tdone = 0;
113 rate = snd_ak4117_check_rate_and_errors(chip->ak4117, AK4117_CHECK_NO_STAT|AK4117_CHECK_NO_RATE);
126 spin_lock(&chip
167 struct snd_pdacf *chip = snd_pcm_substream_chip(subs); local
274 struct snd_pdacf *chip = snd_pcm_substream_chip(subs); local
291 struct snd_pdacf *chip = snd_pcm_substream_chip(subs); local
306 struct snd_pdacf *chip = snd_pcm_substream_chip(subs); local
329 snd_pdacf_pcm_new(struct snd_pdacf *chip) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Dcs46xx_lib.h60 static inline void snd_cs46xx_poke(struct snd_cs46xx *chip, unsigned long reg, unsigned int val) argument
66 writel(val, chip->region.idx[bank+1].remap_addr + offset);
69 static inline unsigned int snd_cs46xx_peek(struct snd_cs46xx *chip, unsigned long reg) argument
73 return readl(chip->region.idx[bank+1].remap_addr + offset);
76 static inline void snd_cs46xx_pokeBA0(struct snd_cs46xx *chip, unsigned long offset, unsigned int val) argument
78 writel(val, chip->region.name.ba0.remap_addr + offset);
81 static inline unsigned int snd_cs46xx_peekBA0(struct snd_cs46xx *chip, unsigned long offset) argument
83 return readl(chip->region.name.ba0.remap_addr + offset);
86 struct dsp_spos_instance *cs46xx_dsp_spos_create (struct snd_cs46xx * chip);
87 void cs46xx_dsp_spos_destroy (struct snd_cs46xx * chip);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/sparc/
H A Dcs4231.c77 void (*reset)(struct snd_cs4231 *chip);
78 void (*preallocate)(struct snd_cs4231 *chip, struct snd_pcm *pcm);
141 #define CS4231P(chip, x) ((chip)->port + c_d_c_CS4231##x)
307 #define APC_CHIP_RESET 0x01 /* Reset the chip */
423 static void snd_cs4231_outm(struct snd_cs4231 *chip, unsigned char reg, argument
430 timeout > 0 && (__cs4231_readb(chip, CS4231P(chip, REGSEL)) & CS4231_INIT);
434 if (__cs4231_readb(chip, CS4231P(chip, REGSE
450 snd_cs4231_dout(struct snd_cs4231 *chip, unsigned char reg, unsigned char value) argument
467 snd_cs4231_out(struct snd_cs4231 *chip, unsigned char reg, unsigned char value) argument
485 snd_cs4231_in(struct snd_cs4231 *chip, unsigned char reg) argument
508 snd_cs4231_busy_wait(struct snd_cs4231 *chip) argument
523 snd_cs4231_mce_up(struct snd_cs4231 *chip) argument
544 snd_cs4231_mce_down(struct snd_cs4231 *chip) argument
623 struct snd_cs4231 *chip = snd_pcm_substream_chip(substream); local
654 struct snd_cs4231 *chip = snd_pcm_substream_chip(substream); local
711 snd_cs4231_get_format(struct snd_cs4231 *chip, int format, int channels) argument
728 snd_cs4231_calibrate_mute(struct snd_cs4231 *chip, int mute) argument
768 snd_cs4231_playback_format(struct snd_cs4231 *chip, struct snd_pcm_hw_params *params, unsigned char pdfr) argument
791 snd_cs4231_capture_format(struct snd_cs4231 *chip, struct snd_pcm_hw_params *params, unsigned char cdfr) argument
826 struct snd_cs4231 *chip = snd_timer_chip(timer); local
835 struct snd_cs4231 *chip = snd_timer_chip(timer); local
859 struct snd_cs4231 *chip = snd_timer_chip(timer); local
869 snd_cs4231_init(struct snd_cs4231 *chip) argument
927 snd_cs4231_open(struct snd_cs4231 *chip, unsigned int mode) argument
962 snd_cs4231_close(struct snd_cs4231 *chip, unsigned int mode) argument
1015 struct snd_cs4231 *chip = snd_timer_chip(timer); local
1022 struct snd_cs4231 *chip = snd_timer_chip(timer); local
1046 struct snd_cs4231 *chip = snd_pcm_substream_chip(substream); local
1068 struct snd_cs4231 *chip = snd_pcm_substream_chip(substream); local
1088 struct snd_cs4231 *chip = snd_pcm_substream_chip(substream); local
1110 struct snd_cs4231 *chip = snd_pcm_substream_chip(substream); local
1124 snd_cs4231_overrange(struct snd_cs4231 *chip) argument
1137 snd_cs4231_play_callback(struct snd_cs4231 *chip) argument
1146 snd_cs4231_capture_callback(struct snd_cs4231 *chip) argument
1157 struct snd_cs4231 *chip = snd_pcm_substream_chip(substream); local
1172 struct snd_cs4231 *chip = snd_pcm_substream_chip(substream); local
1189 snd_cs4231_probe(struct snd_cs4231 *chip) argument
1296 struct snd_cs4231 *chip = snd_pcm_substream_chip(substream); local
1316 struct snd_cs4231 *chip = snd_pcm_substream_chip(substream); local
1336 struct snd_cs4231 *chip = snd_pcm_substream_chip(substream); local
1346 struct snd_cs4231 *chip = snd_pcm_substream_chip(substream); local
1377 snd_cs4231_pcm(struct snd_cs4231 *chip) argument
1400 snd_cs4231_timer(struct snd_cs4231 *chip) argument
1432 struct snd_cs4231 *chip = snd_kcontrol_chip(kcontrol); local
1448 struct snd_cs4231 *chip = snd_kcontrol_chip(kcontrol); local
1464 struct snd_cs4231 *chip = snd_kcontrol_chip(kcontrol); local
1506 struct snd_cs4231 *chip = snd_kcontrol_chip(kcontrol); local
1529 struct snd_cs4231 *chip = snd_kcontrol_chip(kcontrol); local
1571 struct snd_cs4231 *chip = snd_kcontrol_chip(kcontrol); local
1600 struct snd_cs4231 *chip = snd_kcontrol_chip(kcontrol); local
1674 snd_cs4231_mixer(struct snd_cs4231 *chip) argument
1721 cs4231_attach_finish(struct snd_card *card, struct snd_cs4231 *chip) argument
1755 struct snd_cs4231 *chip = dev_id; local
1893 sbus_dma_reset(struct snd_cs4231 *chip) argument
1910 sbus_dma_preallocate(struct snd_cs4231 *chip, struct snd_pcm *pcm) argument
1921 snd_cs4231_sbus_free(struct snd_cs4231 *chip) argument
1950 struct snd_cs4231 *chip; local
2050 struct snd_cs4231 *chip = cookie; local
2057 struct snd_cs4231 *chip = cookie; local
2086 _ebus_dma_reset(struct snd_cs4231 *chip) argument
2091 _ebus_dma_preallocate(struct snd_cs4231 *chip, struct snd_pcm *pcm) argument
2102 snd_cs4231_ebus_free(struct snd_cs4231 *chip) argument
2137 struct snd_cs4231 *chip; local
2230 struct snd_cs4231 *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/ad1816a/
H A Dad1816a_lib.c2 ad1816a.c - lowlevel code for Analog Devices AD1816A chip.
33 static inline int snd_ad1816a_busy_wait(struct snd_ad1816a *chip) argument
41 snd_printk("chip busy.\n");
45 static inline unsigned char snd_ad1816a_in(struct snd_ad1816a *chip, unsigned char reg) argument
47 snd_ad1816a_busy_wait(chip);
51 static inline void snd_ad1816a_out(struct snd_ad1816a *chip, unsigned char reg, argument
54 snd_ad1816a_busy_wait(chip);
58 static inline void snd_ad1816a_out_mask(struct snd_ad1816a *chip, unsigned char reg, argument
61 snd_ad1816a_out(chip, reg,
62 (value & mask) | (snd_ad1816a_in(chip, re
65 snd_ad1816a_read(struct snd_ad1816a *chip, unsigned char reg) argument
72 snd_ad1816a_write(struct snd_ad1816a *chip, unsigned char reg, unsigned short value) argument
80 snd_ad1816a_write_mask(struct snd_ad1816a *chip, unsigned char reg, unsigned short mask, unsigned short value) argument
88 snd_ad1816a_get_format(struct snd_ad1816a *chip, unsigned int format, int channels) argument
109 snd_ad1816a_open(struct snd_ad1816a *chip, unsigned int mode) argument
145 snd_ad1816a_close(struct snd_ad1816a *chip, unsigned int mode) argument
177 snd_ad1816a_trigger(struct snd_ad1816a *chip, unsigned char what, int channel, int cmd, int iscapture) argument
209 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); local
216 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); local
234 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); local
266 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); local
299 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); local
309 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); local
320 struct snd_ad1816a *chip = dev_id; local
385 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); local
401 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); local
417 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); local
426 struct snd_ad1816a *chip = snd_pcm_substream_chip(substream); local
434 snd_ad1816a_init(struct snd_ad1816a *chip) argument
454 snd_ad1816a_probe(struct snd_ad1816a *chip) argument
478 snd_ad1816a_free(struct snd_ad1816a *chip) argument
497 struct snd_ad1816a *chip = device->device_data; local
501 snd_ad1816a_chip_id(struct snd_ad1816a *chip) argument
522 struct snd_ad1816a *chip; local
600 snd_ad1816a_pcm(struct snd_ad1816a *chip, int device, struct snd_pcm **rpcm) argument
650 struct snd_ad1816a *chip = snd_kcontrol_chip(kcontrol); local
664 struct snd_ad1816a *chip = snd_kcontrol_chip(kcontrol); local
706 struct snd_ad1816a *chip = snd_kcontrol_chip(kcontrol); local
723 struct snd_ad1816a *chip = snd_kcontrol_chip(kcontrol); local
771 struct snd_ad1816a *chip = snd_kcontrol_chip(kcontrol); local
794 struct snd_ad1816a *chip = snd_kcontrol_chip(kcontrol); local
873 snd_ad1816a_mixer(struct snd_ad1816a *chip) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Driva_hw.c62 RIVA_HW_INST *chip
65 return ((NV_RD32(&chip->Rop->FifoFree, 0) < chip->FifoEmptyCount) ||
66 NV_RD32(&chip->PGRAPH[0x000006B0/4], 0) & 0x01);
70 RIVA_HW_INST *chip
73 return ((NV_RD32(&chip->Rop->FifoFree, 0) < chip->FifoEmptyCount) ||
74 NV_RD32(&chip->PGRAPH[0x00000700/4], 0) & 0x01);
78 RIVA_HW_INST *chip
81 return ((NV_RD32(&chip
85 vgaLockUnlock( RIVA_HW_INST *chip, int Lock ) argument
98 nv3LockUnlock( RIVA_HW_INST *chip, int Lock ) argument
108 nv4LockUnlock( RIVA_HW_INST *chip, int Lock ) argument
119 ShowHideCursor( RIVA_HW_INST *chip, int ShowHide ) argument
1232 CalcStateExt( RIVA_HW_INST *chip, RIVA_HW_STATE *state, int bpp, int width, int hDisplaySize, int height, int dotClock ) argument
1383 LoadStateExt( RIVA_HW_INST *chip, RIVA_HW_STATE *state ) argument
1718 UnloadStateExt( RIVA_HW_INST *chip, RIVA_HW_STATE *state ) argument
1807 SetStartAddress( RIVA_HW_INST *chip, unsigned start ) argument
1816 SetStartAddress3( RIVA_HW_INST *chip, unsigned start ) argument
1848 nv3SetSurfaces2D( RIVA_HW_INST *chip, unsigned surf0, unsigned surf1 ) argument
1865 nv4SetSurfaces2D( RIVA_HW_INST *chip, unsigned surf0, unsigned surf1 ) argument
1881 nv10SetSurfaces2D( RIVA_HW_INST *chip, unsigned surf0, unsigned surf1 ) argument
1897 nv3SetSurfaces3D( RIVA_HW_INST *chip, unsigned surf0, unsigned surf1 ) argument
1914 nv4SetSurfaces3D( RIVA_HW_INST *chip, unsigned surf0, unsigned surf1 ) argument
1930 nv10SetSurfaces3D( RIVA_HW_INST *chip, unsigned surf0, unsigned surf1 ) argument
2081 nv10GetConfig( RIVA_HW_INST *chip, unsigned int chipset ) argument
2203 RivaGetConfig( RIVA_HW_INST *chip, unsigned int chipset ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_mixer.c34 static void vx_write_codec_reg(struct vx_core *chip, int codec, unsigned int data) argument
38 snd_assert(chip->ops->write_codec, return);
40 if (chip->chip_status & VX_STAT_IS_STALE)
43 spin_lock_irqsave(&chip->lock, flags);
44 chip->ops->write_codec(chip, codec, data);
45 spin_unlock_irqrestore(&chip->lock, flags);
89 static void vx_set_codec_reg(struct vx_core *chip, int codec, int reg, int val) argument
96 vx_write_codec_reg(chip, codec, data.l);
106 static void vx_set_analog_output_level(struct vx_core *chip, in argument
130 vx_toggle_dac_mute(struct vx_core *chip, int mute) argument
145 vx_reset_codec(struct vx_core *chip, int cold_reset) argument
179 vx_change_audio_source(struct vx_core *chip, int src) argument
196 vx_sync_audio_source(struct vx_core *chip) argument
221 vx_adjust_audio_level(struct vx_core *chip, int audio, int capture, struct vx_audio_level *info) argument
264 vx_set_monitor_level(struct vx_core *chip, int audio, int level, int active) argument
282 vx_set_audio_switch(struct vx_core *chip, int audio, int active) argument
296 vx_set_audio_gain(struct vx_core *chip, int audio, int capture, int level) argument
310 vx_reset_audio_levels(struct vx_core *chip) argument
356 vx_get_audio_vu_meter(struct vx_core *chip, int audio, int capture, struct vx_vu_meter *info) argument
396 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
406 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
417 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
456 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
478 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
485 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
526 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
533 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
567 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
580 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
598 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
610 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
638 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
650 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
667 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
679 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
746 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
768 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
821 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
834 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
856 struct vx_core *chip = snd_kcontrol_chip(kcontrol); local
896 snd_vx_mixer_new(struct vx_core *chip) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_intel.c301 /* chip type specific */
370 #define azx_writel(chip,reg,value) \
371 writel(value, (chip)->remap_addr + ICH6_REG_##reg)
372 #define azx_readl(chip,reg) \
373 readl((chip)->remap_addr + ICH6_REG_##reg)
374 #define azx_writew(chip,reg,value) \
375 writew(value, (chip)->remap_addr + ICH6_REG_##reg)
376 #define azx_readw(chip,reg) \
377 readw((chip)->remap_addr + ICH6_REG_##reg)
378 #define azx_writeb(chip,re
413 azx_alloc_cmd_io(struct azx *chip) argument
427 azx_init_cmd_io(struct azx *chip) argument
461 azx_free_cmd_io(struct azx *chip) argument
472 struct azx *chip = codec->bus->private_data; local
499 azx_update_rirb(struct azx *chip) argument
528 struct azx *chip = codec->bus->private_data; local
588 struct azx *chip = codec->bus->private_data; local
616 struct azx *chip = codec->bus->private_data; local
641 struct azx *chip = codec->bus->private_data; local
651 struct azx *chip = codec->bus->private_data; local
660 azx_reset(struct azx *chip) argument
710 azx_int_enable(struct azx *chip) argument
718 azx_int_disable(struct azx *chip) argument
738 azx_int_clear(struct azx *chip) argument
759 azx_stream_start(struct azx *chip, struct azx_dev *azx_dev) argument
770 azx_stream_stop(struct azx *chip, struct azx_dev *azx_dev) argument
785 azx_init_chip(struct azx *chip) argument
834 struct azx *chip = dev_id; local
906 azx_setup_controller(struct azx *chip, struct azx_dev *azx_dev) argument
976 azx_codec_create(struct azx *chip, const char *model) argument
1028 azx_assign_device(struct azx *chip, int stream) argument
1074 struct azx *chip; member in struct:azx_pcm
1083 struct azx *chip = apcm->chip; local
1125 struct azx *chip = apcm->chip; local
1164 struct azx *chip = apcm->chip; local
1199 struct azx *chip = apcm->chip; local
1233 struct azx *chip = apcm->chip; local
1277 create_codec_pcm(struct azx *chip, struct hda_codec *codec, struct hda_pcm *cpcm, int pcm_dev) argument
1321 azx_pcm_create(struct azx *chip) argument
1373 azx_mixer_create(struct azx *chip) argument
1382 azx_init_stream(struct azx *chip) argument
1407 azx_acquire_irq(struct azx *chip, int do_disconnect) argument
1431 struct azx *chip = card->private_data; local
1455 struct azx *chip = card->private_data; local
1482 azx_free(struct azx *chip) argument
1538 check_position_fix(struct azx *chip, int fix) argument
1562 struct azx *chip; local
1709 struct azx *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_chip.c33 void zd_chip_init(struct zd_chip *chip, argument
37 memset(chip, 0, sizeof(*chip));
38 mutex_init(&chip->mutex);
39 zd_usb_init(&chip->usb, netdev, intf);
40 zd_rf_init(&chip->rf);
43 void zd_chip_clear(struct zd_chip *chip) argument
45 ZD_ASSERT(!mutex_is_locked(&chip->mutex));
46 zd_usb_clear(&chip->usb);
47 zd_rf_clear(&chip
59 scnprint_id(struct zd_chip *chip, char *buffer, size_t size) argument
79 print_id(struct zd_chip *chip) argument
103 zd_ioread32v_locked(struct zd_chip *chip, u32 *values, const zd_addr_t *addr, unsigned int count) argument
151 _zd_iowrite32v_locked(struct zd_chip *chip, const struct zd_ioreq32 *ioreqs, unsigned int count) argument
196 zd_iowrite16a_locked(struct zd_chip *chip, const struct zd_ioreq16 *ioreqs, unsigned int count) argument
231 zd_iowrite32a_locked(struct zd_chip *chip, const struct zd_ioreq32 *ioreqs, unsigned int count) argument
261 zd_ioread16(struct zd_chip *chip, zd_addr_t addr, u16 *value) argument
271 zd_ioread32(struct zd_chip *chip, zd_addr_t addr, u32 *value) argument
281 zd_iowrite16(struct zd_chip *chip, zd_addr_t addr, u16 value) argument
291 zd_iowrite32(struct zd_chip *chip, zd_addr_t addr, u32 value) argument
301 zd_ioread32v(struct zd_chip *chip, const zd_addr_t *addresses, u32 *values, unsigned int count) argument
312 zd_iowrite32a(struct zd_chip *chip, const struct zd_ioreq32 *ioreqs, unsigned int count) argument
323 read_pod(struct zd_chip *chip, u8 *rf_type) argument
368 _read_mac_addr(struct zd_chip *chip, u8 *mac_addr, const zd_addr_t *addr) argument
391 read_e2p_mac_addr(struct zd_chip *chip) argument
402 zd_get_e2p_mac_addr(struct zd_chip *chip, u8 *mac_addr) argument
409 read_mac_addr(struct zd_chip *chip, u8 *mac_addr) argument
415 zd_read_mac_addr(struct zd_chip *chip, u8 *mac_addr) argument
426 zd_write_mac_addr(struct zd_chip *chip, const u8 *mac_addr) argument
456 zd_read_regdomain(struct zd_chip *chip, u8 *regdomain) argument
473 read_values(struct zd_chip *chip, u8 *values, size_t count, zd_addr_t e2p_addr, u32 guard) argument
500 read_pwr_cal_values(struct zd_chip *chip) argument
507 read_pwr_int_values(struct zd_chip *chip) argument
514 read_ofdm_cal_values(struct zd_chip *chip) argument
533 read_cal_int_tables(struct zd_chip *chip) argument
550 zd_chip_lock_phy_regs(struct zd_chip *chip) argument
572 zd_chip_unlock_phy_regs(struct zd_chip *chip) argument
596 patch_cr157(struct zd_chip *chip) argument
617 patch_6m_band_edge(struct zd_chip *chip, u8 channel) argument
628 zd_chip_generic_patch_6m_band(struct zd_chip *chip, int channel) argument
642 zd1211_hw_reset_phy(struct zd_chip *chip) argument
731 zd1211b_hw_reset_phy(struct zd_chip *chip) argument
808 hw_reset_phy(struct zd_chip *chip) argument
814 zd1211_hw_init_hmac(struct zd_chip *chip) argument
826 zd1211b_hw_init_hmac(struct zd_chip *chip) argument
845 hw_init_hmac(struct zd_chip *chip) argument
885 get_aw_pt_bi(struct zd_chip *chip, struct aw_pt_bi *s) argument
907 set_aw_pt_bi(struct zd_chip *chip, struct aw_pt_bi *s) argument
932 set_beacon_interval(struct zd_chip *chip, u32 interval) argument
945 zd_set_beacon_interval(struct zd_chip *chip, u32 interval) argument
955 hw_init(struct zd_chip *chip) argument
972 fw_reg_addr(struct zd_chip *chip, u16 offset) argument
978 dump_cr(struct zd_chip *chip, const zd_addr_t addr, const char *addr_string) argument
996 test_init(struct zd_chip *chip) argument
1009 dump_fw_registers(struct zd_chip *chip) argument
1036 print_fw_version(struct zd_chip *chip) argument
1050 set_mandatory_rates(struct zd_chip *chip, enum ieee80211_std std) argument
1072 zd_chip_set_rts_cts_rate_locked(struct zd_chip *chip, u8 rts_rate, int preamble) argument
1097 zd_chip_enable_hwint(struct zd_chip *chip) argument
1107 disable_hwint(struct zd_chip *chip) argument
1112 zd_chip_disable_hwint(struct zd_chip *chip) argument
1122 read_fw_regs_offset(struct zd_chip *chip) argument
1138 zd_chip_init_hw(struct zd_chip *chip, u8 device_type) argument
1216 update_pwr_int(struct zd_chip *chip, u8 channel) argument
1224 update_pwr_cal(struct zd_chip *chip, u8 channel) argument
1232 update_ofdm_cal(struct zd_chip *chip, u8 channel) argument
1249 update_channel_integration_and_calibration(struct zd_chip *chip, u8 channel) argument
1279 patch_cck_gain(struct zd_chip *chip) argument
1295 zd_chip_set_channel(struct zd_chip *chip, u8 channel) argument
1325 zd_chip_get_channel(struct zd_chip *chip) argument
1335 zd_chip_control_leds(struct zd_chip *chip, enum led_status status) argument
1392 zd_chip_set_basic_rates_locked(struct zd_chip *chip, u16 cr_rates) argument
1587 zd_chip_switch_radio_on(struct zd_chip *chip) argument
1597 zd_chip_switch_radio_off(struct zd_chip *chip) argument
1607 zd_chip_enable_int(struct zd_chip *chip) argument
1617 zd_chip_disable_int(struct zd_chip *chip) argument
1624 zd_chip_enable_rx(struct zd_chip *chip) argument
1634 zd_chip_disable_rx(struct zd_chip *chip) argument
1641 zd_rfwritev_locked(struct zd_chip *chip, const u32* values, unsigned int count, u8 bits) argument
1660 zd_rfwrite_cr_locked(struct zd_chip *chip, u32 value) argument
1671 zd_rfwritev_cr_locked(struct zd_chip *chip, const u32 *values, unsigned int count) argument
1686 zd_chip_set_multicast_hash(struct zd_chip *chip, struct zd_mc_hash *hash) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dvx_core.h98 unsigned char (*in8)(struct vx_core *chip, int reg);
99 unsigned int (*in32)(struct vx_core *chip, int reg);
100 void (*out8)(struct vx_core *chip, int reg, unsigned char val);
101 void (*out32)(struct vx_core *chip, int reg, unsigned int val);
103 int (*test_and_ack)(struct vx_core *chip);
104 void (*validate_irq)(struct vx_core *chip, int enable);
106 void (*write_codec)(struct vx_core *chip, int codec, unsigned int data);
107 void (*akm_write)(struct vx_core *chip, int reg, unsigned int data);
108 void (*reset_codec)(struct vx_core *chip);
109 void (*change_audio_source)(struct vx_core *chip, in
237 vx_test_and_ack(struct vx_core *chip) argument
243 vx_validate_irq(struct vx_core *chip, int enable) argument
249 snd_vx_inb(struct vx_core *chip, int reg) argument
255 snd_vx_inl(struct vx_core *chip, int reg) argument
261 snd_vx_outb(struct vx_core *chip, int reg, unsigned char val) argument
267 snd_vx_outl(struct vx_core *chip, int reg, unsigned int val) argument
278 vx_reset_dsp(struct vx_core *chip) argument
305 vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) argument
312 vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) argument
[all...]

Completed in 169 milliseconds

1234567891011>>