Home
last modified time | relevance | path

Searched refs:template_chip (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-wm8350.c90 static const struct gpio_chip template_chip = { variable
113 wm8350_gpio->gpio_chip = template_chip; in wm8350_gpio_probe()
H A Dgpio-arizona.c135 static const struct gpio_chip template_chip = { variable
160 arizona_gpio->gpio_chip = template_chip; in arizona_gpio_probe()
H A Dgpio-tc3589x.c148 static const struct gpio_chip template_chip = { variable
325 tc3589x_gpio->chip = template_chip; in tc3589x_gpio_probe()
/linux/sound/soc/codecs/
H A Dzl38060.c434 static const struct gpio_chip template_chip = { variable
591 priv->gpio_chip = devm_kmemdup(dev, &template_chip, in zl38_spi_probe()
592 sizeof(template_chip), GFP_KERNEL); in zl38_spi_probe()
/linux/drivers/hid/
H A Dhid-mcp2200.c276 static const struct gpio_chip template_chip = { variable
358 mcp->gc = template_chip; in mcp2200_probe()