Lines Matching full:shtc1
2 /* Sensirion SHTC1 humidity and temperature sensor driver
16 #include <linux/platform_data/shtc1.h>
32 * SHTC1: 0x0007 with mask 0x003f
51 shtc1, enumerator
168 ATTRIBUTE_GROUPS(shtc1);
176 data->nonblocking_wait_time = (data->chip == shtc1) ? in shtc1_select_command()
183 data->nonblocking_wait_time = (data->chip == shtc1) ? in shtc1_select_command()
226 dev_err(dev, "SHTC1 ID register does not match\n"); in shtc1_probe()
262 { "shtc1", shtc1 },
263 { "shtw1", shtc1 },
270 { .compatible = "sensirion,shtc1" },
279 .name = "shtc1",
289 MODULE_DESCRIPTION("Sensirion SHTC1 humidity and temperature sensor driver");