Home
last modified time | relevance | path

Searched refs:GPIOF_OUT_INIT_LOW (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/arch/arm/mach-sa1100/
H A Dh3600.c27 { H3XXX_EGPIO_LCD_ON, GPIOF_OUT_INIT_LOW, "LCD power" },
28 { H3600_EGPIO_LCD_PCI, GPIOF_OUT_INIT_LOW, "LCD control" },
29 { H3600_EGPIO_LCD_5V_ON, GPIOF_OUT_INIT_LOW, "LCD 5v" },
30 { H3600_EGPIO_LVDD_ON, GPIOF_OUT_INIT_LOW, "LCD 9v/-6.5v" },
/openbmc/linux/sound/soc/codecs/
H A Dpcm3008.c130 GPIOF_OUT_INIT_LOW, "codec_dem1"); in pcm3008_codec_probe()
136 GPIOF_OUT_INIT_LOW, "codec_pdad"); in pcm3008_codec_probe()
142 GPIOF_OUT_INIT_LOW, "codec_pdda"); in pcm3008_codec_probe()
H A Dak5386.c188 GPIOF_OUT_INIT_LOW, in ak5386_probe()
H A Dak4641.c568 GPIOF_OUT_INIT_LOW, "ak4641 power"); in ak4641_i2c_probe()
574 GPIOF_OUT_INIT_LOW, "ak4641 npdn"); in ak4641_i2c_probe()
H A Dwm1250-ev1.c167 wm1250->gpios[i].flags = GPIOF_OUT_INIT_LOW; in wm1250_ev1_pdata()
H A Duda1380.c757 GPIOF_OUT_INIT_LOW, "uda1380 reset"); in uda1380_i2c_probe()
764 GPIOF_OUT_INIT_LOW, "uda1380 power"); in uda1380_i2c_probe()
H A Darizona-jack.c1326 mode = GPIOF_OUT_INIT_LOW; in arizona_jack_codec_dev_probe()
1360 GPIOF_OUT_INIT_LOW, in arizona_jack_codec_dev_probe()
H A Dwm0010.c917 gpio_flags = GPIOF_OUT_INIT_LOW; in wm0010_spi_probe()
H A Dtlv320aic32x4.c1378 GPIOF_OUT_INIT_LOW, "tlv320aic32x4 rstn"); in aic32x4_probe()
/openbmc/linux/arch/arm/mach-pxa/
H A Dspitz_pm.c42 { SPITZ_GPIO_ADC_TEMP_ON, GPIOF_OUT_INIT_LOW, "ADC Temp On" },
43 { SPITZ_GPIO_JK_B, GPIOF_OUT_INIT_LOW, "JK B" },
44 { SPITZ_GPIO_CHRG_ON, GPIOF_OUT_INIT_LOW, "Charger On" },
/openbmc/linux/Documentation/translations/zh_CN/driver-api/gpio/
H A Dlegacy.rst294 * GPIOF_OUT_INIT_LOW - 配置为输出,并初始化为低电平
310 { 33, GPIOF_OUT_INIT_LOW, "Green LED" }, /* 默认关闭 */
311 { 34, GPIOF_OUT_INIT_LOW, "Red LED" }, /* 默认关闭 */
312 { 35, GPIOF_OUT_INIT_LOW, "Blue LED" }, /* 默认关闭 */
/openbmc/linux/Documentation/translations/zh_TW/
H A Dgpio.txt300 * GPIOF_OUT_INIT_LOW - 配置爲輸出,並初始化爲低電平
316 { 33, GPIOF_OUT_INIT_LOW, "Green LED" }, /* 默認關閉 */
317 { 34, GPIOF_OUT_INIT_LOW, "Red LED" }, /* 默認關閉 */
318 { 35, GPIOF_OUT_INIT_LOW, "Blue LED" }, /* 默認關閉 */
/openbmc/linux/include/linux/
H A Dgpio.h29 #define GPIOF_OUT_INIT_LOW (GPIOF_DIR_OUT | GPIOF_INIT_LOW) macro
/openbmc/linux/drivers/nfc/s3fwrn5/
H A Duart.c155 GPIOF_OUT_INIT_LOW, "s3fwrn82_fw_wake"); in s3fwrn82_uart_probe()
H A Di2c.c207 GPIOF_OUT_INIT_LOW, "s3fwrn5_fw_wake"); in s3fwrn5_i2c_probe()
/openbmc/linux/sound/soc/rockchip/
H A Drk3288_hdmi_analog.c197 GPIOF_OUT_INIT_LOW, "hp_en"); in snd_rk_mc_probe()
/openbmc/linux/drivers/nfc/nfcmrvl/
H A Dmain.c117 GPIOF_OUT_INIT_LOW, in nfcmrvl_nci_register_dev()
/openbmc/linux/drivers/leds/
H A Dleds-gpio.c215 unsigned long flags = GPIOF_OUT_INIT_LOW; in gpio_led_get_gpiod()
/openbmc/linux/drivers/input/mouse/
H A Dnavpoint.c220 error = gpio_request_one(pdata->gpio, GPIOF_OUT_INIT_LOW, in navpoint_probe()
/openbmc/linux/drivers/video/backlight/
H A Dhx8357.c636 GPIOF_OUT_INIT_LOW, in hx8357_probe()
/openbmc/linux/drivers/regulator/
H A Dlp8788-buck.c72 DVS_LOW = GPIOF_OUT_INIT_LOW,
H A Dmax8973-regulator.c679 GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW; in max8973_probe()
/openbmc/linux/drivers/mfd/
H A Dlm3533-core.c490 GPIOF_OUT_INIT_LOW, "lm3533-hwen"); in lm3533_device_init()
/openbmc/linux/Documentation/driver-api/gpio/
H A Dlegacy.rst318 * GPIOF_OUT_INIT_LOW - configured as output, initial level LOW
334 { 33, GPIOF_OUT_INIT_LOW, "Green LED" }, /* default to OFF */
335 { 34, GPIOF_OUT_INIT_LOW, "Red LED" }, /* default to OFF */
336 { 35, GPIOF_OUT_INIT_LOW, "Blue LED" }, /* default to OFF */
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c738 flags = GPIOF_OUT_INIT_LOW; /* disable LNA */ in em28xx_pctv_290e_set_lna()
1711 GPIOF_OUT_INIT_LOW, NULL); in em28xx_dvb_init()

12