Lines Matching refs:get_resolution
155 * @get_resolution: pointer to the device get_resolution function
166 int (*get_resolution)(struct w1_slave *sl);
792 .get_resolution = NULL, /* no config register */
801 .get_resolution = w1_DS18B20_get_resolution,
811 .get_resolution = w1_DS18B20_get_resolution,
820 .get_resolution = w1_DS18B20_get_resolution,
830 .get_resolution = w1_DS18B20_get_resolution,
1031 if (SLAVE_SPECIFIC_FUNC(sl)->get_resolution) {
1033 SLAVE_SPECIFIC_FUNC(sl)->get_resolution(sl);
1752 SLAVE_RESOLUTION(sl) = SLAVE_SPECIFIC_FUNC(sl)->get_resolution(sl);