Searched refs:GPIOF_OUT_INIT_HIGH (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpiolib-legacy.c | 46 err = gpio_direction_output(gpio, !!(flags & GPIOF_OUT_INIT_HIGH)); in gpio_request_one() 100 rc = gpio_direction_output(gpio, !!(flags & GPIOF_OUT_INIT_HIGH)); in devm_gpio_request_one()
|
| /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/include/linux/ |
| H A D | gpio.h | 27 #define GPIOF_OUT_INIT_HIGH ((0 << 0) | (1 << 1)) macro
|
| /linux/drivers/nfc/s3fwrn5/ |
| H A D | uart.c | 152 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/drivers/mfd/ |
| H A D | aat2870-core.c | 369 GPIOF_OUT_INIT_HIGH, "aat2870-en"); in aat2870_i2c_probe()
|
| /linux/sound/arm/ |
| H A D | pxa2xx-ac97-lib.c | |
| /linux/arch/mips/bcm63xx/boards/ |
| H A D | board_bcm963xx.c | 45 .ephy_reset_gpio_flags = GPIOF_OUT_INIT_HIGH,
|
| /linux/sound/soc/codecs/ |
| H A D | arizona-jack.c | 1331 mode = GPIOF_OUT_INIT_HIGH; in arizona_jack_codec_dev_probe()
|
| /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 | 3178 GPIOF_OUT_INIT_HIGH, "robo_reset"); in b53_switch_init()
|