Searched refs:chip (Results 126 - 150 of 499) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_rf_rf2959.c45 struct zd_chip *chip = zd_rf_to_chip(rf); local
117 r = zd_iowrite16a_locked(chip, ioreqs, ARRAY_SIZE(ioreqs));
121 return zd_rfwritev_locked(chip, rv, ARRAY_SIZE(rv), RF_RV_BITS);
128 struct zd_chip *chip = zd_rf_to_chip(rf); local
131 r = zd_rfwrite_locked(chip, rv[i], RF_RV_BITS);
144 struct zd_chip *chip = zd_rf_to_chip(rf); local
146 return zd_iowrite16a_locked(chip, ioreqs, ARRAY_SIZE(ioreqs));
155 struct zd_chip *chip = zd_rf_to_chip(rf); local
157 return zd_iowrite16a_locked(chip, ioreqs, ARRAY_SIZE(ioreqs));
162 struct zd_chip *chip local
[all...]
H A Dzd_chip.h728 #define zd_chip_dev(chip) (&(chip)->usb.intf->dev)
730 void zd_chip_init(struct zd_chip *chip,
733 void zd_chip_clear(struct zd_chip *chip);
734 int zd_chip_init_hw(struct zd_chip *chip, u8 device_type);
735 int zd_chip_reset(struct zd_chip *chip);
737 static inline int zd_ioread16v_locked(struct zd_chip *chip, u16 *values, argument
741 ZD_ASSERT(mutex_is_locked(&chip->mutex));
742 return zd_usb_ioread16v(&chip->usb, values, addresses, count);
745 static inline int zd_ioread16_locked(struct zd_chip *chip, u1 argument
755 zd_ioread32_locked(struct zd_chip *chip, u32 *value, const zd_addr_t addr) argument
761 zd_iowrite16_locked(struct zd_chip *chip, u16 value, zd_addr_t addr) argument
779 zd_iowrite32_locked(struct zd_chip *chip, u32 value, zd_addr_t addr) argument
793 zd_rfwrite_locked(struct zd_chip *chip, u32 value, u8 bits) argument
819 _zd_chip_get_channel(struct zd_chip *chip) argument
841 zd_get_encryption_type(struct zd_chip *chip, u32 *type) argument
846 zd_set_encryption_type(struct zd_chip *chip, u32 type) argument
851 zd_chip_get_basic_rates(struct zd_chip *chip, u16 *cr_rates) argument
858 zd_chip_set_basic_rates(struct zd_chip *chip, u16 cr_rates) argument
868 zd_chip_set_rx_filter(struct zd_chip *chip, u32 filter) argument
886 zd_get_beacon_interval(struct zd_chip *chip, u32 *interval) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/ad1848/
H A Dad1848.c91 struct snd_ad1848 *chip; local
100 thinkpad[n] ? AD1848_HW_THINKPAD : AD1848_HW_DETECT, &chip);
104 card->private_data = chip;
106 error = snd_ad1848_pcm(chip, 0, &pcm);
110 error = snd_ad1848_mixer(chip);
118 pcm->name, chip->port, irq[n], dma1[n]);
146 struct snd_ad1848 *chip = card->private_data; local
149 chip->suspend(chip);
156 struct snd_ad1848 *chip local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/vr41xx/common/
H A Dirq.c76 if (desc->chip->mask_ack)
77 desc->chip->mask_ack(source_irq);
79 desc->chip->mask(source_irq);
80 desc->chip->ack(source_irq);
87 if (!(desc->status & IRQ_DISABLED) && desc->chip->unmask)
88 desc->chip->unmask(source_irq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c187 struct snd_pcxhr *chip; local
192 chip = mgr->chip[i];
193 if (chip->nb_streams_play) {
194 pipe = &chip->playback_pipe;
198 for(j = 0; j < chip->nb_streams_play; j++)
199 chip->playback_stream[j].pipe = pipe;
201 for (j = 0; j < chip->nb_streams_capt; j++) {
202 pipe = &chip->capture_pipe[j];
206 chip
215 struct snd_pcxhr *chip; local
276 struct snd_pcxhr *chip = mgr->chip[card_index]; local
[all...]
H A Dpcxhr.c346 struct snd_pcxhr *chip; local
373 chip = snd_pcm_substream_chip(stream->substream);
375 err = pcxhr_send_msg(chip->mgr, &rmh);
394 struct snd_pcxhr *chip; local
421 chip = snd_pcm_substream_chip(stream->substream);
423 sample_rate = chip->mgr->sample_rate;
444 err = pcxhr_send_msg(chip->mgr, &rmh);
455 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); local
462 chip->chip_idx, (void*)subs->runtime->dma_addr,
474 err = pcxhr_send_msg(chip
497 struct snd_pcxhr *chip; local
629 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); local
693 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); local
751 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); local
825 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); local
896 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); local
924 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); local
954 pcxhr_create_pcm(struct snd_pcxhr *chip) argument
984 pcxhr_chip_free(struct snd_pcxhr *chip) argument
992 struct snd_pcxhr *chip = device->device_data; local
1002 struct snd_pcxhr *chip; local
1041 struct snd_pcxhr *chip = entry->private_data; local
1102 struct snd_pcxhr *chip = entry->private_data; local
1126 pcxhr_proc_init(struct snd_pcxhr *chip) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-prosavage.c203 struct s_i2c_chip *chip; local
206 chip = (struct s_i2c_chip *)pci_get_drvdata(dev);
208 if (!chip) {
212 if (chip->i2c_bus[i].adap_ok == 0)
215 ret = i2c_del_adapter(&chip->i2c_bus[i].adap);
218 chip->i2c_bus[i].adap.name);
221 if (chip->mmio) {
222 iounmap(chip->mmio);
224 kfree(chip);
229 * Detect chip an
235 struct s_i2c_chip *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dhpsim_irq.c48 if (idesc->chip == &no_irq_type)
49 idesc->chip = &irq_type_hp_sim;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/vx222/
H A Dvx222.c118 static int snd_vx222_free(struct vx_core *chip) argument
120 struct snd_vx222 *vx = (struct snd_vx222 *)chip;
122 if (chip->irq >= 0)
123 free_irq(chip->irq, (void*)chip);
127 kfree(chip);
133 struct vx_core *chip = device->device_data; local
134 return snd_vx222_free(chip);
142 struct vx_core *chip; local
156 chip
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsb.h37 SB_HW_16CSP, /* SB16 with CSP chip */
38 SB_HW_ALS100, /* Avance Logic ALS100 chip */
39 SB_HW_ALS4000, /* Avance Logic ALS4000 chip */
64 unsigned long port; /* base port of DSP chip */
67 int irq; /* IRQ number of DSP chip */
70 unsigned short version; /* version of DSP chip */
118 #define SBP(chip, x) ((chip)->port + s_b_SB_##x)
272 static inline void snd_sb_ack_8bit(struct snd_sb *chip) argument
274 inb(SBP(chip, DATA_AVAI
277 snd_sb_ack_16bit(struct snd_sb *chip) argument
361 snd_sbmixer_add_ctl_elem(struct snd_sb *chip, const struct sbmix_elem *c) argument
[all...]
H A Dcs4231.h182 #define CS4236_VERSION 0x9c /* chip version and ID */
194 #define CS4231_HW_DETECT 0x0000 /* let CS4231 driver detect chip */
198 #define CS4231_HW_CS4231 0x0100 /* CS4231 chip */
199 #define CS4231_HW_CS4231A 0x0101 /* CS4231A chip */
200 #define CS4231_HW_AD1845 0x0102 /* AD1845 chip */
212 #define CS4231_HW_INTERWAVE 0x1000 /* InterWave chip */
213 #define CS4231_HW_OPL3SA2 0x1001 /* OPL3-SA2 chip */
228 unsigned short version; /* version of CODEC chip */
255 void (*set_playback_format) (struct snd_cs4231 *chip, struct snd_pcm_hw_params *hw_params, unsigned char pdfr);
256 void (*set_capture_format) (struct snd_cs4231 *chip, struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/opti9xx/
H A Dmiro.c750 static int __devinit snd_miro_init(struct snd_miro *chip, argument
755 chip->hardware = hardware;
756 strcpy(chip->name, snd_opti9xx_names[hardware]);
758 chip->mc_base_size = opti9xx_mc_size[hardware];
760 spin_lock_init(&chip->lock);
762 chip->wss_base = -1;
763 chip->irq = -1;
764 chip->dma1 = -1;
765 chip->dma2 = -1;
766 chip
791 snd_miro_read(struct snd_miro *chip, unsigned char reg) argument
821 snd_miro_write(struct snd_miro *chip, unsigned char reg, unsigned char value) argument
974 snd_miro_configure(struct snd_miro *chip) argument
1131 snd_card_miro_detect(struct snd_card *card, struct snd_miro *chip) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/irq/
H A Dmanage.c50 if (CHECK_IRQ_PER_CPU(desc->status) || !desc->chip ||
51 !desc->chip->set_affinity)
67 if (!desc->chip->set_affinity)
76 desc->chip->set_affinity(irq, cpumask);
105 desc->chip->disable(irq);
192 int (*set_wake)(unsigned, unsigned) = desc->chip->set_wake;
214 ret = desc->chip->set_wake(irq, on);
266 if (desc->chip == &no_irq_chip)
326 irq_chip_set_defaults(desc->chip);
335 if (desc->chip
[all...]
H A DMakefile2 obj-y := handle.o manage.o spurious.o resend.o chip.o devres.o
H A Dmigration.c36 if (!desc->chip->set_affinity)
56 desc->chip->set_affinity(irq,tmp);
71 desc->chip->mask(irq);
73 desc->chip->unmask(irq);
H A Dautoprobe.c56 if (desc->chip->set_type)
57 desc->chip->set_type(i, IRQ_TYPE_PROBE);
58 desc->chip->startup(i);
77 if (desc->chip->startup(i))
103 desc->chip->shutdown(i);
145 desc->chip->shutdown(i);
190 desc->chip->shutdown(i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/riptide/
H A Driptide.c504 static int snd_riptide_initialize(struct snd_riptide *chip);
505 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip);
1108 struct snd_riptide *chip = (void *)dev_id; local
1109 struct cmdif *cif = chip->cif;
1122 substream[i] = chip->playback_substream[i];
1123 substream[i] = chip->capture_substream;
1176 struct snd_riptide *chip = card->private_data; local
1178 chip->in_suspend = 1;
1180 snd_pcm_suspend_all(chip->pcm);
1181 snd_ac97_suspend(chip
1191 struct snd_riptide *chip = card->private_data; local
1210 riptide_reset(struct cmdif *cif, struct snd_riptide *chip) argument
1389 struct snd_riptide *chip = snd_pcm_substream_chip(substream); local
1423 struct snd_riptide *chip = snd_pcm_substream_chip(substream); local
1484 struct snd_riptide *chip = snd_pcm_substream_chip(substream); local
1584 struct snd_riptide *chip = snd_pcm_substream_chip(substream); local
1609 struct snd_riptide *chip = snd_pcm_substream_chip(substream); local
1631 struct snd_riptide *chip = snd_pcm_substream_chip(substream); local
1652 struct snd_riptide *chip = snd_pcm_substream_chip(substream); local
1672 struct snd_riptide *chip = snd_pcm_substream_chip(substream); local
1684 struct snd_riptide *chip = snd_pcm_substream_chip(substream); local
1717 snd_riptide_pcm(struct snd_riptide *chip, int device, struct snd_pcm **rpcm) argument
1747 struct snd_riptide *chip = dev_id; local
1771 struct snd_riptide *chip = ac97->private_data; local
1790 struct snd_riptide *chip = ac97->private_data; local
1802 snd_riptide_initialize(struct snd_riptide *chip) argument
1836 snd_riptide_free(struct snd_riptide *chip) argument
1859 struct snd_riptide *chip = device->device_data; local
1868 struct snd_riptide *chip; local
1933 struct snd_riptide *chip = entry->private_data; local
2000 snd_riptide_proc_init(struct snd_riptide *chip) argument
2008 snd_riptide_mixer(struct snd_riptide *chip) argument
2088 struct snd_riptide *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/
H A Dsgalaxy.c175 static int __devinit snd_sgalaxy_mixer(struct snd_ad1848 *chip) argument
177 struct snd_card *card = chip->card;
205 if ((err = snd_ad1848_add_ctl_elem(chip, &snd_sgalaxy_controls[idx])) < 0)
232 struct snd_ad1848 *chip; local
260 AD1848_HW_DETECT, &chip)) < 0)
262 card->private_data = chip;
264 if ((err = snd_ad1848_pcm(chip, 0, NULL)) < 0) {
268 if ((err = snd_ad1848_mixer(chip)) < 0) {
272 if ((err = snd_sgalaxy_mixer(chip)) < 0) {
307 struct snd_ad1848 *chip local
317 struct snd_ad1848 *chip = card->private_data; local
[all...]
H A Dals100.c86 struct snd_sb *chip; member in struct:snd_card_als100
207 struct snd_sb *chip; local
228 SB_HW_ALS100, &chip)) < 0) {
232 acard->chip = chip;
237 card->shortname, chip->name, chip->port,
240 if ((error = snd_sb16dsp_pcm(chip, 0, NULL)) < 0) {
245 if ((error = snd_sbmixer_new(chip)) < 0) {
316 struct snd_sb *chip local
328 struct snd_sb *chip = acard->chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c86 struct snd_pdacf *chip = device->device_data; local
87 return snd_pdacf_free(chip);
201 struct snd_pdacf *chip = link->priv; local
205 if (chip->chip_status & PDAUDIOCF_STAT_IS_CONFIGURED)
206 snd_pdacf_powerdown(chip);
207 chip->chip_status |= PDAUDIOCF_STAT_IS_STALE; /* to be sure */
208 snd_card_disconnect(chip->card);
209 snd_card_free_when_closed(chip->card);
248 struct snd_pdacf *chip = link->priv; local
251 if (chip) {
261 struct snd_pdacf *chip = link->priv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb16.c122 MODULE_PARM_DESC(csp, "ASP/CSP chip support.");
136 struct snd_sb *chip; member in struct:snd_card_sb16
374 struct snd_sb *chip; local
395 &chip)) < 0)
398 acard->chip = chip;
399 if (chip->hardware != SB_HW_16) {
400 snd_printk(KERN_ERR PFX "SB 16 chip was not detected at 0x%lx\n", port[dev]);
403 chip->mpu_port = mpu_port[dev];
404 if (! is_isapnp_selected(dev) && (err = snd_sb16dsp_configure(chip)) <
500 struct snd_sb *chip = acard->chip; local
511 struct snd_sb *chip = acard->chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dirq.c68 .chip = &bad_chip,
114 desc->chip->unmask(irq);
122 desc->chip->rerun(irq);
243 desc->chip->ack(irq);
261 desc->chip->unmask(irq);
281 desc->chip->mask(irq);
282 desc->chip->ack(irq);
299 desc->chip->ack(irq);
313 desc->chip->unmask(irq);
356 if (is_chained && desc->chip
376 set_irq_chip(unsigned int irq, struct irqchip *chip) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsetup_oaks32r.c87 irq_desc[M32R_IRQ_INT3].chip = &oaks32r_irq_type;
96 irq_desc[M32R_IRQ_MFT2].chip = &oaks32r_irq_type;
105 irq_desc[M32R_IRQ_SIO0_R].chip = &oaks32r_irq_type;
113 irq_desc[M32R_IRQ_SIO0_S].chip = &oaks32r_irq_type;
121 irq_desc[M32R_IRQ_SIO1_R].chip = &oaks32r_irq_type;
129 irq_desc[M32R_IRQ_SIO1_S].chip = &oaks32r_irq_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Dsa11xx-uda1341.c36 * is a mem loc that always decodes to 0's w/ no off chip access.
344 /* disable the audio power and all signals leading to the audio chip */
547 struct sa11xx_uda1341 *chip = snd_pcm_substream_chip(substream); local
549 struct audio_stream *s = &chip->s[stream_id];
550 struct audio_stream *s1 = &chip->s[stream_id ^ 1];
675 struct sa11xx_uda1341 *chip = snd_pcm_substream_chip(substream); local
677 struct audio_stream *s = &chip->s[substream->pstr->stream];
680 sa11xx_uda1341_set_samplerate(chip, runtime->rate);
692 struct sa11xx_uda1341 *chip = snd_pcm_substream_chip(substream); local
693 return audio_get_dma_pos(&chip
746 struct sa11xx_uda1341 *chip = snd_pcm_substream_chip(substream); local
767 struct sa11xx_uda1341 *chip = snd_pcm_substream_chip(substream); local
855 struct sa11xx_uda1341 *chip = card->private_data; local
873 struct sa11xx_uda1341 *chip = card->private_data; local
889 struct sa11xx_uda1341 *chip = card->private_data; local
899 struct sa11xx_uda1341 *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Dnv_driver.c162 RIVA_HW_INST *chip = &par->riva; local
168 switch (chip->Architecture) {
170 if (NV_RD32(chip->PFB, 0x00000000) & 0x00000020) {
171 if (((NV_RD32(chip->PMC, 0x00000000) & 0xF0) == 0x20)
172 && ((NV_RD32(chip->PMC, 0x00000000)&0x0F)>=0x02)) {
176 switch (NV_RD32(chip->PFB,0x00000000) & 0x03) {
194 switch (NV_RD32(chip->PFB, 0x00000000) & 0x00000003) {
208 if (NV_RD32(chip->PFB, 0x00000000) & 0x00000100) {
209 memlen = ((NV_RD32(chip->PFB, 0x00000000)>>12)&0x0F) *
212 switch (NV_RD32(chip
279 RIVA_HW_INST *chip = &par->riva; local
[all...]

Completed in 240 milliseconds

1234567891011>>