Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/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-4.19.296/drivers/gpio/
Dgpio-tps65912.c43 return GPIOF_DIR_OUT; in tps65912_gpio_get_direction()
/linux-4.19.296/drivers/pci/controller/dwc/
Dpcie-histb.c311 unsigned long flag = GPIOF_DIR_OUT; in histb_pcie_probe()
/linux-4.19.296/drivers/regulator/
Dcore.c2090 GPIOF_DIR_OUT | config->ena_gpio_flags, in regulator_ena_gpio_request()