/linux-4.4.14/arch/arm/mach-imx/ |
D | mx31moboard-marxbot.c | 128 gpio_export(TRSLAT_RST_B, false); in dspics_resets_init() 133 gpio_export(DSPICS_RST_B, false); in dspics_resets_init() 231 gpio_export(SEL0, true); in marxbot_init_sel_gpios() 236 gpio_export(SEL1, true); in marxbot_init_sel_gpios() 241 gpio_export(SEL2, true); in marxbot_init_sel_gpios() 246 gpio_export(SEL3, true); in marxbot_init_sel_gpios() 365 gpio_export(IOMUX_TO_GPIO(MX31_PIN_LCS0), false); in mx31moboard_marxbot_init()
|
D | mx31moboard-smartbot.c | 161 gpio_export(POWER_EN, false); in smartbot_resets_init() 166 gpio_export(DSPIC_RST_B, false); in smartbot_resets_init() 171 gpio_export(TRSLAT_RST_B, false); in smartbot_resets_init() 176 gpio_export(TRSLAT_SRC_CHOICE, false); in smartbot_resets_init()
|
D | mx31moboard-devboard.c | 118 gpio_export(SEL0, true); in devboard_init_sel_gpios() 123 gpio_export(SEL1, true); in devboard_init_sel_gpios() 128 gpio_export(SEL2, true); in devboard_init_sel_gpios() 133 gpio_export(SEL3, true); in devboard_init_sel_gpios()
|
/linux-4.4.14/arch/arm/mach-ks8695/ |
D | board-acs5k.c | 73 gpio_export(gpio_base + n, 0); /* Export, direction locked down */ in acs5k_pca9555_setup() 205 gpio_export(3, 0); /* export CAN_RESET as output only */ in acs5k_init_gpio() 206 gpio_export(6, 0); /* export KS8695_ACTIVE as output only */ in acs5k_init_gpio()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | pdata-quirks.c | 101 gpio_export(gpio, 0); in omap3_sbc_t3730_twl_callback() 116 gpio_export(gpio, 0); in omap3_sbc_t3x_usb_hub_init() 225 gpio_export(cm_t3517_wlan_gpios[0].gpio, 0); in omap3_sbc_t3517_wifi_init() 226 gpio_export(cm_t3517_wlan_gpios[1].gpio, 0); in omap3_sbc_t3517_wifi_init()
|
D | common-board-devices.c | 82 gpio_export(gpio_pendown, 0); in omap_ads7846_init()
|
/linux-4.4.14/include/linux/spi/ |
D | ad7879.h | 36 bool gpio_export; member
|
/linux-4.4.14/arch/avr32/boards/atngw100/ |
D | setup.c | 311 gpio_export(GPIO_PIN_PE(30), false); in atngw100_arch_init() 316 gpio_export(GPIO_PIN_PB(30), false); in atngw100_arch_init()
|
/linux-4.4.14/Documentation/zh_CN/ |
D | gpio.txt | 632 int gpio_export(unsigned gpio, bool direction_may_change); 634 /* gpio_export()的逆操作 */ 641 在一个内核驱动申请一个 GPIO 之后,它可以通过 gpio_export()使其在 sysfs
|
/linux-4.4.14/include/asm-generic/ |
D | gpio.h | 120 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() function
|
/linux-4.4.14/arch/sh/boards/mach-ap325rxa/ |
D | setup.c | 566 gpio_export(GPIO_PTX5, 0); in ap325rxa_devices_setup() 570 gpio_export(GPIO_PTX4, 0); in ap325rxa_devices_setup() 575 gpio_export(GPIO_PTF7, 0); in ap325rxa_devices_setup()
|
/linux-4.4.14/drivers/tty/serial/ |
D | ifx6x60.c | 1111 ret += gpio_export(ifx_dev->gpio.reset, 1); in ifx_spi_spi_probe() 1121 ret += gpio_export(ifx_dev->gpio.po, 1); in ifx_spi_spi_probe() 1135 ret += gpio_export(ifx_dev->gpio.mrdy, 1); in ifx_spi_spi_probe() 1151 ret += gpio_export(ifx_dev->gpio.srdy, 1); in ifx_spi_spi_probe() 1166 ret += gpio_export(ifx_dev->gpio.reset_out, 1); in ifx_spi_spi_probe()
|
/linux-4.4.14/include/linux/ |
D | gpio.h | 184 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() function
|
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/ |
D | gpio-au1300.h | 237 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() function
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | ad7879.c | 447 if (pdata->gpio_export) { in ad7879_gpio_add() 472 if (pdata->gpio_export) in ad7879_gpio_remove()
|
/linux-4.4.14/drivers/mfd/ |
D | dm355evm_msp.c | 314 gpio_export(gpio, false); in add_children()
|
/linux-4.4.14/drivers/media/i2c/ |
D | noon010pc30.c | 758 gpio_export(info->gpio_nreset, 0); in noon010_probe() 770 gpio_export(info->gpio_nstby, 0); in noon010_probe()
|
D | s5k4ecgx.c | 857 gpio_export(nr, 0); in s5k4ecgx_config_gpio()
|
D | ov9650.c | 1424 gpio_export(gpio, 0); in ov965x_configure_gpios()
|
/linux-4.4.14/Documentation/gpio/ |
D | sysfs.txt | 127 /* reverse gpio_export() */
|
D | gpio-legacy.txt | 745 int gpio_export(unsigned gpio, bool direction_may_change); 747 /* reverse gpio_export() */ 755 the sysfs interface by gpio_export(). The driver can control whether the
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | board-dm646x-evm.c | 242 status = gpio_export(evm_sw_gpio[i], 0); in evm_sw_setup()
|
/linux-4.4.14/arch/blackfin/mach-bf527/boards/ |
D | ezbrd.c | 293 .gpio_export = 1, /* Export GPIO to gpiolib */
|
D | tll6527m.c | 338 .gpio_export = 1, /* configure AUX as GPIO output*/
|
D | ezkit.c | 491 .gpio_export = 0, /* Export GPIO to gpiolib */
|
/linux-4.4.14/arch/blackfin/mach-bf538/boards/ |
D | ezkit.c | 535 .gpio_export = 1, /* Export GPIO to gpiolib */
|
/linux-4.4.14/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 940 ret = gpio_export(pin, false); in vip_gpio_reserve()
|
/linux-4.4.14/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 790 .gpio_export = 1, /* Export GPIO to gpiolib */
|