Lines Matching refs:wake_buf
41 unsigned int *wake_buf; member
136 if (d->wake_buf) { in regmap_irq_sync_unlock()
140 ~d->wake_buf[i]); in regmap_irq_sync_unlock()
144 d->wake_buf[i]); in regmap_irq_sync_unlock()
344 if (d->wake_buf) in regmap_irq_set_wake()
345 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
349 if (d->wake_buf) in regmap_irq_set_wake()
350 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()
793 d->wake_buf = kcalloc(chip->num_regs, sizeof(*d->wake_buf), in regmap_add_irq_chip_fwnode()
795 if (!d->wake_buf) in regmap_add_irq_chip_fwnode()
979 if (d->wake_buf) { in regmap_add_irq_chip_fwnode()
981 d->wake_buf[i] = d->mask_buf_def[i]; in regmap_add_irq_chip_fwnode()
991 d->wake_buf[i]); in regmap_add_irq_chip_fwnode()
1048 kfree(d->wake_buf); in regmap_add_irq_chip_fwnode()
1128 kfree(d->wake_buf); in regmap_del_irq_chip()