Home
last modified time | relevance | path

Searched refs:sub_reg_offsets (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/base/regmap/
Dregmap-irq.c376 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()
/Linux-v6.1/drivers/mfd/
Drohm-bd71828.c422 .sub_reg_offsets = &bd718xx_sub_irq_offsets[0],
439 .sub_reg_offsets = &bd718xx_sub_irq_offsets[0],
Dqcom-pm8008.c129 .sub_reg_offsets = pm8008_sub_reg_offsets,
/Linux-v6.1/include/linux/
Dregmap.h1568 struct regmap_irq_sub_irq_map *sub_reg_offsets; member