Lines Matching refs:wake_buf
38 unsigned int *wake_buf; member
137 if (d->wake_buf) { in regmap_irq_sync_unlock()
141 ~d->wake_buf[i]); in regmap_irq_sync_unlock()
145 d->wake_buf[i]); in regmap_irq_sync_unlock()
281 if (d->wake_buf) in regmap_irq_set_wake()
282 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
286 if (d->wake_buf) in regmap_irq_set_wake()
287 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
718 d->wake_buf = kcalloc(chip->num_regs, sizeof(*d->wake_buf), in regmap_add_irq_chip_fwnode()
720 if (!d->wake_buf) in regmap_add_irq_chip_fwnode()
862 if (d->wake_buf) { in regmap_add_irq_chip_fwnode()
864 d->wake_buf[i] = d->mask_buf_def[i]; in regmap_add_irq_chip_fwnode()
874 d->wake_buf[i]); in regmap_add_irq_chip_fwnode()
905 kfree(d->wake_buf); in regmap_add_irq_chip_fwnode()
980 kfree(d->wake_buf); in regmap_del_irq_chip()