Searched refs:flagsp (Results 1 – 8 of 8) sorted by relevance
46 int offset, int *flagsp, bool show_all) in gpio_get_description() argument54 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()
203 ulong *flagsp) in stm32_gpio_get_flags() argument236 *flagsp = dir_flags; in stm32_gpio_get_flags()
250 static int sb_gpio_get_flags(struct udevice *dev, uint offset, ulong *flagsp) in sb_gpio_get_flags() argument253 *flagsp = *get_gpio_flags(dev, offset) & ~GPIOD_SANDBOX_MASK; in sb_gpio_get_flags()
718 int dm_gpio_get_flags(struct gpio_desc *desc, ulong *flagsp) in dm_gpio_get_flags() argument750 *flagsp = flags; in dm_gpio_get_flags()
208 ulong *flagsp) in stmfx_gpio_get_flags() argument241 *flagsp = dir_flags; in stmfx_gpio_get_flags()
382 ulong *flagsp);
461 int i2c_get_chip_flags(struct udevice *dev, uint *flagsp) in i2c_get_chip_flags() argument465 *flagsp = chip->flags; in i2c_get_chip_flags()
308 int i2c_get_chip_flags(struct udevice *dev, uint *flagsp);
Completed in 786 milliseconds