Searched refs:hw (Results 201 - 225 of 378) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/
H A Ddummy.c297 runtime->hw = snd_card_dummy_playback;
299 runtime->hw.info &= ~SNDRV_PCM_INFO_INTERLEAVED;
300 runtime->hw.info |= SNDRV_PCM_INFO_NONINTERLEAVED;
303 runtime->hw.info &= ~(SNDRV_PCM_INFO_MMAP|SNDRV_PCM_INFO_MMAP_VALID);
322 runtime->hw = snd_card_dummy_capture;
324 runtime->hw.info &= ~SNDRV_PCM_INFO_INTERLEAVED;
325 runtime->hw.info |= SNDRV_PCM_INFO_NONINTERLEAVED;
328 runtime->hw.info &= ~(SNDRV_PCM_INFO_MMAP|SNDRV_PCM_INFO_MMAP_VALID);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_core.c703 for (i = 0; i < chip->hw->num_codecs; i++)
742 * @hw: hardware specific record
749 struct vx_core *snd_vx_create(struct snd_card *card, struct snd_vx_hardware *hw, argument
755 snd_assert(card && hw && ops, return NULL);
765 chip->hw = hw;
766 chip->type = hw->type;
773 strcpy(card->driver, hw->name);
774 sprintf(card->shortname, "Digigram %s", hw->name);
H A Dvx_mixer.c108 left = chip->hw->output_level_max - left;
109 right = chip->hw->output_level_max - right;
133 for (i = 0; i < chip->hw->num_codecs; i++) {
155 for (i = 0; i < chip->hw->num_codecs; i++) {
168 for (i = 0; i < chip->hw->num_codecs; i++) {
321 for (i = 0; i < chip->hw->num_ins * 2; i++) {
400 uinfo->value.integer.max = chip->hw->output_level_max;
907 for (i = 0; i < chip->hw->num_outs; i++) {
910 temp.tlv.p = chip->hw->output_level_db_scale;
916 for (i = 0; i < chip->hw
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_timer.c178 timer->hw = snd_gf1_timer1;
188 timer->hw = snd_gf1_timer2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1_patch.c48 emu = rec->hw;
166 emu = rec->hw;
H A Dtimer.c93 timer->hw = snd_emu10k1_timer_hw;
H A Dmemory.c75 static int synth_alloc_pages(struct snd_emu10k1 *hw, struct snd_emu10k1_memblk *blk);
76 static int synth_free_pages(struct snd_emu10k1 *hw, struct snd_emu10k1_memblk *blk);
371 snd_emu10k1_synth_alloc(struct snd_emu10k1 *hw, unsigned int size) argument
374 struct snd_util_memhdr *hdr = hw->memhdr;
382 if (synth_alloc_pages(hw, blk)) {
387 snd_emu10k1_memblk_map(hw, blk);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm_misc.c454 * the given runtime->hw.
467 if (runtime->hw.rates & (1 << i)) {
468 runtime->hw.rate_min = rates[i];
473 if (runtime->hw.rates & (1 << i)) {
474 runtime->hw.rate_max = rates[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Di8259.c172 irq_hw_number_t hw)
174 pr_debug("i8259_host_map(%d, 0x%lx)\n", virq, hw);
177 if (hw == 2)
171 i8259_host_map(struct irq_host *h, unsigned int virq, irq_hw_number_t hw) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Drfc1051.c154 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft),
243 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE);
244 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft, length);
H A Darcnet.c189 /* hw.copy_from_card expects IRQ context so take the IRQ lock
194 lp->hw.copy_from_card(dev, bufnum, 0, buf, 512);
378 if (!try_module_get(lp->hw.owner))
431 if (lp->hw.open)
432 lp->hw.open(dev);
465 module_put(lp->hw.owner);
484 lp->hw.close(dev);
485 module_put(lp->hw.owner);
1009 lp->hw.copy_from_card(dev, bufnum, 0, &pkt, sizeof(ARC_HDR_SIZE));
1020 lp->hw
[all...]
H A Dcom90xx.c512 lp->hw.command = com90xx_command;
513 lp->hw.status = com90xx_status;
514 lp->hw.intmask = com90xx_setmask;
515 lp->hw.reset = com90xx_reset;
516 lp->hw.owner = THIS_MODULE;
517 lp->hw.copy_to_card = com90xx_copy_to_card;
518 lp->hw.copy_from_card = com90xx_copy_from_card;
H A Drfc1201.c163 lp->hw.copy_from_card(dev, bufnum, 512 - length,
196 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft),
351 lp->hw.copy_from_card(dev, bufnum, ofs + RFC1201_HDR_SIZE,
459 lp->hw.copy_to_card(dev, bufnum, ofs - RFC1201_HDR_SIZE,
464 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE);
465 lp->hw.copy_to_card(dev, bufnum, ofs, soft, softlen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dskfddi.c276 smc->hw.slot = -1;
277 smc->hw.iop = mem;
350 iounmap(lp->hw.iop);
352 ioport_unmap(lp->hw.iop);
398 smc->hw.irq = dev->irq;
443 smc->hw.fddi_canon_addr.a[0],
444 smc->hw.fddi_canon_addr.a[1],
445 smc->hw.fddi_canon_addr.a[2],
446 smc->hw.fddi_canon_addr.a[3],
447 smc->hw
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dg450_pll.c218 static void updatehwstate_clk(struct matrox_hw_state* hw, unsigned int mnp, unsigned int pll) { argument
221 hw->DACclk[3] = mnp >> 16;
222 hw->DACclk[4] = mnp >> 8;
223 hw->DACclk[5] = mnp;
450 updatehwstate_clk(&ACCESS_FBINFO(hw), mnp, pll);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dorinoco_cs.c169 hermes_t *hw = &priv->hw; local
299 hermes_struct_init(hw, mem, HERMES_16BIT_REGSPACING);
364 if (priv->hw.iobase)
365 ioport_unmap(priv->hw.iobase);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dinterface.c837 static int hw_null_address(const struct hwtype *hw, void *ap) argument
842 for (i = 0; i < hw->alen; i++)
876 const struct hwtype *hw; local
897 hw = get_hwntype(hf);
898 if (hw == NULL)
899 hw = get_hwntype(-1);
901 printf("%-9.9s Link encap:%s ", ptr->name, hw->title);
904 if (hw->print != NULL && (!(hw_null_address(hw, ptr->hwaddr) &&
905 hw
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dide.h233 void ide_setup_ports( hw_regs_t *hw,
241 static inline void ide_std_init_ports(hw_regs_t *hw, argument
248 hw->io_ports[i] = io_addr++;
250 hw->io_ports[IDE_CONTROL_OFFSET] = ctl_addr;
272 static inline void ide_init_hwif_ports(hw_regs_t *hw, argument
278 ide_std_init_ports(hw, io_addr, ide_default_io_ctl(io_addr));
280 ide_std_init_ports(hw, io_addr, ctl_addr);
285 hw->io_ports[IDE_IRQ_OFFSET] = 0;
289 ppc_ide_md.ide_init_hwif(hw, io_addr, ctl_addr, irq);
293 static inline void ide_init_hwif_ports(hw_regs_t *hw, argument
671 hw_regs_t hw; /* Hardware info */ member in struct:hwif_s
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_sta.c423 skb = dev_alloc_skb(local->hw.extra_tx_headroom +
430 skb_reserve(skb, local->hw.extra_tx_headroom);
487 skb = dev_alloc_skb(local->hw.extra_tx_headroom +
495 skb_reserve(skb, local->hw.extra_tx_headroom);
601 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*mgmt));
607 skb_reserve(skb, local->hw.extra_tx_headroom);
630 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*mgmt));
636 skb_reserve(skb, local->hw.extra_tx_headroom);
777 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*mgmt) + 200);
783 skb_reserve(skb, local->hw
2543 ieee80211_scan_completed(struct ieee80211_hw *hw) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic_main.c710 /* leave the hw in the same state as reboot */
777 printk(KERN_ERR "Error in setting hw resources:%d\n",
874 struct netxen_hardware_context *hw = &adapter->ahw; local
969 hwdesc = &hw->cmd_desc_head[producer];
1009 hwdesc = &hw->cmd_desc_head[producer];
1048 netxen_tso_check(adapter, &hw->cmd_desc_head[saved_producer], skb);
1053 if (netxen_get_cmd_desc_opcode(&hw->cmd_desc_head[saved_producer])
1056 hdr_len = hw->cmd_desc_head[saved_producer].total_hdr_length;
1065 hwdesc = &hw->cmd_desc_head[producer];
1073 hwdesc = &hw
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart.c580 struct snd_pcm_hw_params *hw)
590 channels = params_channels(hw);
593 format = params_format(hw);
615 err = snd_pcm_lib_malloc_pages(subs, params_buffer_bytes(hw));
710 runtime->hw = snd_mixart_analog_caps;
714 runtime->hw = snd_mixart_digital_caps;
759 runtime->hw.rate_min = runtime->hw.rate_max = mgr->sample_rate;
785 runtime->hw = snd_mixart_analog_caps;
789 runtime->hw
579 snd_mixart_hw_params(struct snd_pcm_substream *subs, struct snd_pcm_hw_params *hw) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dsgiioc4.c93 sgiioc4_init_hwif_ports(hw_regs_t * hw, unsigned long data_port, argument
101 hw->io_ports[i] = reg + i * 4;
104 hw->io_ports[IDE_CONTROL_OFFSET] = ctrl_port;
107 hw->io_ports[IDE_IRQ_OFFSET] = irq_port;
663 sgiioc4_init_hwif_ports(&hwif->hw, cmd_base, ctl, irqport);
664 memcpy(hwif->io_ports, hwif->hw.io_ports,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/ppc/
H A Dmpc8xx.c160 m8xx_ide_init_hwif_ports(hw_regs_t *hw, unsigned long data_port, argument
163 unsigned long *p = hw->io_ports;
309 hw->ack_intr = (ide_ack_intr_t *) ide_interrupt_ack;
332 void m8xx_ide_init_hwif_ports (hw_regs_t *hw, argument
335 unsigned long *p = hw->io_ports;
395 hw->ack_intr = (ide_ack_intr_t *) ide_interrupt_ack;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dsetup-pci.c405 memset(&hwif->hw, 0, sizeof(hwif->hw));
407 ide_std_init_ports(&hwif->hw, base, (ctl | 2));
408 hwif->hw.io_ports[IDE_IRQ_OFFSET] = 0;
410 ide_init_hwif_ports(&hwif->hw, base, (ctl | 2), NULL);
412 memcpy(hwif->io_ports, hwif->hw.io_ports, sizeof(hwif->io_ports));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb8_main.c440 runtime->hw = snd_sb8_playback;
443 runtime->hw = snd_sb8_capture;
447 runtime->hw.rate_max = 44100;
448 runtime->hw.channels_max = 2;
459 runtime->hw.rate_max = 44100;
461 runtime->hw.rate_max = 15000;

Completed in 298 milliseconds

1234567891011>>