Lines Matching full:ab8500_btemp

77  * struct ab8500_btemp - ab8500 BTEMP device information
95 struct ab8500_btemp { struct
125 * @di: pointer to the ab8500_btemp structure argument
133 static int ab8500_btemp_batctrl_volt_to_res(struct ab8500_btemp *di, in ab8500_btemp_batctrl_volt_to_res()
153 * @di: pointer to the ab8500_btemp structure
157 static int ab8500_btemp_read_batctrl_voltage(struct ab8500_btemp *di) in ab8500_btemp_read_batctrl_voltage()
175 * @di: pointer to the ab8500_btemp structure
180 static int ab8500_btemp_get_batctrl_res(struct ab8500_btemp *di) in ab8500_btemp_get_batctrl_res()
231 * @di: pointer to the ab8500_btemp structure
237 static int ab8500_btemp_id(struct ab8500_btemp *di) in ab8500_btemp_id()
274 struct ab8500_btemp *di = container_of(work, in ab8500_btemp_periodic_work()
275 struct ab8500_btemp, btemp_periodic_work.work); in ab8500_btemp_periodic_work()
332 * @_di: void pointer that has to address of ab8500_btemp
338 struct ab8500_btemp *di = _di; in ab8500_btemp_batctrlindb_handler()
350 * @_di: void pointer that has to address of ab8500_btemp
356 struct ab8500_btemp *di = _di; in ab8500_btemp_templow_handler()
377 * @_di: void pointer that has to address of ab8500_btemp
383 struct ab8500_btemp *di = _di; in ab8500_btemp_temphigh_handler()
399 * @_di: void pointer that has to address of ab8500_btemp
405 struct ab8500_btemp *di = _di; in ab8500_btemp_lowmed_handler()
421 * @_di: void pointer that has to address of ab8500_btemp
427 struct ab8500_btemp *di = _di; in ab8500_btemp_medhigh_handler()
442 * @di: pointer to the ab8500_btemp structure
448 static void ab8500_btemp_periodic(struct ab8500_btemp *di, in ab8500_btemp_periodic()
465 * @di: pointer to the ab8500_btemp structure
469 static int ab8500_btemp_get_temp(struct ab8500_btemp *di) in ab8500_btemp_get_temp()
524 struct ab8500_btemp *di = power_supply_get_drvdata(psy); in ab8500_btemp_get_property()
548 struct ab8500_btemp *di; in ab8500_btemp_get_ext_psy_data()
634 struct ab8500_btemp *di = dev_get_drvdata(dev); in ab8500_btemp_resume()
643 struct ab8500_btemp *di = dev_get_drvdata(dev); in ab8500_btemp_suspend()
656 .name = "ab8500_btemp",
667 struct ab8500_btemp *di = dev_get_drvdata(dev); in ab8500_btemp_bind()
686 struct ab8500_btemp *di = dev_get_drvdata(dev); in ab8500_btemp_unbind()
701 struct ab8500_btemp *di; in ab8500_btemp_probe()