Searched refs:gpio_export (Results 1 – 14 of 14) sorted by relevance
/linux/arch/arm/mach-omap2/ |
A D | pdata-quirks.c | 123 gpio_export(gpio, 0); in omap3_sbc_t3730_twl_callback() 138 gpio_export(gpio, 0); in omap3_sbc_t3x_usb_hub_init() 215 gpio_export(cm_t3517_wlan_gpios[0].gpio, 0); in omap3_sbc_t3517_wifi_init() 216 gpio_export(cm_t3517_wlan_gpios[1].gpio, 0); in omap3_sbc_t3517_wifi_init()
|
/linux/arch/sh/boards/mach-ap325rxa/ |
A D | setup.c | 414 gpio_export(GPIO_PTX5, 0); in ap325rxa_devices_setup() 418 gpio_export(GPIO_PTX4, 0); in ap325rxa_devices_setup() 423 gpio_export(GPIO_PTF7, 0); in ap325rxa_devices_setup()
|
/linux/Documentation/translations/zh_CN/ |
A D | gpio.txt | 632 int gpio_export(unsigned gpio, bool direction_may_change); 634 /* gpio_export()的逆操作 */ 641 在一个内核驱动申请一个 GPIO 之后,它可以通过 gpio_export()使其在 sysfs
|
/linux/Documentation/translations/zh_TW/ |
A D | gpio.txt | 632 int gpio_export(unsigned gpio, bool direction_may_change); 634 /* gpio_export()的逆操作 */ 641 在一個內核驅動申請一個 GPIO 之後,它可以通過 gpio_export()使其在 sysfs
|
/linux/include/asm-generic/ |
A D | gpio.h | 123 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() function
|
/linux/include/linux/ |
A D | gpio.h | 194 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() function
|
/linux/drivers/media/i2c/ |
A D | noon010pc30.c | 758 gpio_export(info->gpio_nreset, 0); in noon010_probe() 770 gpio_export(info->gpio_nstby, 0); in noon010_probe()
|
A D | s5k4ecgx.c | 855 gpio_export(nr, 0); in s5k4ecgx_config_gpio()
|
A D | ov9650.c | 1430 gpio_export(gpio, 0); in ov965x_configure_gpios_pdata()
|
/linux/drivers/mfd/ |
A D | dm355evm_msp.c | 332 gpio_export(gpio, false); in add_children()
|
/linux/arch/arm/mach-davinci/ |
A D | board-dm646x-evm.c | 272 status = gpio_export(evm_sw_gpio[i], 0); in evm_sw_setup()
|
/linux/Documentation/admin-guide/gpio/ |
A D | sysfs.rst | 148 /* reverse gpio_export() */
|
/linux/Documentation/driver-api/gpio/ |
A 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/drivers/media/pci/sta2x11/ |
A D | sta2x11_vip.c | 915 ret = gpio_export(pin, false); in vip_gpio_reserve()
|
Completed in 24 milliseconds