Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-tangier.c64 struct tng_gpio *priv = gpiochip_get_data(chip); in gpio_reg()
73 struct tng_gpio *priv = gpiochip_get_data(chip); in gpio_reg_and_bit()
93 struct tng_gpio *priv = gpiochip_get_data(chip); in tng_gpio_set()
109 struct tng_gpio *priv = gpiochip_get_data(chip); in tng_gpio_direction_input()
131 struct tng_gpio *priv = gpiochip_get_data(chip); in tng_gpio_direction_output()
166 struct tng_gpio *priv = gpiochip_get_data(chip); in tng_gpio_set_debounce()
209 struct tng_gpio *priv = gpiochip_get_data(gc); in tng_irq_ack()
222 static void tng_irq_unmask_mask(struct tng_gpio *priv, u32 gpio, bool unmask) in tng_irq_unmask_mask()
246 struct tng_gpio *priv = gpiochip_get_data(gc); in tng_irq_mask()
256 struct tng_gpio *priv = gpiochip_get_data(gc); in tng_irq_unmask()
[all …]
H A Dgpio-tangier.h100 struct tng_gpio { struct
112 int devm_tng_gpio_probe(struct device *dev, struct tng_gpio *gpio); argument
H A Dgpio-merrifield.c52 static const char *mrfld_gpio_get_pinctrl_dev_name(struct tng_gpio *priv) in mrfld_gpio_get_pinctrl_dev_name()
72 struct tng_gpio *priv; in mrfld_gpio_probe()
H A Dgpio-elkhartlake.c25 struct tng_gpio *priv; in ehl_gpio_probe()