Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Drohm-bd71828.c270 .sub_reg_offsets = &bd71828_sub_irq_offsets[0],
H A Drohm-bd70528.c214 .sub_reg_offsets = &bd70528_sub_irq_offsets[0],
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dregmap.h1399 struct regmap_irq_sub_irq_map *sub_reg_offsets; member