Home
last modified time | relevance | path

Searched refs:logic_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-equilibrium.h67 unsigned int logic_type; member
H A Dpinctrl-equilibrium.c88 eqbr_cfg_bit(gctrl->membase + GPIO_EXINTCR0, offset, type->logic_type); in eqbr_irq_type_cfg()
110 it.logic_type = GPIO_POSITIVE_TRIG; in eqbr_gpio_set_irq_type()
116 it.logic_type = GPIO_NEGATIVE_TRIG; in eqbr_gpio_set_irq_type()
122 it.logic_type = GPIO_POSITIVE_TRIG; in eqbr_gpio_set_irq_type()
128 it.logic_type = GPIO_POSITIVE_TRIG; in eqbr_gpio_set_irq_type()
134 it.logic_type = GPIO_NEGATIVE_TRIG; in eqbr_gpio_set_irq_type()
/openbmc/linux/scripts/kconfig/
H A Dparser.y93 %type <type> type logic_type default
268 choice_option: logic_type prompt_stmt_opt T_EOL
289 logic_type
294 logic_type:
/openbmc/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c3273 u16 modem_power,pin_config,logic_type; in voyetra_setup_eapd_slot() local
3323 logic_type = snd_cs46xx_codec_read(chip, AC97_GPIO_POLARITY, in voyetra_setup_eapd_slot()
3325 logic_type &=0x27F; in voyetra_setup_eapd_slot()
3327 snd_cs46xx_codec_write (chip, AC97_GPIO_POLARITY, logic_type, in voyetra_setup_eapd_slot()