Lines Matching defs:_di
620 * @_di: void pointer that has to address of ab8500_btemp
624 static irqreturn_t ab8500_btemp_batctrlindb_handler(int irq, void *_di)
626 struct ab8500_btemp *di = _di;
638 * @_di: void pointer that has to address of ab8500_btemp
642 static irqreturn_t ab8500_btemp_templow_handler(int irq, void *_di)
644 struct ab8500_btemp *di = _di;
665 * @_di: void pointer that has to address of ab8500_btemp
669 static irqreturn_t ab8500_btemp_temphigh_handler(int irq, void *_di)
671 struct ab8500_btemp *di = _di;
687 * @_di: void pointer that has to address of ab8500_btemp
691 static irqreturn_t ab8500_btemp_lowmed_handler(int irq, void *_di)
693 struct ab8500_btemp *di = _di;
709 * @_di: void pointer that has to address of ab8500_btemp
713 static irqreturn_t ab8500_btemp_medhigh_handler(int irq, void *_di)
715 struct ab8500_btemp *di = _di;