Searched refs:gpiod_get_index (Results 1 - 16 of 16) sorted by relevance

/linux-master/sound/pci/hda/
H A Dcirrus_scodec.c22 speaker_id_desc = gpiod_get_index(dev, NULL, fixed_gpio_id, GPIOD_IN);
48 speaker_id_desc = gpiod_get_index(dev, "spk-id", i + base_index,
H A Dcs35l41_hda_property.c285 cs_gpiod = gpiod_get_index(physdev, "cs", 0, GPIOD_OUT_LOW);
364 cs35l41->reset_gpio = gpiod_get_index(physdev, NULL, 0, GPIOD_OUT_HIGH);
399 cs35l41->reset_gpio = gpiod_get_index(physdev, NULL, 0, GPIOD_OUT_HIGH);
H A Dcs35l41_hda.c1544 speaker_id_desc = gpiod_get_index(dev, NULL, fixed_gpio_id, GPIOD_IN);
1571 speaker_id_desc = gpiod_get_index(dev, "spk-id", i + base_index,
/linux-master/drivers/leds/simple/
H A Dsimatic-ipc-leds-gpio-core.c81 gpiod = gpiod_get_index(dev, NULL, 6, GPIOD_OUT_LOW);
89 gpiod = gpiod_get_index(dev, NULL, 7, GPIOD_OUT_LOW);
/linux-master/arch/arm/mach-omap1/
H A Dserial.c206 d = gpiod_get_index(NULL, "wakeup", idx, GPIOD_IN);
/linux-master/include/linux/gpio/
H A Dconsumer.h66 struct gpio_desc *__must_check gpiod_get_index(struct device *dev,
203 gpiod_get_index(struct device *dev, function
/linux-master/drivers/gpio/
H A Dgpiolib-devres.c83 * devm_gpiod_get_index - Resource-managed gpiod_get_index()
89 * Managed gpiod_get_index(). GPIO descriptors returned from this function are
90 * automatically disposed on driver detach. See gpiod_get_index() for detailed
101 desc = gpiod_get_index(dev, con_id, idx, flags);
H A Dgpiolib.c4321 return gpiod_get_index(dev, con_id, 0, flags);
4418 * gpiod_get_index - obtain a GPIO from a multi-index GPIO function
4431 struct gpio_desc *__must_check gpiod_get_index(struct device *dev, function
4442 EXPORT_SYMBOL_GPL(gpiod_get_index); variable
4452 * This is equivalent to gpiod_get_index(), except that when no GPIO with the
4463 desc = gpiod_get_index(dev, con_id, index, flags);
4559 desc = gpiod_get_index(dev, con_id, descs->ndescs, flags);
/linux-master/drivers/leds/
H A Dleds-netxbig.c375 gpiod = gpiod_get_index(gpio_ext_dev, "addr", i,
397 gpiod = gpiod_get_index(gpio_ext_dev, "data", i,
/linux-master/drivers/soc/fsl/qe/
H A Dgpio.c176 gpiod = gpiod_get_index(dev, NULL, index,
/linux-master/sound/soc/
H A Dsoc-jack.c337 gpios[i].desc = gpiod_get_index(gpios[i].gpiod_dev,
/linux-master/drivers/staging/media/atomisp/i2c/
H A Datomisp-lm3554.c807 platform_data.gpio_reset = gpiod_get_index(&client->dev,
811 platform_data.gpio_strobe = gpiod_get_index(&client->dev,
815 platform_data.gpio_torch = gpiod_get_index(&client->dev,
/linux-master/arch/arm/mach-omap2/
H A Dpdata-quirks.c105 d = gpiod_get_index(NULL, "reset", idx, GPIOD_OUT_HIGH);
/linux-master/drivers/input/misc/
H A Dsoc_button_array.c140 desc = gpiod_get_index(dev, NULL, acpi_index, GPIOD_ASIS);
/linux-master/drivers/spi/
H A Dspi-mpc52xx.c456 gpio_cs = gpiod_get_index(&op->dev,
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_gmin_platform.c554 gs->gpio0 = gpiod_get_index(dev, NULL, 0, GPIOD_OUT_LOW);
560 gs->gpio1 = gpiod_get_index(dev, NULL, 1, GPIOD_OUT_LOW);

Completed in 236 milliseconds