Searched refs:regmap_irq_update_bits (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/base/regmap/ |
D | regmap-irq.c | 63 static int regmap_irq_update_bits(struct regmap_irq_chip_data *d, in regmap_irq_update_bits() function 97 ret = regmap_irq_update_bits(d, reg, in regmap_irq_sync_unlock() 101 ret = regmap_irq_update_bits(d, reg, in regmap_irq_sync_unlock() 110 ret = regmap_irq_update_bits(d, in regmap_irq_sync_unlock() 115 ret = regmap_irq_update_bits(d, reg, in regmap_irq_sync_unlock() 126 ret = regmap_irq_update_bits(d, reg, in regmap_irq_sync_unlock() 130 ret = regmap_irq_update_bits(d, reg, in regmap_irq_sync_unlock() 166 ret = regmap_irq_update_bits(d, reg, in regmap_irq_sync_unlock() 169 ret = regmap_irq_update_bits(d, reg, in regmap_irq_sync_unlock() 532 ret = regmap_irq_update_bits(d, reg, in regmap_add_irq_chip() [all …]
|