Searched refs:chip (Results 151 - 175 of 499) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/
H A Ddt019x.c76 struct snd_sb *chip; member in struct:snd_card_dt019x
191 struct snd_sb *chip; local
213 &chip)) < 0) {
217 acard->chip = chip;
222 card->shortname, chip->name, chip->port,
225 if ((error = snd_sb16dsp_pcm(chip, 0, NULL)) < 0) {
229 if ((error = snd_sbmixer_new(chip)) < 0) {
306 struct snd_sb *chip local
318 struct snd_sb *chip = acard->chip; local
[all...]
H A Dcmi8330.c239 static int __devinit cmi8330_add_sb_mixers(struct snd_sb *chip) argument
244 spin_lock_irqsave(&chip->mixer_lock, flags);
245 snd_sbmixer_write(chip, 0x00, 0x00); /* mixer reset */
246 spin_unlock_irqrestore(&chip->mixer_lock, flags);
250 spin_lock_irqsave(&chip->mixer_lock, flags);
251 snd_sbmixer_write(chip, cmi8330_sb_init_values[idx][0],
253 spin_unlock_irqrestore(&chip->mixer_lock, flags);
257 if ((err = snd_sbmixer_add_ctl_elem(chip, &cmi8330_sb_mixers[idx])) < 0)
362 * since we call the different chip interfaces for playback and capture
367 * substream->private_data with the corresponding chip instanc
382 struct snd_cmi8330 *chip = snd_pcm_substream_chip(substream); local
391 struct snd_cmi8330 *chip = snd_pcm_substream_chip(substream); local
398 snd_cmi8330_pcm(struct snd_card *card, struct snd_cmi8330 *chip) argument
[all...]
H A Dsscape.c133 struct snd_cs4231 *chip; member in struct:soundscape
328 * Tell the SoundScape to activate the AD1845 chip (I think).
345 free_dma(sscape->chip->dma1);
451 sscape_write_unsafe(s->io_base, GA_DMAA_REG, (s->chip->dma1 << 4) | DMA_8BIT);
489 snd_dma_program(s->chip->dma1, dma.addr, len, DMA_MODE_WRITE);
711 struct snd_cs4231 *chip = snd_kcontrol_chip(kctl); local
712 struct snd_card *card = chip->card;
731 struct snd_cs4231 *chip = snd_kcontrol_chip(kctl); local
732 struct snd_card *card = chip->card;
924 static void ad1845_playback_format(struct snd_cs4231 * chip, struc argument
960 ad1845_capture_format(struct snd_cs4231 * chip, struct snd_pcm_hw_params *params, unsigned char format) argument
1001 struct snd_cs4231 *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/cs423x/
H A Dcs4231.c95 struct snd_cs4231 *chip; local
104 CS4231_HW_DETECT, 0, &chip);
108 card->private_data = chip;
110 error = snd_cs4231_pcm(chip, 0, &pcm);
118 pcm->name, chip->port, irq[n], dma1[n]);
122 error = snd_cs4231_mixer(chip);
126 error = snd_cs4231_timer(chip, 0, NULL);
164 struct snd_cs4231 *chip = card->private_data; local
167 chip->suspend(chip);
174 struct snd_cs4231 *chip = card->private_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/other/
H A Dak4xxx-adda.c39 void snd_akm4xxx_write(struct snd_akm4xxx *ak, int chip, unsigned char reg, argument
42 ak->ops.lock(ak, chip);
43 ak->ops.write(ak, chip, reg, val);
46 snd_akm4xxx_set(ak, chip, reg, val);
47 ak->ops.unlock(ak, chip);
55 unsigned int chip; local
62 for (chip = 0; chip < ak->num_dacs/2; chip++) {
63 snd_akm4xxx_write(ak, chip,
92 unsigned int chip; local
260 int chip, num_chips; local
345 int chip = AK_GET_CHIP(kcontrol->private_value); local
357 int chip = AK_GET_CHIP(kcontrol->private_value); local
398 int chip = AK_GET_CHIP(kcontrol->private_value); local
438 int chip = AK_GET_CHIP(kcontrol->private_value); local
450 int chip = AK_GET_CHIP(kcontrol->private_value); local
478 int chip = AK_GET_CHIP(kcontrol->private_value); local
494 int chip = AK_GET_CHIP(kcontrol->private_value); local
546 int chip = AK_GET_CHIP(kcontrol->private_value); local
560 int chip = AK_GET_CHIP(kcontrol->private_value); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsetup_mappi.c88 irq_desc[M32R_IRQ_INT0].chip = &mappi_irq_type;
97 irq_desc[M32R_IRQ_MFT2].chip = &mappi_irq_type;
106 irq_desc[M32R_IRQ_SIO0_R].chip = &mappi_irq_type;
114 irq_desc[M32R_IRQ_SIO0_S].chip = &mappi_irq_type;
122 irq_desc[M32R_IRQ_SIO1_R].chip = &mappi_irq_type;
130 irq_desc[M32R_IRQ_SIO1_S].chip = &mappi_irq_type;
140 irq_desc[M32R_IRQ_INT1].chip = &mappi_irq_type;
148 irq_desc[M32R_IRQ_INT2].chip = &mappi_irq_type;
H A Dsetup_mappi2.c89 irq_desc[M32R_IRQ_INT0].chip = &mappi2_irq_type;
98 irq_desc[M32R_IRQ_MFT2].chip = &mappi2_irq_type;
107 irq_desc[M32R_IRQ_SIO0_R].chip = &mappi2_irq_type;
115 irq_desc[M32R_IRQ_SIO0_S].chip = &mappi2_irq_type;
122 irq_desc[M32R_IRQ_SIO1_R].chip = &mappi2_irq_type;
130 irq_desc[M32R_IRQ_SIO1_S].chip = &mappi2_irq_type;
140 irq_desc[M32R_IRQ_INT1].chip = &mappi2_irq_type;
149 irq_desc[PLD_IRQ_CFIREQ].chip = &mappi2_irq_type;
158 irq_desc[PLD_IRQ_CFC_INSERT].chip = &mappi2_irq_type;
166 irq_desc[PLD_IRQ_CFC_EJECT].chip
[all...]
H A Dsetup_mappi3.c89 irq_desc[M32R_IRQ_INT0].chip = &mappi3_irq_type;
98 irq_desc[M32R_IRQ_MFT2].chip = &mappi3_irq_type;
107 irq_desc[M32R_IRQ_SIO0_R].chip = &mappi3_irq_type;
115 irq_desc[M32R_IRQ_SIO0_S].chip = &mappi3_irq_type;
122 irq_desc[M32R_IRQ_SIO1_R].chip = &mappi3_irq_type;
130 irq_desc[M32R_IRQ_SIO1_S].chip = &mappi3_irq_type;
140 irq_desc[M32R_IRQ_INT1].chip = &mappi3_irq_type;
149 irq_desc[PLD_IRQ_CFIREQ].chip = &mappi3_irq_type;
158 irq_desc[PLD_IRQ_CFC_INSERT].chip = &mappi3_irq_type;
168 irq_desc[PLD_IRQ_IDEIREQ].chip
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-alsa.c66 * Main chip structure
705 snd_card_saa7134_t *chip = snd_kcontrol_chip(kcontrol); local
708 ucontrol->value.integer.value[0] = chip->mixer_volume[addr][0];
709 ucontrol->value.integer.value[1] = chip->mixer_volume[addr][1];
716 snd_card_saa7134_t *chip = snd_kcontrol_chip(kcontrol); local
717 struct saa7134_dev *dev = chip->dev;
732 spin_lock_irq(&chip->mixer_lock);
734 if (chip->mixer_volume[addr][0] != left) {
738 if (chip->mixer_volume[addr][1] != right) {
776 chip
802 snd_card_saa7134_t *chip = snd_kcontrol_chip(kcontrol); local
816 snd_card_saa7134_t *chip = snd_kcontrol_chip(kcontrol); local
908 snd_card_saa7134_new_mixer(snd_card_saa7134_t * chip) argument
926 snd_card_saa7134_t *chip = card->private_data; local
952 snd_card_saa7134_t *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dad1848.h30 #define AD1848P( codec, x ) ( (chip) -> port + c_d_c_AD1848##x )
118 #define AD1848_HW_DETECT 0x0000 /* let AD1848 driver detect chip */
119 #define AD1848_HW_AD1847 0x0001 /* AD1847 chip */
120 #define AD1848_HW_AD1848 0x0002 /* AD1848 chip */
121 #define AD1848_HW_CS4248 0x0003 /* CS4248 chip */
122 #define AD1848_HW_CMI8330 0x0004 /* CMI8330 chip */
135 unsigned short version; /* version of CODEC chip */
152 void (*suspend)(struct snd_ad1848 *chip);
153 void (*resume)(struct snd_ad1848 *chip);
162 void snd_ad1848_out(struct snd_ad1848 *chip, unsigne
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb_mixer.c32 void snd_sbmixer_write(struct snd_sb *chip, unsigned char reg, unsigned char data) argument
34 outb(reg, SBP(chip, MIXER_ADDR));
36 outb(data, SBP(chip, MIXER_DATA));
43 unsigned char snd_sbmixer_read(struct snd_sb *chip, unsigned char reg) argument
47 outb(reg, SBP(chip, MIXER_ADDR));
49 result = inb(SBP(chip, MIXER_DATA));
413 int snd_sbmixer_add_ctl(struct snd_sb *chip, const char *name, int index, int type, unsigned long value) argument
450 ctl = snd_ctl_new1(&newctls[type], chip);
456 if ((err = snd_ctl_add(chip->card, ctl)) < 0)
751 static int snd_sbmixer_init(struct snd_sb *chip, argument
783 snd_sbmixer_new(struct snd_sb *chip) argument
917 save_mixer(struct snd_sb *chip, unsigned char *regs, int num_regs) argument
925 restore_mixer(struct snd_sb *chip, unsigned char *regs, int num_regs) argument
933 snd_sbmixer_suspend(struct snd_sb *chip) argument
958 snd_sbmixer_resume(struct snd_sb *chip) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbusx2y.c243 usb_fill_bulk_urb(usX2Y->AS04.urb[j], usX2Y->chip.dev,
244 usb_sndbulkpipe(usX2Y->chip.dev, 0x04), &p4out->val.vol,
257 urb->dev = usX2Y->chip.dev;
277 usb_fill_bulk_urb( usX2Y->AS04.urb[i], usX2Y->chip.dev,
278 usb_sndbulkpipe(usX2Y->chip.dev, 0x04),
297 usb_fill_int_urb(usX2Y->In04urb, usX2Y->chip.dev, usb_rcvintpipe(usX2Y->chip.dev, 0x4),
349 snd_usX2Y_card_used[usX2Y(card)->chip.index = dev] = 1;
351 usX2Y(card)->chip.dev = device;
352 usX2Y(card)->chip
393 void *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1x.c229 // definition of the chip-specific record
238 unsigned char revision; /* chip revision */
378 struct emu10k1x *chip = snd_pcm_substream_chip(substream); local
392 epcm->emu = chip;
555 struct emu10k1x *chip = snd_pcm_substream_chip(substream); local
569 epcm->emu = chip;
724 static int snd_emu10k1x_ac97(struct emu10k1x *chip) argument
734 if ((err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus)) < 0)
739 ac97.private_data = chip;
741 return snd_ac97_mixer(pbus, &ac97, &chip
744 snd_emu10k1x_free(struct emu10k1x *chip) argument
773 struct emu10k1x *chip = device->device_data; local
781 struct emu10k1x *chip = dev_id; local
884 struct emu10k1x *chip; local
1533 struct emu10k1x *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dpxa2xx_spi.c479 /* Release chip select if requested, transfer delays are
591 /* Release chip select if requested, transfer delays are
686 int set_dma_burst_and_threshold(struct chip_data *chip, struct spi_device *spi, argument
727 switch (chip->dma_burst_size) {
731 chip->dma_burst_size = DCMD_BURST8;
788 struct chip_data *chip = NULL; local
801 chip = drv_data->cur_chip;
843 drv_data->n_bytes = chip->n_bytes;
844 drv_data->dma_width = chip->dma_width;
845 drv_data->cs_control = chip
1073 struct chip_data *chip; local
1219 struct chip_data *chip = spi_get_ctldata(spi); local
[all...]
H A Dat25.c27 struct spi_eeprom chip; member in struct:at25_data
102 * this chip is clocked very slowly
142 buf_size = at25->chip.page_size;
262 const struct spi_eeprom *chip; local
268 chip = spi->dev.platform_data;
269 if (!chip) {
270 dev_dbg(&spi->dev, "no chip description\n");
276 if (chip->flags & EE_ADDR1)
278 else if (chip->flags & EE_ADDR2)
280 else if (chip
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/irq/
H A Dinternals.h8 extern void irq_chip_set_defaults(struct irq_chip *chip);
39 printk("->chip(): %p, ", desc->chip);
40 print_symbol("%s\n", (unsigned long)desc->chip);
H A Dhandle.c55 .chip = &no_irq_chip,
181 if (desc->chip->ack)
182 desc->chip->ack(irq);
186 desc->chip->end(irq);
191 if (desc->chip->ack)
192 desc->chip->ack(irq);
252 desc->chip->end(irq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/vx/
H A Dvxpocket.h51 void vx_set_mic_boost(struct vx_core *chip, int boost);
52 void vx_set_mic_level(struct vx_core *chip, int level);
54 int vxp_add_mic_controls(struct vx_core *chip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/es1688/
H A Des1688.c123 struct snd_es1688 *chip; local
132 error = snd_es1688_legacy_create(card, dev, n, &chip);
136 error = snd_es1688_pcm(chip, 0, &pcm);
140 error = snd_es1688_mixer(chip);
147 chip->port, chip->irq, chip->dma8);
149 if (snd_opl3_create(card, chip->port, chip->port + 2,
152 dev->bus_id, chip
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dmacio_asic.c255 if (dev->bus->chip->type != macio_gatwick)
349 * @chip: pointer to the macio_chip holding the device
356 static struct macio_dev * macio_add_one_device(struct macio_chip *chip, argument
373 dev->bus = &chip->lbus;
388 if (np == chip->of_node) {
390 chip->lbus.index,
392 (unsigned int)pci_resource_start(chip->lbus.pdev, 0),
400 chip->lbus.index,
431 * @chip: pointer to the macio_chip holding the devices
440 static void macio_pci_add_devices(struct macio_chip *chip) argument
626 struct macio_chip* chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dirq.c78 seq_printf(p, " %8s", irq_desc[i].chip->name);
168 if (irq_desc[irq].chip->mask)
169 irq_desc[irq].chip->mask(irq);
171 if (irq_desc[irq].chip->set_affinity)
172 irq_desc[irq].chip->set_affinity(irq, mask);
176 if (irq_desc[irq].chip->unmask)
177 irq_desc[irq].chip->unmask(irq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Ds3c2410.c94 struct nand_chip chip; member in struct:s3c2410_nand_mtd
238 /* select chip */
240 static void s3c2410_nand_select_chip(struct mtd_info *mtd, int chip) argument
250 if (chip != -1 && allow_clk_stop(info))
255 if (chip == -1) {
258 if (nmtd->set != NULL && chip > nmtd->set->nr_chips) {
259 dev_err(info->device, "invalid chip %d\n", chip);
265 (info->platform->select_chip) (nmtd->set, chip); local
273 if (chip
581 struct nand_chip *chip = &nmtd->chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbaudio.c197 struct snd_usb_audio *chip; member in struct:snd_usb_stream
743 if (!force && subs->stream->chip->shutdown) /* to be sure... */
816 if (subs->stream->chip->shutdown)
1471 if (!subs->stream->chip->shutdown)
2146 snd_iprintf(buffer, "%s : %s\n", stream->chip->card->longname, stream->pcm->name);
2164 struct snd_card *card = stream->chip->card;
2192 subs->dev = as->chip->dev;
2249 * add this endpoint to the chip instance.
2253 static int add_audio_endpoint(struct snd_usb_audio *chip, int stream, struct audioformat *fp) argument
2261 list_for_each(p, &chip
2328 is_big_endian_format(struct snd_usb_audio *chip, struct audioformat *fp) argument
2350 parse_audio_format_i_type(struct snd_usb_audio *chip, struct audioformat *fp, int format, unsigned char *fmt) argument
2431 parse_audio_format_rates(struct snd_usb_audio *chip, struct audioformat *fp, unsigned char *fmt, int offset) argument
2504 parse_audio_format_i(struct snd_usb_audio *chip, struct audioformat *fp, int format, unsigned char *fmt) argument
2529 parse_audio_format_ii(struct snd_usb_audio *chip, struct audioformat *fp, int format, unsigned char *fmt) argument
2555 parse_audio_format(struct snd_usb_audio *chip, struct audioformat *fp, int format, unsigned char *fmt, int stream) argument
2592 parse_audio_endpoints(struct snd_usb_audio *chip, int iface_no) argument
2765 snd_usb_create_streams(struct snd_usb_audio *chip, int ctrlif) argument
2832 create_fixed_stream_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, const struct snd_usb_audio_quirk *quirk) argument
2880 create_standard_audio_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, const struct snd_usb_audio_quirk *quirk) argument
2905 create_ua700_ua25_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, const struct snd_usb_audio_quirk *quirk) argument
2998 create_ua1000_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, const struct snd_usb_audio_quirk *quirk) argument
3049 create_ua101_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, const struct snd_usb_audio_quirk *quirk) argument
3103 create_composite_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, const struct snd_usb_audio_quirk *quirk) argument
3126 ignore_interface_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, const struct snd_usb_audio_quirk *quirk) argument
3222 audiophile_skip_setting_quirk(struct snd_usb_audio *chip, int iface, int altno) argument
3256 snd_usb_create_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, const struct snd_usb_audio_quirk *quirk) argument
3294 struct snd_usb_audio *chip = entry->private_data; local
3301 struct snd_usb_audio *chip = entry->private_data; local
3308 snd_usb_audio_create_proc(struct snd_usb_audio *chip) argument
3324 snd_usb_audio_free(struct snd_usb_audio *chip) argument
3333 struct snd_usb_audio *chip = device->device_data; local
3346 struct snd_usb_audio *chip; local
3455 struct snd_usb_audio *chip; local
3562 struct snd_usb_audio *chip; local
3601 void *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dsdhci.c136 if (host->chip->quirks & SDHCI_QUIRK_NO_CARD_NO_RESET) {
400 count = pci_map_sg(host->chip->pdev, data->sg, data->sg_len,
451 pci_unmap_sg(host->chip->pdev, data->sg, data->sg_len,
656 if (!(host->chip->quirks & SDHCI_QUIRK_SINGLE_POWER_WRITE))
725 * Reset the chip on each power off.
841 if (host->chip->quirks & SDHCI_QUIRK_CLOCK_BEFORE_RESET) {
1054 struct sdhci_chip *chip; local
1057 chip = pci_get_drvdata(pdev);
1058 if (!chip)
1063 for (i = 0;i < chip
1091 struct sdhci_chip *chip; local
1143 struct sdhci_chip *chip; local
1387 struct sdhci_chip *chip; local
1420 struct sdhci_chip *chip; local
1484 struct sdhci_chip *chip; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c64 zd_chip_init(&mac->chip, netdev, intf);
92 struct zd_chip *chip = &mac->chip; local
96 r = zd_chip_enable_int(chip);
99 r = zd_chip_init_hw(chip, device_type);
103 zd_get_e2p_mac_addr(chip, addr);
104 r = zd_write_mac_addr(chip, addr);
112 r = zd_read_regdomain(chip, &default_regdomain);
131 r = zd_set_encryption_type(chip, ENC_SNIFFER);
141 zd_chip_disable_int(chip);
166 struct zd_chip *chip = &mac->chip; local
210 struct zd_chip *chip = &mac->chip; local
246 struct zd_chip *chip = &mac->chip; local
1280 struct zd_chip *chip = &mac->chip; local
[all...]

Completed in 139 milliseconds

1234567891011>>