Lines Matching defs:_di
332 * @_di: void pointer that has to address of ab8500_btemp
336 static irqreturn_t ab8500_btemp_batctrlindb_handler(int irq, void *_di)
338 struct ab8500_btemp *di = _di;
350 * @_di: void pointer that has to address of ab8500_btemp
354 static irqreturn_t ab8500_btemp_templow_handler(int irq, void *_di)
356 struct ab8500_btemp *di = _di;
377 * @_di: void pointer that has to address of ab8500_btemp
381 static irqreturn_t ab8500_btemp_temphigh_handler(int irq, void *_di)
383 struct ab8500_btemp *di = _di;
399 * @_di: void pointer that has to address of ab8500_btemp
403 static irqreturn_t ab8500_btemp_lowmed_handler(int irq, void *_di)
405 struct ab8500_btemp *di = _di;
421 * @_di: void pointer that has to address of ab8500_btemp
425 static irqreturn_t ab8500_btemp_medhigh_handler(int irq, void *_di)
427 struct ab8500_btemp *di = _di;