Searched refs:flagsp (Results 1 – 3 of 3) sorted by relevance
37 int offset, int *flagsp, bool show_all) in gpio_get_description() argument45 if (!show_all && !(*flagsp & FLAG_SHOW_ALL) && ret == GPIOF_UNUSED) in gpio_get_description()47 if ((*flagsp & FLAG_SHOW_BANK) && bank_name) { in gpio_get_description()48 if (*flagsp & FLAG_SHOW_NEWLINE) { in gpio_get_description()50 *flagsp &= ~FLAG_SHOW_NEWLINE; in gpio_get_description()53 *flagsp &= ~FLAG_SHOW_BANK; in gpio_get_description()
445 int i2c_get_chip_flags(struct udevice *dev, uint *flagsp) in i2c_get_chip_flags() argument449 *flagsp = chip->flags; in i2c_get_chip_flags()
255 int i2c_get_chip_flags(struct udevice *dev, uint *flagsp);