Searched refs:wake_buf (Results 1 – 1 of 1) sorted by relevance
41 unsigned int *wake_buf; member94 if (d->wake_buf) { in regmap_irq_sync_unlock()98 ~d->wake_buf[i]); in regmap_irq_sync_unlock()102 d->wake_buf[i]); in regmap_irq_sync_unlock()151 if (d->wake_buf) in regmap_irq_set_wake()152 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()156 if (d->wake_buf) in regmap_irq_set_wake()157 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()373 d->wake_buf = kzalloc(sizeof(unsigned int) * chip->num_regs, in regmap_add_irq_chip()375 if (!d->wake_buf) in regmap_add_irq_chip()[all …]