Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mfd/
Drohm-bd71828.c270 .sub_reg_offsets = &bd71828_sub_irq_offsets[0],
Drohm-bd70528.c214 .sub_reg_offsets = &bd70528_sub_irq_offsets[0],
/kernel/linux/linux-5.10/drivers/base/regmap/
Dregmap-irq.c344 if (!chip->sub_reg_offsets) { in read_sub_irq_data()
350 subreg = &chip->sub_reg_offsets[b]; in read_sub_irq_data()
/kernel/linux/linux-5.10/include/linux/
Dregmap.h1392 struct regmap_irq_sub_irq_map *sub_reg_offsets; member