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

/u-boot/cmd/
H A Dgpio.c47 int offset, int *flagsp, bool show_all)
55 if (!show_all && !(*flagsp & FLAG_SHOW_ALL) && ret == GPIOF_UNUSED)
57 if ((*flagsp & FLAG_SHOW_BANK) && bank_name) {
58 if (*flagsp & FLAG_SHOW_NEWLINE) {
60 *flagsp &= ~FLAG_SHOW_NEWLINE;
63 *flagsp &= ~FLAG_SHOW_BANK;
46 gpio_get_description(struct udevice *dev, const char *bank_name, int offset, int *flagsp, bool show_all) argument
/u-boot/drivers/gpio/
H A Dstm32_gpio.c203 ulong *flagsp)
236 *flagsp = dir_flags;
202 stm32_gpio_get_flags(struct udevice *dev, unsigned int offset, ulong *flagsp) argument
H A Dsandbox.c250 static int sb_gpio_get_flags(struct udevice *dev, uint offset, ulong *flagsp) argument
253 *flagsp = *get_gpio_flags(dev, offset) & ~GPIOD_SANDBOX_MASK;
H A Dgpio-uclass.c763 int dm_gpio_get_flags(struct gpio_desc *desc, ulong *flagsp) argument
795 *flagsp = flags;
/u-boot/drivers/pinctrl/
H A Dpinctrl-stmfx.c208 ulong *flagsp)
241 *flagsp = dir_flags;
207 stmfx_gpio_get_flags(struct udevice *dev, unsigned int offset, ulong *flagsp) argument
/u-boot/include/asm-generic/
H A Dgpio.h378 * @flagsp: place to put the current flags value
382 ulong *flagsp);
/u-boot/drivers/i2c/
H A Di2c-uclass.c536 int i2c_get_chip_flags(struct udevice *dev, uint *flagsp) argument
540 *flagsp = chip->flags;
/u-boot/include/
H A Di2c.h305 * @flagsp: Place to put flags
308 int i2c_get_chip_flags(struct udevice *dev, uint *flagsp);

Completed in 85 milliseconds