Home
last modified time | relevance | path

Searched refs:bufLen (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/
H A DIntelCPUSensor.cpp261 static constexpr uint32_t bufLen = 128; in handleResponse() local
263 response.resize(bufLen); in handleResponse()
268 rdLen = pread(fd, response.data(), bufLen, 0); in handleResponse()
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-paris.h63 unsigned int gpio, char *buf, unsigned int bufLen);