Lines Matching refs:wake_buf
41 unsigned int *wake_buf; member
94 if (d->wake_buf) { in regmap_irq_sync_unlock()
98 ~d->wake_buf[i]); in regmap_irq_sync_unlock()
102 d->wake_buf[i]); in regmap_irq_sync_unlock()
167 if (d->wake_buf) in regmap_irq_set_wake()
168 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
172 if (d->wake_buf) in regmap_irq_set_wake()
173 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
390 d->wake_buf = kzalloc(sizeof(unsigned int) * chip->num_regs, in regmap_add_irq_chip()
392 if (!d->wake_buf) in regmap_add_irq_chip()
466 if (d->wake_buf) { in regmap_add_irq_chip()
468 d->wake_buf[i] = d->mask_buf_def[i]; in regmap_add_irq_chip()
479 d->wake_buf[i]); in regmap_add_irq_chip()
518 kfree(d->wake_buf); in regmap_add_irq_chip()
541 kfree(d->wake_buf); in regmap_del_irq_chip()