Searched refs:gpiomask (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/drivers/media/video/bt8xx/ |
D | bttv-cards.c | 103 static unsigned int gpiomask = UNSET; variable 112 module_param(gpiomask, int, 0444); 364 .gpiomask = 15, 377 .gpiomask = 7, 390 .gpiomask = 7, 408 .gpiomask = 0, 420 .gpiomask = 3, 434 .gpiomask = 0x0f, 448 .gpiomask = 0, 462 .gpiomask = 0xc00, [all …]
|
D | bttv.h | 220 u32 gpiomask; member
|
D | bttv-driver.c | 1171 gpio_inout(bttv_tvcards[btv->c.type].gpiomask, in audio_mux() 1172 bttv_tvcards[btv->c.type].gpiomask); in audio_mux() 1193 gpio_bits(bttv_tvcards[btv->c.type].gpiomask, gpio_val); in audio_mux()
|
/linux-2.6.39/drivers/media/video/saa7134/ |
D | saa7134-cards.c | 108 .gpiomask = 0xe000, 157 .gpiomask = 0xe000, 229 .gpiomask = 0x1E000, /* Set GP16 and unused 15,14,13 to Output */ 279 .gpiomask = 0xe000, 466 .gpiomask = 0x820000, 774 .gpiomask = 0x200000, 833 .gpiomask = 0xe000, 926 .gpiomask = 0x800c0000, 962 .gpiomask = 0xcf00, 993 .gpiomask = 0x03, [all …]
|
D | saa7134-tvaudio.c | 244 if (0 == card(dev).gpiomask) in mute_input_7134() 247 mask = card(dev).gpiomask; in mute_input_7134() 755 if (0 != card(dev).gpiomask) { in mute_input_7133() 756 mask = card(dev).gpiomask; in mute_input_7133()
|
D | saa7134.h | 373 unsigned int gpiomask; member
|
/linux-2.6.39/Documentation/video4linux/bttv/ |
D | Sound-FAQ | 64 u32 gpiomask; 68 gpiomask specifies which pins are used to control the audio mux chip. 79 What you have to do is figure out the correct values for gpiomask and 97 gpiomask=n set the gpiomask value
|
D | Insmod-options | 65 gpiomask=
|
/linux-2.6.39/sound/pci/ice1712/ |
D | hoontech.c | 322 ice->gpio.write_mask = ice->eeprom.gpiomask; in snd_ice1712_ez8_init() 324 snd_ice1712_write(ice, ICE1712_IREG_GPIO_WRITE_MASK, ice->eeprom.gpiomask); in snd_ice1712_ez8_init()
|
D | ice1712.h | 227 unsigned int gpiomask; member
|
D | ice1724.c | 1524 ice->eeprom.gpiomask); in snd_vt1724_proc_read() 2312 ice->eeprom.gpiomask = eeprom_triple(ice, ICE_EEP2_GPIO_MASK); in snd_vt1724_read_eeprom() 2338 ice->gpio.write_mask = ice->eeprom.gpiomask; in snd_vt1724_chip_init() 2340 snd_vt1724_set_gpio_mask(ice, ice->eeprom.gpiomask); in snd_vt1724_chip_init()
|
D | ice1712.c | 1590 snd_iprintf(buffer, " GPIO mask : 0x%x\n", ice->eeprom.gpiomask); in snd_ice1712_proc_read() 2380 ice->eeprom.gpiomask = ice->eeprom.data[ICE_EEP1_GPIO_MASK]; in snd_ice1712_read_eeprom() 2407 ice->gpio.write_mask = ice->eeprom.gpiomask; in snd_ice1712_chip_init() 2410 ice->eeprom.gpiomask); in snd_ice1712_chip_init()
|
/linux-2.6.39/sound/pci/hda/ |
D | patch_sigmatel.c | 4034 unsigned int gpiostate, gpiomask, gpiodir; in stac_gpio_set() local 4040 gpiomask = snd_hda_codec_read(codec, codec->afg, 0, in stac_gpio_set() 4042 gpiomask |= mask; in stac_gpio_set() 4052 AC_VERB_SET_GPIO_MASK, gpiomask); in stac_gpio_set()
|
D | patch_realtek.c | 8712 unsigned int gpiostate, gpiomask, gpiodir; in alc882_gpio_mute() local 8722 gpiomask = snd_hda_codec_read(codec, codec->afg, 0, in alc882_gpio_mute() 8724 gpiomask |= (1 << pin); in alc882_gpio_mute() 8732 AC_VERB_SET_GPIO_MASK, gpiomask); in alc882_gpio_mute()
|