Searched refs:gpiomask (Results 1 – 14 of 14) sorted by relevance
/linux-3.4.99/drivers/media/video/bt8xx/ |
D | bttv-cards.c | 107 static unsigned int gpiomask = UNSET; variable 116 module_param(gpiomask, int, 0444); 370 .gpiomask = 15, 383 .gpiomask = 7, 396 .gpiomask = 7, 414 .gpiomask = 0, 426 .gpiomask = 3, 440 .gpiomask = 0x0f, 454 .gpiomask = 0, 468 .gpiomask = 0xc00, [all …]
|
D | bttv.h | 221 u32 gpiomask; member
|
D | bttv-driver.c | 1178 gpio_inout(bttv_tvcards[btv->c.type].gpiomask, in audio_mux() 1179 bttv_tvcards[btv->c.type].gpiomask); in audio_mux() 1200 gpio_bits(bttv_tvcards[btv->c.type].gpiomask, gpio_val); in audio_mux()
|
/linux-3.4.99/drivers/media/video/saa7134/ |
D | saa7134-cards.c | 109 .gpiomask = 0xe000, 158 .gpiomask = 0xe000, 230 .gpiomask = 0x1E000, /* Set GP16 and unused 15,14,13 to Output */ 280 .gpiomask = 0xe000, 467 .gpiomask = 0x820000, 775 .gpiomask = 0x200000, 834 .gpiomask = 0xe000, 927 .gpiomask = 0x800c0000, 963 .gpiomask = 0xcf00, 994 .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() 759 if (0 != card(dev).gpiomask) { in mute_input_7133() 760 mask = card(dev).gpiomask; in mute_input_7133()
|
D | saa7134.h | 377 unsigned int gpiomask; member
|
/linux-3.4.99/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-3.4.99/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 | 1554 ice->eeprom.gpiomask); in snd_vt1724_proc_read() 2382 ice->eeprom.gpiomask = eeprom_triple(ice, ICE_EEP2_GPIO_MASK); in snd_vt1724_read_eeprom() 2408 ice->gpio.write_mask = ice->eeprom.gpiomask; in snd_vt1724_chip_init() 2410 snd_vt1724_set_gpio_mask(ice, ice->eeprom.gpiomask); in snd_vt1724_chip_init()
|
D | ice1712.c | 1595 snd_iprintf(buffer, " GPIO mask : 0x%x\n", ice->eeprom.gpiomask); in snd_ice1712_proc_read() 2385 ice->eeprom.gpiomask = ice->eeprom.data[ICE_EEP1_GPIO_MASK]; in snd_ice1712_read_eeprom() 2412 ice->gpio.write_mask = ice->eeprom.gpiomask; in snd_ice1712_chip_init() 2415 ice->eeprom.gpiomask); in snd_ice1712_chip_init()
|
/linux-3.4.99/sound/pci/hda/ |
D | patch_sigmatel.c | 4128 unsigned int gpiostate, gpiomask, gpiodir; in stac_gpio_set() local 4136 gpiomask = snd_hda_codec_read(codec, codec->afg, 0, in stac_gpio_set() 4138 gpiomask |= mask; in stac_gpio_set() 4148 AC_VERB_SET_GPIO_MASK, gpiomask); in stac_gpio_set()
|
D | patch_realtek.c | 5100 unsigned int gpiostate, gpiomask, gpiodir; in alc882_gpio_mute() local 5110 gpiomask = snd_hda_codec_read(codec, codec->afg, 0, in alc882_gpio_mute() 5112 gpiomask |= (1 << pin); in alc882_gpio_mute() 5120 AC_VERB_SET_GPIO_MASK, gpiomask); in alc882_gpio_mute()
|