Lines Matching refs:wake_buf
41 unsigned int *wake_buf; member
111 if (d->wake_buf) { in regmap_irq_sync_unlock()
115 ~d->wake_buf[i]); in regmap_irq_sync_unlock()
119 d->wake_buf[i]); in regmap_irq_sync_unlock()
188 if (d->wake_buf) in regmap_irq_set_wake()
189 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
193 if (d->wake_buf) in regmap_irq_set_wake()
194 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
405 d->wake_buf = kzalloc(sizeof(unsigned int) * chip->num_regs, in regmap_add_irq_chip()
407 if (!d->wake_buf) in regmap_add_irq_chip()
492 if (d->wake_buf) { in regmap_add_irq_chip()
494 d->wake_buf[i] = d->mask_buf_def[i]; in regmap_add_irq_chip()
505 d->wake_buf[i]); in regmap_add_irq_chip()
544 kfree(d->wake_buf); in regmap_add_irq_chip()
567 kfree(d->wake_buf); in regmap_del_irq_chip()