Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-tpic2810.c78 static const struct gpio_chip template_chip = { variable
104 gpio->chip = template_chip; in tpic2810_probe()
H A Dgpio-tps65912.c88 static const struct gpio_chip template_chip = { variable
111 gpio->gpio_chip = template_chip; in tps65912_gpio_probe()
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-lp87565.c134 static const struct gpio_chip template_chip = { variable
160 gpio->chip = template_chip; in lp87565_gpio_probe()
H A Dgpio-ts4900.c115 static const struct gpio_chip template_chip = { variable
152 priv->gpio_chip = template_chip; in ts4900_gpio_probe()
H A Dgpio-tps65218.c166 static const struct gpio_chip template_chip = { variable
190 tps65218_gpio->gpio_chip = template_chip; in tps65218_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()