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

/linux-master/sound/pci/hda/
H A Dcs35l41_hda.h60 struct gpio_desc *cs_gpio; member in struct:cs35l41_hda
H A Dcs35l41_hda_property.c293 cs35l41->cs_gpio = cs_gpiod;
H A Dcs35l41_hda.c1848 gpiod_put(cs35l41->cs_gpio);
1876 gpiod_put(cs35l41->cs_gpio);
/linux-master/drivers/spi/
H A Dspi-bcm2835.c88 * @cs_gpio: chip-select GPIO descriptor
123 struct gpio_desc *cs_gpio; member in struct:bcm2835_spi
1165 gpiod_put(bs->cs_gpio);
1315 bs->cs_gpio = gpiod_get(&spi->dev, "cs", GPIOD_OUT_LOW);
1317 if (IS_ERR(bs->cs_gpio)) {
1318 ret = PTR_ERR(bs->cs_gpio);
1322 spi_set_csgpiod(spi, 0, bs->cs_gpio);

Completed in 106 milliseconds