Home
last modified time | relevance | path

Searched refs:get_flags (Results 1 – 7 of 7) sorted by relevance

/u-boot/drivers/core/
A Dof_addr.c47 unsigned int (*get_flags)(const __be32 *addr); member
106 .get_flags = of_bus_default_get_flags,
152 *flags = bus->get_flags(prop); in of_get_address()
/u-boot/drivers/gpio/
A Dmcp230xx_gpio.c178 .get_flags = mcp230xx_get_flags,
A Dgpio-uclass.c730 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()
A Dstm32_gpio.c248 .get_flags = stm32_gpio_get_flags,
A Dsandbox.c323 .get_flags = sb_gpio_get_flags,
/u-boot/include/asm-generic/
A Dgpio.h381 int (*get_flags)(struct udevice *dev, unsigned int offset, member
/u-boot/drivers/pinctrl/
A Dpinctrl-stmfx.c275 .get_flags = stmfx_gpio_get_flags,

Completed in 18 milliseconds