Searched refs:sht15_send_cmd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | sht15.c | 313 * sht15_send_cmd() - Sends a command to the device. 320 static int sht15_send_cmd(struct sht15_data *data, u8 cmd) in sht15_send_cmd() function 341 ret = sht15_send_cmd(data, SHT15_SOFT_RESET); in sht15_soft_reset() 427 err = sht15_send_cmd(data, SHT15_WRITE_STATUS); in sht15_send_status() 461 ret = sht15_send_cmd(data, SHT15_READ_STATUS); in sht15_update_status() 526 ret = sht15_send_cmd(data, command); in sht15_measurement()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | sht15.c | 313 * sht15_send_cmd() - Sends a command to the device. 320 static int sht15_send_cmd(struct sht15_data *data, u8 cmd) in sht15_send_cmd() function 341 ret = sht15_send_cmd(data, SHT15_SOFT_RESET); in sht15_soft_reset() 427 err = sht15_send_cmd(data, SHT15_WRITE_STATUS); in sht15_send_status() 461 ret = sht15_send_cmd(data, SHT15_READ_STATUS); in sht15_update_status() 526 ret = sht15_send_cmd(data, command); in sht15_measurement()
|
Completed in 4 milliseconds