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

/u-boot/drivers/core/
H A Dof_addr.c48 unsigned int (*get_flags)(const __be32 *addr); member in struct:of_bus
107 .get_flags = of_bus_default_get_flags,
153 *flags = bus->get_flags(prop);
/u-boot/include/asm-generic/
H A Dgpio.h369 * get_flags() - Get GPIO flags
381 int (*get_flags)(struct udevice *dev, unsigned int offset, member in struct:dm_gpio_ops
/u-boot/drivers/gpio/
H A Dmcp230xx_gpio.c293 .get_flags = mcp230xx_get_flags,
H A Dstm32_gpio.c248 .get_flags = stm32_gpio_get_flags,
H A Dsandbox.c323 .get_flags = sb_gpio_get_flags,
H A Dgpio-uclass.c770 ret = check_reserved(desc, "get_flags");
775 if (ops->get_flags) {
776 ret = ops->get_flags(dev, desc->offset, &flags);
/u-boot/drivers/pinctrl/
H A Dpinctrl-stmfx.c275 .get_flags = stmfx_gpio_get_flags,

Completed in 70 milliseconds