Searched refs:gpio_export (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/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() 204 gpio_export(cm_t3517_wlan_gpios[0].gpio, 0); in omap3_sbc_t3517_wifi_init() 205 gpio_export(cm_t3517_wlan_gpios[1].gpio, 0); in omap3_sbc_t3517_wifi_init()
|
/linux-6.1.9/arch/sh/boards/mach-ap325rxa/ |
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-6.1.9/Documentation/translations/zh_CN/driver-api/gpio/ |
D | legacy.rst | 670 int gpio_export(unsigned gpio, bool direction_may_change); 672 /* gpio_export()的逆操作 */ 679 在一个内核驱动申请一个 GPIO 之后,它可以通过 gpio_export()使其在 sysfs
|
/linux-6.1.9/Documentation/translations/zh_TW/ |
D | gpio.txt | 632 int gpio_export(unsigned gpio, bool direction_may_change); 634 /* gpio_export()的逆操作 */ 641 在一個內核驅動申請一個 GPIO 之後,它可以通過 gpio_export()使其在 sysfs
|
/linux-6.1.9/include/asm-generic/ |
D | gpio.h | 123 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() function
|
/linux-6.1.9/include/linux/ |
D | gpio.h | 193 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() function
|
/linux-6.1.9/drivers/mfd/ |
D | dm355evm_msp.c | 332 gpio_export(gpio, false); in add_children()
|
/linux-6.1.9/Documentation/admin-guide/gpio/ |
D | sysfs.rst | 148 /* reverse gpio_export() */
|
/linux-6.1.9/drivers/media/i2c/ |
D | s5k4ecgx.c | 855 gpio_export(nr, 0); in s5k4ecgx_config_gpio()
|
D | ov9650.c | 1430 gpio_export(gpio, 0); in ov965x_configure_gpios_pdata()
|
/linux-6.1.9/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-6.1.9/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 911 ret = gpio_export(pin, false); in vip_gpio_reserve()
|