Searched refs:GPIOF_DIR_OUT (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | gpio.h | 20 #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)
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-moxart.c | 284 GPIOF_DIR_OUT, "rtc_sclk"); in moxart_rtc_probe() 291 GPIOF_DIR_OUT, "rtc_reset"); in moxart_rtc_probe()
|
| /OK3568_Linux_fs/kernel/drivers/video/backlight/ |
| H A D | lms283gf05.c | 159 GPIOF_DIR_OUT | (!pdata->reset_inverted ? in lms283gf05_probe()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | magician.c | 367 { EGPIO_MAGICIAN_BL_POWER, GPIOF_DIR_OUT, "Backlight power" }, 368 { EGPIO_MAGICIAN_BL_POWER2, GPIOF_DIR_OUT, "Backlight power 2" },
|
| H A D | palmtreo.c | 436 const unsigned long lcd_flags = GPIOF_INIT_HIGH | GPIOF_DIR_OUT; in treo680_gpio_init()
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/ |
| H A D | gpio.txt | 300 * GPIOF_DIR_OUT - 配置方向为输出
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pcie-histb.c | 313 unsigned long flag = GPIOF_DIR_OUT; in histb_pcie_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_backlight.c | 447 gpiod_get_direction(bl->enable_gpio) == GPIOF_DIR_OUT && in rockchip_drm_backlight_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | auo-pixcir-ts.c | 597 GPIOF_DIR_OUT | GPIOF_INIT_HIGH, in auo_pixcir_probe()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-at91-usart.c | 502 GPIOF_DIR_OUT, in at91_usart_gpio_setup()
|
| /OK3568_Linux_fs/kernel/drivers/nfc/st95hf/ |
| H A D | core.c | 1126 GPIOF_DIR_OUT | GPIOF_INIT_HIGH, in st95hf_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/spi/ |
| H A D | mcp251x.c | 486 return GPIOF_DIR_OUT; in mcp251x_gpio_get_direction()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/s5c73m3/ |
| H A D | s5c73m3-core.c | 1553 unsigned int flags = GPIOF_DIR_OUT; in s5c73m3_configure_gpios()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | s5k5baf.c | 1801 int flags = GPIOF_DIR_OUT; in s5k5baf_configure_gpios()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A D | legacy.rst | 320 * GPIOF_DIR_OUT - to configure direction as output
|