Searched refs:wake_buf (Results 1 – 1 of 1) sorted by relevance
41 unsigned int *wake_buf; member111 if (d->wake_buf) { in regmap_irq_sync_unlock()115 ~d->wake_buf[i]); in regmap_irq_sync_unlock()119 d->wake_buf[i]); in regmap_irq_sync_unlock()188 if (d->wake_buf) in regmap_irq_set_wake()189 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()193 if (d->wake_buf) in regmap_irq_set_wake()194 d->wake_buf[irq_data->reg_offset / map->reg_stride] in regmap_irq_set_wake()405 d->wake_buf = kzalloc(sizeof(unsigned int) * chip->num_regs, in regmap_add_irq_chip()407 if (!d->wake_buf) in regmap_add_irq_chip()[all …]