Searched refs:buffsize (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/include/asm-generic/ |
| H A D | gpio.h | 163 int gpio_get_status(struct udevice *dev, int offset, char *buf, int buffsize);
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | gpio-uclass.c | 661 int gpio_get_status(struct udevice *dev, int offset, char *buf, int buffsize) in gpio_get_status() argument 678 len = snprintf(str, buffsize, "%s%d: %s", in gpio_get_status() 690 snprintf(str + len, buffsize - len, ": %d [%c]%s%s", in gpio_get_status()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | ahci-test.c | 800 const size_t buffsize = 512; in ahci_test_identify() local 833 ahci_io(ahci, px, CMD_IDENTIFY, &buff, buffsize, 0); in ahci_test_identify() 1797 uint64_t buffsize) in offset_sector() argument 1810 nsectors = buffsize / AHCI_SECTOR_SIZE; in offset_sector()
|