Home
last modified time | relevance | path

Searched refs:GPIOF_OUT_INIT_HIGH (Results 1 – 25 of 103) sorted by relevance

12345

/Linux-v4.19/arch/arm/mach-pxa/
Dhx4700.c851 { GPIO59_HX4700_LCD_PC1, GPIOF_OUT_INIT_HIGH, "LCD_PC1" },
852 { GPIO62_HX4700_LCD_nRESET, GPIOF_OUT_INIT_HIGH, "LCD_RESET" },
853 { GPIO70_HX4700_LCD_SLIN1, GPIOF_OUT_INIT_HIGH, "LCD_SLIN1" },
854 { GPIO84_HX4700_LCD_SQN, GPIOF_OUT_INIT_HIGH, "LCD_SQN" },
855 { GPIO110_HX4700_LCD_LVDD_3V3_ON, GPIOF_OUT_INIT_HIGH, "LCD_LVDD" },
856 { GPIO111_HX4700_LCD_AVDD_3V3_ON, GPIOF_OUT_INIT_HIGH, "LCD_AVDD" },
857 { GPIO32_HX4700_RS232_ON, GPIOF_OUT_INIT_HIGH, "RS232_ON" },
858 { GPIO61_HX4700_W3220_nRESET, GPIOF_OUT_INIT_HIGH, "W3220_nRESET" },
859 { GPIO71_HX4700_ASIC3_nRESET, GPIOF_OUT_INIT_HIGH, "ASIC3_nRESET" },
860 { GPIO81_HX4700_CPU_GP_nRESET, GPIOF_OUT_INIT_HIGH, "CPU_GP_nRESET" },
[all …]
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dcommon-smdk.c183 { S3C2410_GPF(4), GPIOF_OUT_INIT_HIGH, NULL },
184 { S3C2410_GPF(5), GPIOF_OUT_INIT_HIGH, NULL },
185 { S3C2410_GPF(6), GPIOF_OUT_INIT_HIGH, NULL },
186 { S3C2410_GPF(7), GPIOF_OUT_INIT_HIGH, NULL },
Dmach-nexcoder.c118 gpio_request_one(S3C2410_GPE(14), GPIOF_OUT_INIT_HIGH, NULL); in nexcoder_sensorboard_init()
120 gpio_request_one(S3C2410_GPE(15), GPIOF_OUT_INIT_HIGH, NULL); in nexcoder_sensorboard_init()
124 gpio_request_one(S3C2410_GPF(1), GPIOF_OUT_INIT_HIGH, NULL); in nexcoder_sensorboard_init()
Dmach-osiris.c273 gpio_request_one(S3C2410_GPA(21), GPIOF_OUT_INIT_HIGH, NULL); in osiris_pm_suspend()
373 gpio_request_one(S3C2410_GPA(0), GPIOF_OUT_INIT_HIGH, NULL); in osiris_map_io()
Dpm-s3c2410.c68 gpio_request_one(S3C2410_GPF(2), GPIOF_OUT_INIT_HIGH, NULL); in s3c2410_pm_prepare()
/Linux-v4.19/drivers/mtd/nand/raw/
Dams-delta.c143 .flags = GPIOF_OUT_INIT_HIGH,
148 .flags = GPIOF_OUT_INIT_HIGH,
153 .flags = GPIOF_OUT_INIT_HIGH,
158 .flags = GPIOF_OUT_INIT_HIGH,
/Linux-v4.19/drivers/pcmcia/
Dpxa2xx_stargate2.c37 { SG2_S0_GPIO_RESET, GPIOF_OUT_INIT_HIGH, "PCMCIA Reset" },
38 { SG2_S0_POWER_CTL, GPIOF_OUT_INIT_HIGH, "PCMCIA Power Ctrl" },
/Linux-v4.19/sound/soc/pxa/
De750_wm9705.c104 { GPIO_E750_HP_AMP_OFF, GPIOF_OUT_INIT_HIGH, "Headphone amp" },
105 { GPIO_E750_SPK_AMP_OFF, GPIOF_OUT_INIT_HIGH, "Speaker amp" },
De800_wm9712.c103 { GPIO_E800_SPK_AMP_ON, GPIOF_OUT_INIT_HIGH, "Headphone amp" },
104 { GPIO_E800_HP_AMP_OFF, GPIOF_OUT_INIT_HIGH, "Speaker amp" },
De740_wm9705.c122 { GPIO_E740_WM9705_nAVDD2, GPIOF_OUT_INIT_HIGH, "Audio power" },
/Linux-v4.19/drivers/rtc/
Drtc-v3020.c106 { 0, GPIOF_OUT_INIT_HIGH, "RTC CS"},
107 { 0, GPIOF_OUT_INIT_HIGH, "RTC WR"},
108 { 0, GPIOF_OUT_INIT_HIGH, "RTC RD"},
109 { 0, GPIOF_OUT_INIT_HIGH, "RTC IO"},
/Linux-v4.19/drivers/regulator/
Dgpio-regulator.c205 GPIOF_OUT_INIT_HIGH; in of_get_gpio_regulator_config()
333 if (config->gpios[ptr].flags & GPIOF_OUT_INIT_HIGH) in gpio_regulator_probe()
350 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in gpio_regulator_probe()
357 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in gpio_regulator_probe()
Dfixed.c161 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in reg_fixed_voltage_probe()
168 cfg.ena_gpio_flags |= GPIOF_OUT_INIT_HIGH; in reg_fixed_voltage_probe()
Dmax8952.c256 GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW; in max8952_pmic_probe()
262 GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW; in max8952_pmic_probe()
/Linux-v4.19/arch/mips/bcm47xx/
Dworkarounds.c13 err = gpio_request_one(usb_power, GPIOF_OUT_INIT_HIGH, "usb_power"); in bcm47xx_workarounds_netgear_wnr3500l()
/Linux-v4.19/sound/soc/codecs/
Dwm1250-ev1.c175 wm1250->gpios[WM1250_EV1_GPIO_CLK_SEL0].flags = GPIOF_OUT_INIT_HIGH; in wm1250_ev1_pdata()
176 wm1250->gpios[WM1250_EV1_GPIO_CLK_SEL1].flags = GPIOF_OUT_INIT_HIGH; in wm1250_ev1_pdata()
Dpcm3008.c129 GPIOF_OUT_INIT_HIGH, "codec_dem0"); in pcm3008_codec_probe()
/Linux-v4.19/include/linux/regulator/
Dlp872x.h49 DVS_HIGH = GPIOF_OUT_INIT_HIGH,
/Linux-v4.19/arch/arm/mach-omap2/
Dpdata-quirks.c101 res = gpio_request_one(gpio + 2, GPIOF_OUT_INIT_HIGH, in omap3_sbc_t3730_twl_callback()
232 { 56, GPIOF_OUT_INIT_HIGH, "wlan pwr" },
233 { 4, GPIOF_OUT_INIT_HIGH, "xcvr noe" },
/Linux-v4.19/drivers/char/tpm/st33zp24/
Di2c.c183 GPIOF_OUT_INIT_HIGH, "TPM IO LPCPD"); in st33zp24_i2c_of_request_resources()
212 pdata->io_lpcpd, GPIOF_OUT_INIT_HIGH, in st33zp24_i2c_request_resources()
Dspi.c301 GPIOF_OUT_INIT_HIGH, "TPM IO LPCPD"); in st33zp24_spi_of_request_resources()
330 pdata->io_lpcpd, GPIOF_OUT_INIT_HIGH, in st33zp24_spi_request_resources()
/Linux-v4.19/drivers/misc/eeprom/
Ddigsy_mtc_eeprom.c95 ret = gpio_request_one(GPIO_EEPROM_OE, GPIOF_OUT_INIT_HIGH, in digsy_mtc_eeprom_devices_init()
/Linux-v4.19/sound/soc/samsung/
Dneo1973_wm8753.c314 { S3C2410_GPJ(2), GPIOF_OUT_INIT_HIGH, "GTA02_HP_IN" },
315 { S3C2410_GPJ(1), GPIOF_OUT_INIT_HIGH, "GTA02_AMP_SHUT" },
/Linux-v4.19/drivers/power/supply/
Dtosa_battery.c316 { TOSA_GPIO_CHARGE_OFF, GPIOF_OUT_INIT_HIGH, "main charge off" },
317 { TOSA_GPIO_CHARGE_OFF_JC, GPIOF_OUT_INIT_HIGH, "jacket charge off" },
/Linux-v4.19/drivers/leds/
Dleds-ns2.c194 GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW, in create_ns2_led()
204 GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW, in create_ns2_led()

12345