Lines Matching refs:wake_buf
38 unsigned int *wake_buf; member
141 if (d->wake_buf) { in regmap_irq_sync_unlock()
145 ~d->wake_buf[i]); in regmap_irq_sync_unlock()
149 d->wake_buf[i]); in regmap_irq_sync_unlock()
313 if (d->wake_buf) in regmap_irq_set_wake()
314 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
318 if (d->wake_buf) in regmap_irq_set_wake()
319 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
643 d->wake_buf = kcalloc(chip->num_regs, sizeof(unsigned int), in regmap_add_irq_chip_fwnode()
645 if (!d->wake_buf) in regmap_add_irq_chip_fwnode()
758 if (d->wake_buf) { in regmap_add_irq_chip_fwnode()
760 d->wake_buf[i] = d->mask_buf_def[i]; in regmap_add_irq_chip_fwnode()
771 d->wake_buf[i]); in regmap_add_irq_chip_fwnode()
830 kfree(d->wake_buf); in regmap_add_irq_chip_fwnode()
900 kfree(d->wake_buf); in regmap_del_irq_chip()