Searched refs:type_buf (Results 1 – 1 of 1) sorted by relevance
42 unsigned int *type_buf; member167 d->type_buf_def[i], ~d->type_buf[i]); in regmap_irq_sync_unlock()170 d->type_buf_def[i], d->type_buf[i]); in regmap_irq_sync_unlock()220 d->type_buf[reg] &= ~(irq_data->type_falling_mask | in regmap_irq_set_type()224 d->type_buf[reg] |= irq_data->type_falling_mask; in regmap_irq_set_type()228 d->type_buf[reg] |= irq_data->type_rising_mask; in regmap_irq_set_type()232 d->type_buf[reg] |= (irq_data->type_falling_mask | in regmap_irq_set_type()488 d->type_buf = kcalloc(chip->num_type_reg, sizeof(unsigned int), in regmap_add_irq_chip()490 if (!d->type_buf) in regmap_add_irq_chip()660 kfree(d->type_buf); in regmap_add_irq_chip()[all …]