Lines Matching full:conversion
5 * conversion of analog signals like battery temperature,
58 /* MADC conversion completion */
60 /* MADC SWx start conversion */
118 * struct twl4030_madc_request - madc request packet for channel conversion
253 /* Conversion table from -3 to 55 degrees Celcius */
267 * of different conversion methods supported by MADC.
268 * Hardware or RT real time conversion request initiated by external host
368 * @raw - Return raw values without conversion
417 * conv_result = decimal value of 10-bit conversion in twl4030_madc_read_channels()
438 * corresponding to RT, SW1, SW2 conversion requests.
533 * Function which enables the madc conversion
537 * corresponding to RT SW1 or SW2 conversion methods.
562 * Function that waits for conversion to be ready
590 dev_err(madc->dev, "conversion timeout!\n"); in twl4030_madc_wait_conversion_ready()
616 /* Do we have a conversion request ongoing */ in twl4030_madc_conversion()
649 /* Wait until conversion is ready (ctrl register returns EOC) */ in twl4030_madc_conversion()