Home
last modified time | relevance | path

Searched refs:flagsp (Results 1 – 8 of 8) sorted by relevance

/u-boot/cmd/
A Dgpio.c46 int offset, int *flagsp, bool show_all) in gpio_get_description() argument
54 if (!show_all && !(*flagsp & FLAG_SHOW_ALL) && ret == GPIOF_UNUSED) in gpio_get_description()
56 if ((*flagsp & FLAG_SHOW_BANK) && bank_name) { in gpio_get_description()
57 if (*flagsp & FLAG_SHOW_NEWLINE) { in gpio_get_description()
59 *flagsp &= ~FLAG_SHOW_NEWLINE; in gpio_get_description()
62 *flagsp &= ~FLAG_SHOW_BANK; in gpio_get_description()
/u-boot/drivers/gpio/
A Dstm32_gpio.c203 ulong *flagsp) in stm32_gpio_get_flags() argument
236 *flagsp = dir_flags; in stm32_gpio_get_flags()
A Dsandbox.c250 static int sb_gpio_get_flags(struct udevice *dev, uint offset, ulong *flagsp) in sb_gpio_get_flags() argument
253 *flagsp = *get_gpio_flags(dev, offset) & ~GPIOD_SANDBOX_MASK; in sb_gpio_get_flags()
A Dgpio-uclass.c718 int dm_gpio_get_flags(struct gpio_desc *desc, ulong *flagsp) in dm_gpio_get_flags() argument
750 *flagsp = flags; in dm_gpio_get_flags()
/u-boot/drivers/pinctrl/
A Dpinctrl-stmfx.c208 ulong *flagsp) in stmfx_gpio_get_flags() argument
241 *flagsp = dir_flags; in stmfx_gpio_get_flags()
/u-boot/include/asm-generic/
A Dgpio.h382 ulong *flagsp);
/u-boot/drivers/i2c/
A Di2c-uclass.c461 int i2c_get_chip_flags(struct udevice *dev, uint *flagsp) in i2c_get_chip_flags() argument
465 *flagsp = chip->flags; in i2c_get_chip_flags()
/u-boot/include/
A Di2c.h308 int i2c_get_chip_flags(struct udevice *dev, uint *flagsp);

Completed in 786 milliseconds