Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dgpio.c37 int offset, int *flagsp) in gpio_get_description() argument
45 if (!(*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()
/rk3399_rockchip-uboot/drivers/i2c/
H A Di2c-uclass.c438 int i2c_get_chip_flags(struct udevice *dev, uint *flagsp) in i2c_get_chip_flags() argument
442 *flagsp = chip->flags; in i2c_get_chip_flags()
/rk3399_rockchip-uboot/include/
H A Di2c.h256 int i2c_get_chip_flags(struct udevice *dev, uint *flagsp);