Lines Matching full:atlas
3 * atlas-sensor.c - Support for Atlas Scientific OEM SM sensors
28 #define ATLAS_DRV_NAME "atlas"
592 { "atlas-ph-sm", ATLAS_PH_SM },
593 { "atlas-ec-sm", ATLAS_EC_SM },
594 { "atlas-orp-sm", ATLAS_ORP_SM },
595 { "atlas-do-sm", ATLAS_DO_SM },
596 { "atlas-rtd-sm", ATLAS_RTD_SM },
602 { .compatible = "atlas,ph-sm", .data = (void *)ATLAS_PH_SM, },
603 { .compatible = "atlas,ec-sm", .data = (void *)ATLAS_EC_SM, },
604 { .compatible = "atlas,orp-sm", .data = (void *)ATLAS_ORP_SM, },
605 { .compatible = "atlas,do-sm", .data = (void *)ATLAS_DO_SM, },
606 { .compatible = "atlas,rtd-sm", .data = (void *)ATLAS_RTD_SM, },
777 MODULE_DESCRIPTION("Atlas Scientific SM sensors");