Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/
Dpinctrl-equilibrium.c86 eqbr_cfg_bit(gctrl->membase + GPIO_EXINTCR0, offset, type->logic_type); in eqbr_irq_type_cfg()
108 it.logic_type = GPIO_POSITIVE_TRIG; in eqbr_gpio_set_irq_type()
114 it.logic_type = GPIO_NEGATIVE_TRIG; in eqbr_gpio_set_irq_type()
120 it.logic_type = GPIO_POSITIVE_TRIG; in eqbr_gpio_set_irq_type()
126 it.logic_type = GPIO_POSITIVE_TRIG; in eqbr_gpio_set_irq_type()
132 it.logic_type = GPIO_NEGATIVE_TRIG; in eqbr_gpio_set_irq_type()
Dpinctrl-equilibrium.h67 unsigned int logic_type; member
/linux-6.1.9/scripts/kconfig/
Dparser.y93 %type <type> type logic_type default
268 choice_option: logic_type prompt_stmt_opt T_EOL
289 logic_type
294 logic_type:
/linux-6.1.9/sound/pci/cs46xx/
Dcs46xx_lib.c3276 u16 modem_power,pin_config,logic_type; in voyetra_setup_eapd_slot() local
3326 logic_type = snd_cs46xx_codec_read(chip, AC97_GPIO_POLARITY, in voyetra_setup_eapd_slot()
3328 logic_type &=0x27F; in voyetra_setup_eapd_slot()
3330 snd_cs46xx_codec_write (chip, AC97_GPIO_POLARITY, logic_type, in voyetra_setup_eapd_slot()