Home
last modified time | relevance | path

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

/linux-6.15/drivers/mfd/
H A Dtps65219.c421 .sub_reg_offsets = tps65214_sub_irq_offsets,
435 .sub_reg_offsets = tps65215_sub_irq_offsets,
449 .sub_reg_offsets = tps65219_sub_irq_offsets,
H A Drohm-bd71828.c421 .sub_reg_offsets = &bd718xx_sub_irq_offsets[0],
437 .sub_reg_offsets = &bd718xx_sub_irq_offsets[0],
H A Drohm-bd96801.c323 .sub_reg_offsets = &errb_sub_irq_offsets[0],
/linux-6.15/drivers/base/regmap/
H A Dregmap-irq.c313 if (!chip->sub_reg_offsets) { in read_sub_irq_data()
321 subreg = &chip->sub_reg_offsets[b]; in read_sub_irq_data()
/linux-6.15/include/linux/
H A Dregmap.h1691 const struct regmap_irq_sub_irq_map *sub_reg_offsets; member