Home
last modified time | relevance | path

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

/openbmc/u-boot/include/asm-generic/
H A Dgpio.h163 int gpio_get_status(struct udevice *dev, int offset, char *buf, int buffsize);
/openbmc/u-boot/drivers/gpio/
H A Dgpio-uclass.c661 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 Dahci-test.c800 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()