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.c123 struct gpio_desc *cs_gpio; member
1165 gpiod_put(bs->cs_gpio); in bcm2835_spi_cleanup()
1315 bs->cs_gpio = gpiod_get(&spi->dev, "cs", GPIOD_OUT_LOW); in bcm2835_spi_setup()
1317 if (IS_ERR(bs->cs_gpio)) { in bcm2835_spi_setup()
1318 ret = PTR_ERR(bs->cs_gpio); in bcm2835_spi_setup()
1322 spi_set_csgpiod(spi, 0, bs->cs_gpio); in bcm2835_spi_setup()
/linux/sound/pci/hda/
H A Dcs35l41_hda.h63 struct gpio_desc *cs_gpio; member
H A Dcs35l41_hda_property.c307 cs35l41->cs_gpio = cs_gpiod; in generic_dsd_config()
H A Dcs35l41_hda.c2016 gpiod_put(cs35l41->cs_gpio); in cs35l41_hda_probe()
2044 gpiod_put(cs35l41->cs_gpio); in cs35l41_hda_remove()