Searched refs:pin (Results 151 - 175 of 241) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ymfpci/
H A Dymfpci_main.c1623 static int snd_ymfpci_get_gpio_out(struct snd_ymfpci *chip, int pin) argument
1630 reg &= ~(1 << (pin + 8));
1631 reg |= (1 << pin);
1635 mode &= ~(3 << (pin * 2));
1637 snd_ymfpci_writew(chip, YDSXGR_GPIOFUNCENABLE, reg | (1 << (pin + 8)));
1640 return (mode >> pin) & 1;
1643 static int snd_ymfpci_set_gpio_out(struct snd_ymfpci *chip, int pin, int enable) argument
1650 reg &= ~(1 << pin);
1651 reg &= ~(1 << (pin + 8));
1653 snd_ymfpci_writew(chip, YDSXGR_GPIOOUTCTRL, enable << pin);
1672 int pin = (int)kcontrol->private_value; local
1680 int pin = (int)kcontrol->private_value; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dcpci405.c40 ppc405_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
H A Dep405.c42 ppc405_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/85xx/
H A Dmpc85xx_ads_common.c143 mpc85xx_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dpowerpmc250.c239 powerpmc250_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
H A Dresidual.c677 unsigned char pin; local
683 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin);
684 if (pin) {
686 (&data[i + 4 + 2 * (pin - 1)]));
H A Dsbc82xx.c199 unsigned char pin)
198 sbc82xx_pci_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc405_pci.c28 unsigned char pin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp2000/
H A Dixdp2800.c165 static int __init ixdp2800_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dpci-bcm1480.c62 int pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
H A Dpci-ip27.c124 * All observed requests have pin == 1. We could have a global here, that
127 * same value. On O2000, pin can be 0 or 1, and PCI slots can be [0..7].
132 int __devinit pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
H A Dpci-sb1250.c87 int pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dpci.h59 extern int pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dpci.h59 extern int pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dsystem.h39 __u8 pin; /* PCI PIN (0 = A, 1 = B, 2 = C, 3 = D) */ member in struct:pci_vector_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dacpi.h148 u8 pin; member in struct:acpi_prt_entry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsys_alcor.c203 alcor_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
H A Dsys_eb64p.c189 eb64p_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
H A Dsys_mikasa.c165 mikasa_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
H A Dsys_rawhide.c239 rawhide_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Debus.c36 unsigned int pin; member in struct:ebus_device_irq
53 * Gleb's JE1 supplied reasonable pin numbers, but mine did not (OBP 2.32).
79 return pcic_pin_to_irq(dp->pin, name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dpcbios.c467 int pcibios_set_irq_routing(struct pci_dev *dev, int pin, int irq) argument
478 "c" ((irq << 8) | (pin + 10)),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_parse.c231 static u8 of_irq_pci_swizzle(u8 slot, u8 pin) argument
233 return (((pin - 1) + slot) % 4) + 1;
242 u8 pin; local
256 rc = pci_read_config_byte(pdev, PCI_INTERRUPT_PIN, &pin);
259 /* No pin, exit */
260 if (pin == 0)
264 lspec = pin;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_realtek.c227 /* for pin sensing */
331 * Control the mode of pin widget settings via the mixer. "pc" is used
336 * Note: some retasking pin complexes seem to ignore requests for input
351 * in the pin being assumed to be exclusively an input or an output pin. In
363 /* Info about the pin modes supported by the different pin direction modes.
431 /* Set pin mode to that requested */
435 /* Also enable the retasking pin's input/output as required
436 * for the requested pin mod
3025 alc880_auto_create_extra_out(struct alc_spec *spec, hda_nid_t pin, const char *pfx) argument
3067 new_analog_input(struct alc_spec *spec, hda_nid_t pin, const char *ctlname, int idx, hda_nid_t mix_nid) argument
3155 hda_nid_t pin; local
5038 alc882_gpio_mute(struct hda_codec *codec, int pin, int muted) argument
5335 hda_nid_t pin; local
6537 hda_nid_t pin; local
8423 alc861_auto_create_hp_ctls(struct alc_spec *spec, hda_nid_t pin) argument
8535 hda_nid_t pin; local
9461 hda_nid_t pin; local
9562 alc861vd_auto_create_extra_out(struct alc_spec *spec, hda_nid_t pin, const char *pfx) argument
10326 alc662_auto_create_extra_out(struct alc_spec *spec, hda_nid_t pin, const char *pfx) argument
10429 hda_nid_t pin; local
[all...]
H A Dpatch_analog.c713 /* Mic selector: Mic 1/2 pin */
1225 /* pin sensing on HP and Mic jacks */
1373 /* pin sensing on HP and Mic jacks */
1536 * pin boost mix input # / adc input #
1573 * Proposed pin assignments by the datasheet
2032 /* SPDIF out pin */
2156 /* unsolicited event for pin-sense */
2324 /* fill in the dac_nids table from the parsed pin configuration */
2395 static int ad1988_auto_create_extra_out(struct hda_codec *codec, hda_nid_t pin, argument
2403 if (! pin)
2427 new_analog_input(struct ad198x_spec *spec, hda_nid_t pin, const char *ctlname, int boost) argument
2529 hda_nid_t pin; local
[all...]

Completed in 165 milliseconds

12345678910