Home
last modified time | relevance | path

Searched refs:GPIOF_DIR_OUT (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v4.19/arch/arm/mach-imx/
Dmach-imx27_visstrim_m10.c172 .flags = GPIOF_DIR_OUT | GPIOF_INIT_HIGH,
177 .flags = GPIOF_DIR_OUT | GPIOF_INIT_LOW,
182 .flags = GPIOF_DIR_OUT | GPIOF_INIT_LOW,
187 .flags = GPIOF_DIR_OUT,
192 .flags = GPIOF_DIR_OUT,
197 .flags = GPIOF_DIR_OUT,
202 .flags = GPIOF_DIR_OUT,
/Linux-v4.19/include/linux/
Dgpio.h20 #define GPIOF_DIR_OUT (0 << 0) macro
27 #define GPIOF_OUT_INIT_LOW (GPIOF_DIR_OUT | GPIOF_INIT_LOW)
28 #define GPIOF_OUT_INIT_HIGH (GPIOF_DIR_OUT | GPIOF_INIT_HIGH)
Dfmc.h120 # define GPIOF_DIR_OUT (0 << 0) macro
/Linux-v4.19/drivers/rtc/
Drtc-moxart.c287 GPIOF_DIR_OUT, "rtc_sclk"); in moxart_rtc_probe()
294 GPIOF_DIR_OUT, "rtc_reset"); in moxart_rtc_probe()
/Linux-v4.19/drivers/video/backlight/
Dlms283gf05.c162 GPIOF_DIR_OUT | (!pdata->reset_inverted ? in lms283gf05_probe()
Dgpio_backlight.c117 unsigned long flags = GPIOF_DIR_OUT; in gpio_backlight_probe()
Dbd6107.c151 GPIOF_DIR_OUT | GPIOF_INIT_LOW, "reset"); in bd6107_probe()
/Linux-v4.19/drivers/gpio/
Dgpio-tps65912.c43 return GPIOF_DIR_OUT; in tps65912_gpio_get_direction()
/Linux-v4.19/arch/arm/mach-pxa/
Dmagician.c371 { EGPIO_MAGICIAN_BL_POWER, GPIOF_DIR_OUT, "Backlight power" },
372 { EGPIO_MAGICIAN_BL_POWER2, GPIOF_DIR_OUT, "Backlight power 2" },
Dpalmtreo.c470 const unsigned long lcd_flags = GPIOF_INIT_HIGH | GPIOF_DIR_OUT; in treo680_gpio_init()
/Linux-v4.19/drivers/spi/
Dspi-ath79.c127 flags = GPIOF_DIR_OUT; in ath79_spi_setup_cs()
/Linux-v4.19/arch/arm/mach-davinci/
Dboard-omapl138-hawk.c378 GPIOF_DIR_OUT, "USB1 VBUS"); in omapl138_hawk_usb_init()
/Linux-v4.19/drivers/staging/iio/resolver/
Dad2s1210.c633 unsigned long flags = st->pdata->gpioin ? GPIOF_DIR_IN : GPIOF_DIR_OUT; in ad2s1210_setup_gpios()
647 unsigned long flags = st->pdata->gpioin ? GPIOF_DIR_IN : GPIOF_DIR_OUT; in ad2s1210_free_gpios()
/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-histb.c311 unsigned long flag = GPIOF_DIR_OUT; in histb_pcie_probe()
/Linux-v4.19/Documentation/translations/zh_CN/
Dgpio.txt300 * GPIOF_DIR_OUT - 配置方向为输出
/Linux-v4.19/drivers/leds/
Dleds-lp55xx-common.c403 GPIOF_DIR_OUT, "lp5523_enable"); in lp55xx_init_device()
/Linux-v4.19/drivers/input/touchscreen/
Dauo-pixcir-ts.c607 GPIOF_DIR_OUT | GPIOF_INIT_HIGH, in auo_pixcir_probe()
/Linux-v4.19/drivers/pinctrl/vt8500/
Dpinctrl-wmt.c498 return GPIOF_DIR_OUT; in wmt_gpio_get_direction()
/Linux-v4.19/drivers/nfc/st95hf/
Dcore.c1135 GPIOF_DIR_OUT | GPIOF_INIT_HIGH, in st95hf_probe()
/Linux-v4.19/Documentation/fmc/
Dcarrier.txt239 int mode; /* GPIOF_DIR_OUT etc, from <linux/gpio.h> */
/Linux-v4.19/drivers/pinctrl/intel/
Dpinctrl-baytrail.c1361 return GPIOF_DIR_OUT; in byt_gpio_get_direction()
/Linux-v4.19/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c1561 unsigned int flags = GPIOF_DIR_OUT; in s5c73m3_configure_gpios()
/Linux-v4.19/drivers/media/i2c/
Ds5k5baf.c1805 int flags = GPIOF_DIR_OUT; in s5k5baf_configure_gpios()
/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c2649 unsigned long flags = GPIOF_DIR_OUT | GPIOF_INIT_HIGH | GPIOF_EXPORT; in pch_gbe_minnow_platform_init()
/Linux-v4.19/Documentation/driver-api/gpio/
Dlegacy.rst320 * GPIOF_DIR_OUT - to configure direction as output

12