Searched refs:cs_gpio (Results 1 – 4 of 4) sorted by relevance
123 struct gpio_desc *cs_gpio; member1165 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()
66 struct gpio_desc *cs_gpio;64 struct gpio_desc *cs_gpio; global() member
318 cs35l41->cs_gpio = cs_gpiod; in generic_dsd_config()
2082 gpiod_put(cs35l41->cs_gpio);2111 gpiod_put(cs35l41->cs_gpio);