Searched refs:cs_gpio (Results 1 – 4 of 4) sorted by relevance
88 * @cs_gpio: chip-select GPIO descriptor123 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()
64 struct gpio_desc *cs_gpio; member
310 cs35l41->cs_gpio = cs_gpiod; in generic_dsd_config()
2065 gpiod_put(cs35l41->cs_gpio); in cs35l41_hda_probe() 2093 gpiod_put(cs35l41->cs_gpio); in cs35l41_hda_remove()