Searched refs:GPIOD_OUT_LOW (Results 1 – 23 of 23) sorted by relevance
/linux-4.1.27/sound/soc/jz4740/ |
D | qi_lb60.c | 85 qi_lb60->snd_gpio = devm_gpiod_get(&pdev->dev, "snd", GPIOD_OUT_LOW); in qi_lb60_probe() 89 qi_lb60->amp_gpio = devm_gpiod_get(&pdev->dev, "amp", GPIOD_OUT_LOW); in qi_lb60_probe()
|
/linux-4.1.27/drivers/power/reset/ |
D | ltc2952-poweroff.c | 191 GPIOD_OUT_LOW); in ltc2952_poweroff_init() 198 data->gpio_kill = devm_gpiod_get(&pdev->dev, "kill", GPIOD_OUT_LOW); in ltc2952_poweroff_init()
|
D | gpio-restart.c | 74 open_source ? GPIOD_IN : GPIOD_OUT_LOW); in gpio_restart_probe()
|
/linux-4.1.27/drivers/mmc/core/ |
D | pwrseq_emmc.c | 79 pwrseq->reset_gpio = gpiod_get_index(dev, "reset", 0, GPIOD_OUT_LOW); in mmc_pwrseq_emmc_alloc()
|
/linux-4.1.27/drivers/net/phy/ |
D | mdio-mux-gpio.c | 52 s->gpios = gpiod_get_array(&pdev->dev, NULL, GPIOD_OUT_LOW); in mdio_mux_gpio_probe()
|
/linux-4.1.27/drivers/tty/serial/ |
D | serial_mctrl_gpio.c | 99 flags = GPIOD_OUT_LOW; in mctrl_gpio_init()
|
/linux-4.1.27/drivers/i2c/muxes/ |
D | i2c-mux-pca954x.c | 207 gpio = devm_gpiod_get_optional(&client->dev, "reset", GPIOD_OUT_LOW); in pca954x_probe()
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib-of.c | 184 *dflags |= GPIOD_OUT_LOW; in of_get_gpio_hog()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | chipone_icn8318.c | 218 data->wake_gpio = devm_gpiod_get(dev, "wake", GPIOD_OUT_LOW); in icn8318_probe()
|
/linux-4.1.27/drivers/leds/ |
D | leds-lp8860.c | 395 "enable", GPIOD_OUT_LOW); in lp8860_probe()
|
/linux-4.1.27/sound/soc/codecs/ |
D | cs35l32.c | 441 "reset", GPIOD_OUT_LOW); in cs35l32_i2c_probe()
|
D | tas2552.c | 490 data->enable_gpio = devm_gpiod_get(dev, "enable", GPIOD_OUT_LOW); in tas2552_probe()
|
D | cs4265.c | 609 "reset", GPIOD_OUT_LOW); in cs4265_i2c_probe()
|
D | sta350.c | 1217 GPIOD_OUT_LOW); in sta350_i2c_probe() 1222 GPIOD_OUT_LOW); in sta350_i2c_probe()
|
D | wm8804.c | 583 GPIOD_OUT_LOW); in wm8804_probe()
|
D | adau1977.c | 942 GPIOD_OUT_LOW); in adau1977_probe()
|
/linux-4.1.27/include/linux/gpio/ |
D | consumer.h | 39 GPIOD_OUT_LOW = GPIOD_FLAGS_BIT_DIR_SET | GPIOD_FLAGS_BIT_DIR_OUT, enumerator
|
/linux-4.1.27/drivers/gpu/drm/panel/ |
D | panel-simple.c | 298 GPIOD_OUT_LOW); in panel_simple_probe()
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | ov2640.c | 1083 GPIOD_OUT_LOW); in ov2640_probe_dt()
|
/linux-4.1.27/Documentation/gpio/ |
D | consumer.txt | 48 * GPIOD_OUT_LOW to initialize the GPIO as output with a value of 0.
|
/linux-4.1.27/drivers/media/radio/si4713/ |
D | si4713.c | 1463 GPIOD_OUT_LOW); in si4713_probe()
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc91x.c | 2207 enum gpiod_flags flags = value ? GPIOD_OUT_LOW : GPIOD_OUT_HIGH; in try_toggle_control_gpio()
|
/linux-4.1.27/drivers/media/i2c/ |
D | adv7604.c | 2731 GPIOD_OUT_LOW); in adv76xx_probe()
|