Searched refs:sgp_devices (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/iio/chemical/ |
| H A D | sgp30.c | 183 static const struct sgp_device sgp_devices[] = { variable 496 { .compatible = "sensirion,sgp30", .data = &sgp_devices[SGP30] }, 497 { .compatible = "sensirion,sgpc3", .data = &sgp_devices[SGPC3] }, 568 { .name = "sgp30", .driver_data = (kernel_ulong_t)&sgp_devices[SGP30] }, 569 { .name = "sgpc3", .driver_data = (kernel_ulong_t)&sgp_devices[SGPC3] },
|