Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Drohm-bd71828.c421 .sub_reg_offsets = &bd718xx_sub_irq_offsets[0],
437 .sub_reg_offsets = &bd718xx_sub_irq_offsets[0],
H A Dtps65219.c225 .sub_reg_offsets = tps65219_sub_irq_offsets,
/openbmc/linux/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()
/openbmc/linux/include/linux/
H A Dregmap.h1605 struct regmap_irq_sub_irq_map *sub_reg_offsets; member