Searched refs:buffsize (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/asm-generic/ |
| H A D | gpio.h | 163 int gpio_get_status(struct udevice *dev, int offset, char *buf, int buffsize);
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | gpio-uclass.c | 660 int gpio_get_status(struct udevice *dev, int offset, char *buf, int buffsize) in gpio_get_status() argument 677 len = snprintf(str, buffsize, "%s%d: %s", in gpio_get_status() 689 snprintf(str + len, buffsize - len, ": %d [%c]%s%s", in gpio_get_status()
|