Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dhs3001.c32 #define HS3001_RESPONSE_LENGTH 4 macro
72 u8 buf[HS3001_RESPONSE_LENGTH]; in hs3001_data_fetch_command()
75 ret = i2c_master_recv(client, buf, HS3001_RESPONSE_LENGTH); in hs3001_data_fetch_command()
76 if (ret != HS3001_RESPONSE_LENGTH) { in hs3001_data_fetch_command()