Lines Matching defs:ab8500_btemp

77  * struct ab8500_btemp - ab8500 BTEMP device information
95 struct ab8500_btemp {
125 * @di: pointer to the ab8500_btemp structure
133 static int ab8500_btemp_batctrl_volt_to_res(struct ab8500_btemp *di,
153 * @di: pointer to the ab8500_btemp structure
157 static int ab8500_btemp_read_batctrl_voltage(struct ab8500_btemp *di)
175 * @di: pointer to the ab8500_btemp structure
180 static int ab8500_btemp_get_batctrl_res(struct ab8500_btemp *di)
231 * @di: pointer to the ab8500_btemp structure
237 static int ab8500_btemp_id(struct ab8500_btemp *di)
274 struct ab8500_btemp *di = container_of(work,
275 struct ab8500_btemp, btemp_periodic_work.work);
332 * @_di: void pointer that has to address of ab8500_btemp
338 struct ab8500_btemp *di = _di;
350 * @_di: void pointer that has to address of ab8500_btemp
356 struct ab8500_btemp *di = _di;
377 * @_di: void pointer that has to address of ab8500_btemp
383 struct ab8500_btemp *di = _di;
399 * @_di: void pointer that has to address of ab8500_btemp
405 struct ab8500_btemp *di = _di;
421 * @_di: void pointer that has to address of ab8500_btemp
427 struct ab8500_btemp *di = _di;
442 * @di: pointer to the ab8500_btemp structure
448 static void ab8500_btemp_periodic(struct ab8500_btemp *di,
465 * @di: pointer to the ab8500_btemp structure
469 static int ab8500_btemp_get_temp(struct ab8500_btemp *di)
524 struct ab8500_btemp *di = power_supply_get_drvdata(psy);
548 struct ab8500_btemp *di;
635 struct ab8500_btemp *di = dev_get_drvdata(dev);
644 struct ab8500_btemp *di = dev_get_drvdata(dev);
657 .name = "ab8500_btemp",
668 struct ab8500_btemp *di = dev_get_drvdata(dev);
687 struct ab8500_btemp *di = dev_get_drvdata(dev);
702 struct ab8500_btemp *di;