/openbmc/linux/arch/mips/bcm47xx/ |
H A D | workarounds.c | 12 err = gpio_request_one(usb_power, GPIOF_OUT_INIT_HIGH, "usb_power"); in bcm47xx_workarounds_enable_usb_power()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm1250-ev1.c | 169 wm1250->gpios[WM1250_EV1_GPIO_CLK_SEL0].flags = GPIOF_OUT_INIT_HIGH; in wm1250_ev1_pdata() 170 wm1250->gpios[WM1250_EV1_GPIO_CLK_SEL1].flags = GPIOF_OUT_INIT_HIGH; in wm1250_ev1_pdata()
|
H A D | pcm3008.c | 124 GPIOF_OUT_INIT_HIGH, "codec_dem0"); in pcm3008_codec_probe()
|
H A D | wm5100.c | 2354 GPIOF_OUT_INIT_HIGH, "WM5100 HP_POL"); in wm5100_probe() 2465 GPIOF_OUT_INIT_HIGH, "WM5100 LDOENA"); in wm5100_i2c_probe() 2476 GPIOF_OUT_INIT_HIGH, "WM5100 /RESET"); in wm5100_i2c_probe()
|
H A D | wm2200.c | 2251 GPIOF_OUT_INIT_HIGH, in wm2200_i2c_probe() 2263 GPIOF_OUT_INIT_HIGH, in wm2200_i2c_probe()
|
H A D | wm0010.c | 915 gpio_flags = GPIOF_OUT_INIT_HIGH; in wm0010_spi_probe()
|
H A D | cs42l73.c | 1318 GPIOF_OUT_INIT_HIGH, in cs42l73_i2c_probe()
|
H A D | cs42l56.c | 1204 GPIOF_OUT_INIT_HIGH, "CS42L56 /RST"); in cs42l56_i2c_probe()
|
H A D | cs42l52.c | 1145 GPIOF_OUT_INIT_HIGH, in cs42l52_i2c_probe()
|
H A D | arizona-jack.c | 1324 mode = GPIOF_OUT_INIT_HIGH; in arizona_jack_codec_dev_probe()
|
/openbmc/linux/drivers/misc/eeprom/ |
H A D | digsy_mtc_eeprom.c | 92 ret = gpio_request_one(GPIO_EEPROM_OE, GPIOF_OUT_INIT_HIGH, in digsy_mtc_eeprom_devices_init()
|
/openbmc/linux/include/linux/ |
H A D | gpio.h | 30 #define GPIOF_OUT_INIT_HIGH (GPIOF_DIR_OUT | GPIOF_INIT_HIGH) macro
|
/openbmc/linux/Documentation/translations/zh_CN/driver-api/gpio/ |
H A D | legacy.rst | 295 * GPIOF_OUT_INIT_HIGH - 配置为输出,并初始化为高电平 309 { 32, GPIOF_OUT_INIT_HIGH, "Power LED" }, /* 默认开启 */
|
/openbmc/linux/Documentation/translations/zh_TW/ |
H A D | gpio.txt | 301 * GPIOF_OUT_INIT_HIGH - 配置爲輸出,並初始化爲高電平 315 { 32, GPIOF_OUT_INIT_HIGH, "Power LED" }, /* 默認開啓 */
|
/openbmc/linux/drivers/nfc/s3fwrn5/ |
H A D | uart.c | 149 GPIOF_OUT_INIT_HIGH, "s3fwrn82_en"); in s3fwrn82_uart_probe()
|
H A D | i2c.c | 201 GPIOF_OUT_INIT_HIGH, "s3fwrn5_en"); in s3fwrn5_i2c_probe()
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | spitz_pm.c | 109 gpio_request_one(18, GPIOF_OUT_INIT_HIGH, "Unknown"); in spitz_presuspend()
|
/openbmc/linux/sound/soc/tegra/ |
H A D | tegra20_ac97.c | 349 GPIOF_OUT_INIT_HIGH, "codec-reset"); in tegra20_ac97_platform_probe()
|
/openbmc/linux/sound/arm/ |
H A D | pxa2xx-ac97-lib.c | 374 ret = gpio_request_one(reset_gpio, GPIOF_OUT_INIT_HIGH, in pxa2xx_ac97_hw_probe()
|
/openbmc/linux/drivers/mfd/ |
H A D | aat2870-core.c | 371 GPIOF_OUT_INIT_HIGH, "aat2870-en"); in aat2870_i2c_probe()
|
/openbmc/linux/drivers/video/backlight/ |
H A D | hx8357.c | 611 GPIOF_OUT_INIT_HIGH, in hx8357_probe()
|
/openbmc/linux/drivers/regulator/ |
H A D | lp8788-buck.c | 73 DVS_HIGH = GPIOF_OUT_INIT_HIGH,
|
H A D | max8973-regulator.c | 679 GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW; in max8973_probe()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pci-imx6.c | 1298 GPIOF_OUT_INIT_HIGH : in imx6_pcie_probe()
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | legacy.rst | 319 * GPIOF_OUT_INIT_HIGH - configured as output, initial level HIGH 333 { 32, GPIOF_OUT_INIT_HIGH, "Power LED" }, /* default to ON */
|