Searched refs:gpiod_export (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib-legacy.c | 55 err = gpiod_export(desc, flags & GPIOF_EXPORT_CHANGEABLE); in gpio_request_one()
|
| H A D | gpiolib-sysfs.c | 495 status = gpiod_export(desc, true); in export_store() 575 int gpiod_export(struct gpio_desc *desc, bool direction_may_change) in gpiod_export() function 658 EXPORT_SYMBOL_GPL(gpiod_export);
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | gpio.h | 125 return gpiod_export(gpio_to_desc(gpio), direction_may_change); in gpio_export()
|
| /OK3568_Linux_fs/kernel/include/linux/gpio/ |
| H A D | consumer.h | 718 int gpiod_export(struct gpio_desc *desc, bool direction_may_change); 725 static inline int gpiod_export(struct gpio_desc *desc, in gpiod_export() function
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | os08a20.c | 957 gpiod_export(os08a20->reset_gpio, false); in os08a20_s_power() 959 gpiod_export(os08a20->pwdn_gpio, false); in os08a20_s_power() 1019 gpiod_export(os08a20->reset_gpio, false); in __os08a20_power_on() 1021 gpiod_export(os08a20->pwdn_gpio, false); in __os08a20_power_on()
|
| H A D | ov5670.c | 1250 gpiod_export(ov5670->reset_gpio, false); in ov5670_s_power() 1252 gpiod_export(ov5670->pwdn_gpio, false); in ov5670_s_power() 1312 gpiod_export(ov5670->reset_gpio, false); in __ov5670_power_on() 1314 gpiod_export(ov5670->pwdn_gpio, false); in __ov5670_power_on()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/gpio/ |
| H A D | sysfs.rst | 146 int gpiod_export(struct gpio_desc *desc, bool direction_may_change); 156 the sysfs interface by gpiod_export(). The driver can control whether the
|
| /OK3568_Linux_fs/kernel/drivers/hsi/clients/ |
| H A D | nokia-modem.c | 114 err = gpiod_export(modem->gpios[i].gpio, 0); in nokia_modem_gpio_probe()
|
| /OK3568_Linux_fs/kernel/sound/soc/ |
| H A D | soc-jack.c | 394 gpiod_export(gpios[i].desc, false); in snd_soc_jack_add_gpios()
|