Lines Matching refs:wake_buf
41 unsigned int *wake_buf; member
124 if (d->wake_buf) { in regmap_irq_sync_unlock()
128 ~d->wake_buf[i]); in regmap_irq_sync_unlock()
132 d->wake_buf[i]); in regmap_irq_sync_unlock()
249 if (d->wake_buf) in regmap_irq_set_wake()
250 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
254 if (d->wake_buf) in regmap_irq_set_wake()
255 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
476 d->wake_buf = kcalloc(chip->num_regs, sizeof(unsigned int), in regmap_add_irq_chip()
478 if (!d->wake_buf) in regmap_add_irq_chip()
581 if (d->wake_buf) { in regmap_add_irq_chip()
583 d->wake_buf[i] = d->mask_buf_def[i]; in regmap_add_irq_chip()
594 d->wake_buf[i]); in regmap_add_irq_chip()
662 kfree(d->wake_buf); in regmap_add_irq_chip()
708 kfree(d->wake_buf); in regmap_del_irq_chip()