Lines Matching refs:wake_buf
38 unsigned int *wake_buf; member
141 if (d->wake_buf) { in regmap_irq_sync_unlock()
145 ~d->wake_buf[i]); in regmap_irq_sync_unlock()
149 d->wake_buf[i]); in regmap_irq_sync_unlock()
306 if (d->wake_buf) in regmap_irq_set_wake()
307 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
311 if (d->wake_buf) in regmap_irq_set_wake()
312 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
622 d->wake_buf = kcalloc(chip->num_regs, sizeof(unsigned int), in regmap_add_irq_chip()
624 if (!d->wake_buf) in regmap_add_irq_chip()
731 if (d->wake_buf) { in regmap_add_irq_chip()
733 d->wake_buf[i] = d->mask_buf_def[i]; in regmap_add_irq_chip()
744 d->wake_buf[i]); in regmap_add_irq_chip()
803 kfree(d->wake_buf); in regmap_add_irq_chip()
849 kfree(d->wake_buf); in regmap_del_irq_chip()