Searched refs:chip_type (Results 1 – 1 of 1) sorted by relevance
50 enum chip_type {type_ds18b20, type_ds18s20}; enum65 enum chip_type chip;338 #define DS18B20_CONFIG_INIT(inst, default_family_code, chip_type) \ argument343 .chip = chip_type, \346 #define DS18B20_DEFINE(inst, name, family_code, chip_type) \ argument349 DS18B20_CONFIG_INIT(inst, family_code, chip_type); \