Home
last modified time | relevance | path

Searched refs:irq_adc (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dstmpe-adc.c259 int irq_temp, irq_adc; in stmpe_adc_probe() local
264 irq_adc = platform_get_irq_byname(pdev, "STMPE_ADC"); in stmpe_adc_probe()
265 if (irq_adc < 0) in stmpe_adc_probe()
266 return irq_adc; in stmpe_adc_probe()
278 ret = devm_request_threaded_irq(&pdev->dev, irq_adc, NULL, in stmpe_adc_probe()
283 irq_adc); in stmpe_adc_probe()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dstmpe-adc.c260 int irq_temp, irq_adc; in stmpe_adc_probe() local
265 irq_adc = platform_get_irq_byname(pdev, "STMPE_ADC"); in stmpe_adc_probe()
266 if (irq_adc < 0) in stmpe_adc_probe()
267 return irq_adc; in stmpe_adc_probe()
279 ret = devm_request_threaded_irq(&pdev->dev, irq_adc, NULL, in stmpe_adc_probe()
284 irq_adc); in stmpe_adc_probe()
/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-max14577.c79 bool irq_adc; member
499 if (info->irq_adc) { in max14577_muic_irq_work()
501 info->irq_adc = false; in max14577_muic_irq_work()
515 * Sets irq_adc or irq_chg in max14577_muic_info and returns 1.
528 info->irq_adc = true; in max14577_parse_irq()
544 * Sets irq_adc or irq_chg in max14577_muic_info and returns 1.
555 info->irq_adc = true; in max77836_parse_irq()
H A Dextcon-max77843.c43 bool irq_adc; member
645 if (info->irq_adc) { in max77843_muic_irq_work()
649 info->irq_adc = false; in max77843_muic_irq_work()
675 info->irq_adc = true; in max77843_muic_irq_handler()
/kernel/linux/linux-6.6/drivers/extcon/
H A Dextcon-max14577.c80 bool irq_adc; member
500 if (info->irq_adc) { in max14577_muic_irq_work()
502 info->irq_adc = false; in max14577_muic_irq_work()
516 * Sets irq_adc or irq_chg in max14577_muic_info and returns 1.
529 info->irq_adc = true; in max14577_parse_irq()
545 * Sets irq_adc or irq_chg in max14577_muic_info and returns 1.
556 info->irq_adc = true; in max77836_parse_irq()
H A Dextcon-max77843.c43 bool irq_adc; member
644 if (info->irq_adc) { in max77843_muic_irq_work()
648 info->irq_adc = false; in max77843_muic_irq_work()
674 info->irq_adc = true; in max77843_muic_irq_handler()
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dmax77541.h88 struct regmap_irq_chip_data *irq_adc; member
/kernel/linux/linux-6.6/drivers/mfd/
H A Dmax77541.c123 &max77541->irq_adc); in max77541_pmic_irq_init()

Completed in 7 milliseconds