Lines Matching defs:get_resolution
155 * @get_resolution: pointer to the device get_resolution function
166 int (*get_resolution)(struct w1_slave *sl);
727 .get_resolution = NULL, /* no config register */
736 .get_resolution = w1_DS18B20_get_resolution,
746 .get_resolution = w1_DS18B20_get_resolution,
755 .get_resolution = w1_DS18B20_get_resolution,
764 .get_resolution = w1_DS18B20_get_resolution,
966 if (SLAVE_SPECIFIC_FUNC(sl)->get_resolution) {
968 SLAVE_SPECIFIC_FUNC(sl)->get_resolution(sl);
1687 SLAVE_RESOLUTION(sl) = SLAVE_SPECIFIC_FUNC(sl)->get_resolution(sl);