Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-bcm2835.c88 * @cs_gpio: chip-select GPIO descriptor
123 struct gpio_desc *cs_gpio; member
1165 if (!IS_ERR(bs->cs_gpio)) in bcm2835_spi_cleanup()
1166 gpiod_put(bs->cs_gpio); in bcm2835_spi_cleanup()
1329 bs->cs_gpio = gpiod_get(&spi->dev, "cs", GPIOD_OUT_LOW); in bcm2835_spi_setup()
1331 if (IS_ERR(bs->cs_gpio)) { in bcm2835_spi_setup()
1332 ret = PTR_ERR(bs->cs_gpio); in bcm2835_spi_setup()
1336 spi_set_csgpiod(spi, 0, bs->cs_gpio); in bcm2835_spi_setup()
/linux/sound/hda/codecs/side-codecs/
H A Dcs35l41_hda.h64 struct gpio_desc *cs_gpio; member
H A Dcs35l41_hda_property.c310 cs35l41->cs_gpio = cs_gpiod; in generic_dsd_config()
H A Dcs35l41_hda.c2065 gpiod_put(cs35l41->cs_gpio); in cs35l41_hda_probe()
2093 gpiod_put(cs35l41->cs_gpio); in cs35l41_hda_remove()