Searched refs:sub_reg_offsets (Results 1 – 4 of 4) sorted by relevance
376 if (!chip->sub_reg_offsets) { in read_sub_irq_data()384 subreg = &chip->sub_reg_offsets[b]; in read_sub_irq_data()632 if (chip->not_fixed_stride && chip->sub_reg_offsets) { in regmap_irq_get_irq_reg_linear()635 subreg = &chip->sub_reg_offsets[0]; in regmap_irq_get_irq_reg_linear()745 if (chip->sub_reg_offsets[i].num_regs != 1) in regmap_add_irq_chip_fwnode()
422 .sub_reg_offsets = &bd718xx_sub_irq_offsets[0],439 .sub_reg_offsets = &bd718xx_sub_irq_offsets[0],
129 .sub_reg_offsets = pm8008_sub_reg_offsets,
1568 struct regmap_irq_sub_irq_map *sub_reg_offsets; member