Lines Matching refs:wake_buf
42 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()
285 if (d->wake_buf) in regmap_irq_set_wake()
286 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
290 if (d->wake_buf) in regmap_irq_set_wake()
291 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
745 d->wake_buf = kcalloc(chip->num_regs, sizeof(*d->wake_buf), in regmap_add_irq_chip_fwnode()
747 if (!d->wake_buf) in regmap_add_irq_chip_fwnode()
895 if (d->wake_buf) { in regmap_add_irq_chip_fwnode()
897 d->wake_buf[i] = d->mask_buf_def[i]; in regmap_add_irq_chip_fwnode()
907 d->wake_buf[i]); in regmap_add_irq_chip_fwnode()
951 kfree(d->wake_buf); in regmap_add_irq_chip_fwnode()
1028 kfree(d->wake_buf); in regmap_del_irq_chip()