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()
151 if (d->wake_buf) in regmap_irq_set_wake()
152 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
156 if (d->wake_buf) in regmap_irq_set_wake()
157 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
373 d->wake_buf = kzalloc(sizeof(unsigned int) * chip->num_regs, in regmap_add_irq_chip()
375 if (!d->wake_buf) in regmap_add_irq_chip()
424 if (d->wake_buf) { in regmap_add_irq_chip()
426 d->wake_buf[i] = d->mask_buf_def[i]; in regmap_add_irq_chip()
437 d->wake_buf[i]); in regmap_add_irq_chip()
473 kfree(d->wake_buf); in regmap_add_irq_chip()
496 kfree(d->wake_buf); in regmap_del_irq_chip()