Searched refs:GPIOF_OUT_INIT_HIGH (Results 1 – 16 of 16) sorted by relevance
/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()
|
/linux/drivers/gpio/ |
H A D | gpiolib-legacy.c | 55 err = gpiod_direction_output_raw(desc, !!(flags & GPIOF_OUT_INIT_HIGH)); in gpio_request_one()
|
/linux/include/linux/ |
H A D | gpio.h | 22 #define GPIOF_OUT_INIT_HIGH ((0 << 0) | (1 << 1)) macro
|
/linux/sound/soc/codecs/ |
H A D | pcm3008.c | 124 GPIOF_OUT_INIT_HIGH, "codec_dem0"); in pcm3008_codec_probe()
|
H A D | cs42l73.c | 1318 GPIOF_OUT_INIT_HIGH, in cs42l73_i2c_probe()
|
H A D | cs42l52.c | 1145 GPIOF_OUT_INIT_HIGH, in cs42l52_i2c_probe()
|
H A D | cs42l56.c | 1204 GPIOF_OUT_INIT_HIGH, "CS42L56 /RST"); in cs42l56_i2c_probe()
|
H A D | arizona-jack.c | 1324 mode = GPIOF_OUT_INIT_HIGH; in arizona_jack_codec_dev_probe()
|
/linux/drivers/nfc/s3fwrn5/ |
H A D | uart.c | 148 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()
|
/linux/arch/arm/mach-pxa/ |
H A D | spitz_pm.c | 111 gpio_request_one(18, GPIOF_OUT_INIT_HIGH, "Unknown"); in spitz_presuspend()
|
/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()
|
/linux/drivers/mfd/ |
H A D | aat2870-core.c | 371 GPIOF_OUT_INIT_HIGH, "aat2870-en"); in aat2870_i2c_probe()
|
/linux/arch/mips/bcm63xx/boards/ |
H A D | board_bcm963xx.c | 45 .ephy_reset_gpio_flags = GPIOF_OUT_INIT_HIGH,
|
/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-dvb.c | 736 flags = GPIOF_OUT_INIT_HIGH; /* enable LNA */ in em28xx_pctv_290e_set_lna()
|
/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | 2710 GPIOF_OUT_INIT_HIGH, "robo_reset"); in b53_switch_init()
|