| /Linux-v5.4/arch/arm/mach-imx/ | 
| D | mx31moboard-marxbot.c | 107 		gpio_export(TRSLAT_RST_B, false);  in dspics_resets_init()112 		gpio_export(DSPICS_RST_B, false);  in dspics_resets_init()
 134 		gpio_export(SEL0, true);  in marxbot_init_sel_gpios()
 139 		gpio_export(SEL1, true);  in marxbot_init_sel_gpios()
 144 		gpio_export(SEL2, true);  in marxbot_init_sel_gpios()
 149 		gpio_export(SEL3, true);  in marxbot_init_sel_gpios()
 265 	gpio_export(IOMUX_TO_GPIO(MX31_PIN_LCS0), false);  in mx31moboard_marxbot_init()
 
 | 
| D | mx31moboard-smartbot.c | 81 		gpio_export(POWER_EN, false);  in smartbot_resets_init()86 		gpio_export(DSPIC_RST_B, false);  in smartbot_resets_init()
 91 		gpio_export(TRSLAT_RST_B, false);  in smartbot_resets_init()
 96 		gpio_export(TRSLAT_SRC_CHOICE, false);  in smartbot_resets_init()
 
 | 
| D | mx31moboard-devboard.c | 110 		gpio_export(SEL0, true);  in devboard_init_sel_gpios()115 		gpio_export(SEL1, true);  in devboard_init_sel_gpios()
 120 		gpio_export(SEL2, true);  in devboard_init_sel_gpios()
 125 		gpio_export(SEL3, true);  in devboard_init_sel_gpios()
 
 | 
| /Linux-v5.4/arch/arm/mach-omap2/ | 
| D | pdata-quirks.c | 112 	gpio_export(gpio, 0);  in omap3_sbc_t3730_twl_callback()127 	gpio_export(gpio, 0);  in omap3_sbc_t3x_usb_hub_init()
 251 	gpio_export(cm_t3517_wlan_gpios[0].gpio, 0);  in omap3_sbc_t3517_wifi_init()
 252 	gpio_export(cm_t3517_wlan_gpios[1].gpio, 0);  in omap3_sbc_t3517_wifi_init()
 
 | 
| /Linux-v5.4/arch/sh/boards/mach-ap325rxa/ | 
| D | setup.c | 413 	gpio_export(GPIO_PTX5, 0);  in ap325rxa_devices_setup()417 	gpio_export(GPIO_PTX4, 0);  in ap325rxa_devices_setup()
 422 	gpio_export(GPIO_PTF7, 0);  in ap325rxa_devices_setup()
 
 | 
| /Linux-v5.4/Documentation/translations/zh_CN/ | 
| D | gpio.txt | 632 	int gpio_export(unsigned gpio, bool direction_may_change);634 	/* gpio_export()的逆操作 */
 641 在一个内核驱动申请一个 GPIO 之后,它可以通过 gpio_export()使其在 sysfs
 
 | 
| /Linux-v5.4/include/asm-generic/ | 
| D | gpio.h | 125 static inline int gpio_export(unsigned gpio, bool direction_may_change)  in gpio_export()  function
 | 
| /Linux-v5.4/drivers/tty/serial/ | 
| D | ifx6x60.c | 1100 	ret += gpio_export(ifx_dev->gpio.reset, 1);  in ifx_spi_spi_probe()1110 	ret += gpio_export(ifx_dev->gpio.po, 1);  in ifx_spi_spi_probe()
 1124 	ret += gpio_export(ifx_dev->gpio.mrdy, 1);  in ifx_spi_spi_probe()
 1140 	ret += gpio_export(ifx_dev->gpio.srdy, 1);  in ifx_spi_spi_probe()
 1155 	ret += gpio_export(ifx_dev->gpio.reset_out, 1);  in ifx_spi_spi_probe()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | gpio.h | 196 static inline int gpio_export(unsigned gpio, bool direction_may_change)  in gpio_export()  function
 | 
| /Linux-v5.4/arch/mips/include/asm/mach-au1x00/ | 
| D | gpio-au1300.h | 238 static inline int gpio_export(unsigned gpio, bool direction_may_change)  in gpio_export()  function
 | 
| /Linux-v5.4/drivers/mfd/ | 
| D | dm355evm_msp.c | 308 		gpio_export(gpio, false);  in add_children()
 | 
| /Linux-v5.4/drivers/media/i2c/ | 
| D | noon010pc30.c | 755 		gpio_export(info->gpio_nreset, 0);  in noon010_probe()767 		gpio_export(info->gpio_nstby, 0);  in noon010_probe()
 
 | 
| D | s5k4ecgx.c | 851 		gpio_export(nr, 0);  in s5k4ecgx_config_gpio()
 | 
| D | ov9650.c | 1429 		gpio_export(gpio, 0);  in ov965x_configure_gpios_pdata()
 | 
| /Linux-v5.4/arch/arm/mach-davinci/ | 
| D | board-dm646x-evm.c | 276 		status = gpio_export(evm_sw_gpio[i], 0);  in evm_sw_setup()
 | 
| /Linux-v5.4/Documentation/admin-guide/gpio/ | 
| D | sysfs.rst | 148 	/* reverse gpio_export() */
 | 
| /Linux-v5.4/Documentation/driver-api/gpio/ | 
| D | legacy.rst | 738 	int gpio_export(unsigned gpio, bool direction_may_change);740 	/* reverse gpio_export() */
 748 the sysfs interface by gpio_export().  The driver can control whether the
 
 | 
| /Linux-v5.4/drivers/media/pci/sta2x11/ | 
| D | sta2x11_vip.c | 915 	ret = gpio_export(pin, false);  in vip_gpio_reserve()
 |