Searched refs:irq_chg (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/mfd/
H A Dmax8925-core.c553 unsigned char irq_chg[2], irq_on[2]; max8925_irq_sync_unlock() local
558 irq_chg[0] = cache_chg[0]; max8925_irq_sync_unlock()
559 irq_chg[1] = cache_chg[1]; max8925_irq_sync_unlock()
569 irq_chg[0] &= ~irq_data->enable; max8925_irq_sync_unlock()
572 irq_chg[1] &= ~irq_data->enable; max8925_irq_sync_unlock()
592 if (cache_chg[0] != irq_chg[0]) { max8925_irq_sync_unlock()
593 cache_chg[0] = irq_chg[0]; max8925_irq_sync_unlock()
595 irq_chg[0]); max8925_irq_sync_unlock()
597 if (cache_chg[1] != irq_chg[1]) { max8925_irq_sync_unlock()
598 cache_chg[1] = irq_chg[1]; max8925_irq_sync_unlock()
600 irq_chg[1]); max8925_irq_sync_unlock()
/linux-4.4.14/drivers/extcon/
H A Dextcon-max14577.c90 bool irq_chg; member in struct:max14577_muic_info
510 if (info->irq_chg) { max14577_muic_irq_work()
512 info->irq_chg = false; max14577_muic_irq_work()
522 * Sets irq_adc or irq_chg in max14577_muic_info and returns 1.
541 info->irq_chg = true; max14577_parse_irq()
549 * Sets irq_adc or irq_chg in max14577_muic_info and returns 1.
564 info->irq_chg = true; max77836_parse_irq()
H A Dextcon-max77843.c49 bool irq_chg; member in struct:max77843_muic_info
582 if (info->irq_chg) { max77843_muic_irq_work()
586 info->irq_chg = false; max77843_muic_irq_work()
612 info->irq_chg = true; max77843_muic_irq_handler()
/linux-4.4.14/drivers/power/
H A Dtwl4030_charger.c122 int irq_chg; member in struct:twl4030_bci
1009 bci->irq_chg = platform_get_irq(pdev, 0); twl4030_bci_probe()
1037 ret = devm_request_threaded_irq(&pdev->dev, bci->irq_chg, NULL, twl4030_bci_probe()
1042 bci->irq_chg, ret); twl4030_bci_probe()

Completed in 159 milliseconds