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