Searched refs:mtherm (Results 1 – 1 of 1) sorted by relevance
77 if (irq == mtherm->irq_tjalarm1) in max77620_thermal_irq()93 mtherm = devm_kzalloc(&pdev->dev, sizeof(*mtherm), GFP_KERNEL); in max77620_thermal_probe()94 if (!mtherm) in max77620_thermal_probe()99 if ((mtherm->irq_tjalarm1 < 0) || (mtherm->irq_tjalarm2 < 0)) { in max77620_thermal_probe()104 mtherm->dev = &pdev->dev; in max77620_thermal_probe()106 if (!mtherm->rmap) { in max77620_thermal_probe()118 mtherm, &max77620_thermal_ops); in max77620_thermal_probe()119 if (IS_ERR(mtherm->tz_device)) { in max77620_thermal_probe()120 ret = PTR_ERR(mtherm->tz_device); in max77620_thermal_probe()129 dev_name(&pdev->dev), mtherm); in max77620_thermal_probe()[all …]
Completed in 3 milliseconds