Searched refs:of_get_named_gpio_flags (Results 1 – 16 of 16) sorted by relevance
/linux/include/linux/ |
A D | of_gpio.h | 52 extern int of_get_named_gpio_flags(const struct device_node *np, 70 static inline int of_get_named_gpio_flags(const struct device_node *np, in of_get_named_gpio_flags() function 121 return of_get_named_gpio_flags(np, "gpios", index, flags); in of_get_gpio_flags() 136 return of_get_named_gpio_flags(np, propname, index, NULL); in of_get_named_gpio()
|
/linux/drivers/gpio/ |
A D | gpiolib-of.c | 278 int of_get_named_gpio_flags(const struct device_node *np, const char *list_name, in of_get_named_gpio_flags() function 290 EXPORT_SYMBOL_GPL(of_get_named_gpio_flags);
|
/linux/drivers/remoteproc/ |
A D | keystone_remoteproc.c | 436 ksproc->kick_gpio = of_get_named_gpio_flags(np, "kick-gpios", 0, NULL); in keystone_rproc_probe()
|
/linux/drivers/pci/controller/dwc/ |
A D | pcie-histb.c | 341 hipcie->reset_gpio = of_get_named_gpio_flags(np, in histb_pcie_probe()
|
/linux/drivers/net/phy/ |
A D | spi_ks8995.c | 418 pdata->reset_gpio = of_get_named_gpio_flags(np, "reset-gpios", 0, in ks8995_parse_dt()
|
/linux/sound/soc/generic/ |
A D | simple-card-utils.c | 586 det = of_get_named_gpio_flags(dev->of_node, prop, 0, &flags); in asoc_simple_init_jack()
|
/linux/drivers/usb/gadget/udc/ |
A D | at91_udc.c | 1792 board->vbus_pin = of_get_named_gpio_flags(np, "atmel,vbus-gpio", 0, in at91udc_of_init() 1796 board->pullup_pin = of_get_named_gpio_flags(np, "atmel,pullup-gpio", 0, in at91udc_of_init()
|
/linux/drivers/net/ethernet/micrel/ |
A D | ks8851_common.c | 1126 gpio = of_get_named_gpio_flags(dev->of_node, "reset-gpios", 0, NULL); in ks8851_probe_common()
|
/linux/drivers/pci/controller/ |
A D | pci-mvebu.c | 858 reset_gpio = of_get_named_gpio_flags(child, "reset-gpios", 0, &flags); in mvebu_pcie_parse_port()
|
/linux/drivers/mfd/ |
A D | stmpe.c | 1352 pdata->irq_gpio = of_get_named_gpio_flags(np, "irq-gpio", 0, in stmpe_of_probe()
|
/linux/drivers/net/ethernet/davicom/ |
A D | dm9000.c | 1445 reset_gpios = of_get_named_gpio_flags(dev->of_node, "reset-gpios", 0, in dm9000_probe()
|
/linux/drivers/media/i2c/s5c73m3/ |
A D | s5c73m3-core.c | 1582 ret = of_get_named_gpio_flags(node, prop_names[i], in s5c73m3_parse_gpios()
|
/linux/drivers/media/i2c/ |
A D | s5k5baf.c | 1831 ret = of_get_named_gpio_flags(node, names[i], 0, &flags); in s5k5baf_parse_gpios()
|
/linux/ |
A D | vmlinux.symvers | 144 0x00000000 of_get_named_gpio_flags vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 20201 ffff800010574b10 T of_get_named_gpio_flags
|
A D | .tmp_System.map | 20201 ffff800010574b10 T of_get_named_gpio_flags
|
Completed in 1007 milliseconds