Searched refs:errb_irq (Results 1 – 1 of 1) sorted by relevance
648 int intb_irq, errb_irq, num_errb = 0; in bd96801_i2c_probe() local681 errb_irq = fwnode_irq_get_byname(fwnode, "errb"); in bd96801_i2c_probe()682 if (errb_irq == -EPROBE_DEFER) in bd96801_i2c_probe()683 return errb_irq; in bd96801_i2c_probe()685 if (errb_irq > 0) in bd96801_i2c_probe()734 ret = devm_regmap_add_irq_chip(&i2c->dev, regmap, errb_irq, IRQF_ONESHOT, in bd96801_i2c_probe()