Lines Matching refs:wake_buf
38 unsigned int *wake_buf; member
160 if (d->wake_buf) { in regmap_irq_sync_unlock()
164 ~d->wake_buf[i]); in regmap_irq_sync_unlock()
168 d->wake_buf[i]); in regmap_irq_sync_unlock()
351 if (d->wake_buf) in regmap_irq_set_wake()
352 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
356 if (d->wake_buf) in regmap_irq_set_wake()
357 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
699 d->wake_buf = kcalloc(chip->num_regs, sizeof(unsigned int), in regmap_add_irq_chip_fwnode()
701 if (!d->wake_buf) in regmap_add_irq_chip_fwnode()
837 if (d->wake_buf) { in regmap_add_irq_chip_fwnode()
839 d->wake_buf[i] = d->mask_buf_def[i]; in regmap_add_irq_chip_fwnode()
849 d->wake_buf[i]); in regmap_add_irq_chip_fwnode()
906 kfree(d->wake_buf); in regmap_add_irq_chip_fwnode()
981 kfree(d->wake_buf); in regmap_del_irq_chip()