Searched refs:get_flags (Results 1 – 7 of 7) sorted by relevance
47 unsigned int (*get_flags)(const __be32 *addr); member106 .get_flags = of_bus_default_get_flags,152 *flags = bus->get_flags(prop); in of_get_address()
178 .get_flags = mcp230xx_get_flags,
730 if (ops->get_flags) { in dm_gpio_get_flags()731 ret = ops->get_flags(dev, desc->offset, &flags); in dm_gpio_get_flags()1470 if (ops->get_flags) in gpio_post_bind()1471 ops->get_flags += gd->reloc_off; in gpio_post_bind()
248 .get_flags = stm32_gpio_get_flags,
323 .get_flags = sb_gpio_get_flags,
381 int (*get_flags)(struct udevice *dev, unsigned int offset, member
275 .get_flags = stmfx_gpio_get_flags,
Completed in 18 milliseconds