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()
314 if (d->wake_buf) in regmap_irq_set_wake()
315 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
319 if (d->wake_buf) in regmap_irq_set_wake()
320 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
646 d->wake_buf = kcalloc(chip->num_regs, sizeof(unsigned int), in regmap_add_irq_chip_fwnode()
648 if (!d->wake_buf) in regmap_add_irq_chip_fwnode()
765 if (d->wake_buf) { in regmap_add_irq_chip_fwnode()
767 d->wake_buf[i] = d->mask_buf_def[i]; in regmap_add_irq_chip_fwnode()
778 d->wake_buf[i]); in regmap_add_irq_chip_fwnode()
837 kfree(d->wake_buf); in regmap_add_irq_chip_fwnode()
907 kfree(d->wake_buf); in regmap_del_irq_chip()