Searched refs:selector_reg (Results 1 – 25 of 25) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | wm2200.c | 118 .selector_reg = WM2200_DSP1_CONTROL_3, 125 .selector_reg = WM2200_DSP1_CONTROL_2, 132 .selector_reg = WM2200_DSP1_CONTROL_4, 139 .selector_reg = WM2200_DSP2_CONTROL_3, 146 .selector_reg = WM2200_DSP2_CONTROL_2, 153 .selector_reg = WM2200_DSP2_CONTROL_4,
|
D | pcm186x.c | 624 .selector_reg = PCM186X_PAGE,
|
D | rt1305.c | 47 .selector_reg = RT1305_PRIV_INDEX,
|
D | rt5660.c | 46 .selector_reg = RT5660_PRIV_INDEX,
|
D | tlv320aic32x4.c | 567 .selector_reg = 0,
|
D | rt5616.c | 42 .selector_reg = RT5616_PRIV_INDEX,
|
D | tlv320aic31xx.c | 118 .selector_reg = AIC31XX_PAGECTL,
|
D | cs42l42.c | 384 .selector_reg = CS42L42_PAGE_REGISTER,
|
D | pcm512x.c | 1360 .selector_reg = PCM512x_PAGE,
|
D | rt5651.c | 44 .selector_reg = RT5651_PRIV_INDEX,
|
D | rt5640.c | 48 .selector_reg = RT5640_PRIV_INDEX,
|
D | rt5670.c | 65 .selector_reg = RT5670_PRIV_INDEX,
|
D | tscs454.c | 257 .selector_reg = R_PAGESEL,
|
D | rt5645.c | 65 .selector_reg = RT5645_PRIV_INDEX,
|
D | rt5677.c | 50 .selector_reg = RT5677_PRIV_INDEX,
|
/Linux-v4.19/drivers/base/regmap/ |
D | internal.h | 199 unsigned int selector_reg; member
|
D | regmap.c | 1051 if (range_cfg->selector_reg > map->max_register) { in __regmap_init() 1066 unsigned sel_reg = config->ranges[j].selector_reg; in __regmap_init() 1102 new->selector_reg = range_cfg->selector_reg; in __regmap_init() 1421 range->window_start + win_offset != range->selector_reg) { in _regmap_select_page() 1426 ret = _regmap_update_bits(map, range->selector_reg, in _regmap_select_page()
|
/Linux-v4.19/drivers/mfd/ |
D | da9063-i2c.c | 169 .selector_reg = DA9063_REG_PAGE_CON,
|
D | da9062-core.c | 452 .selector_reg = DA9062AA_PAGE_CON, 557 .selector_reg = DA9062AA_PAGE_CON,
|
D | da9150-core.c | 161 .selector_reg = DA9150_PAGE_CON,
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | cxd2820r_core.c | 574 .selector_reg = 0x00, in cxd2820r_probe() 585 .selector_reg = 0x00, in cxd2820r_probe()
|
D | rtl2830.c | 796 .selector_reg = 0x00, in rtl2830_probe()
|
D | rtl2832.c | 1046 .selector_reg = 0x00, in rtl2832_probe()
|
/Linux-v4.19/drivers/regulator/ |
D | da9211-regulator.c | 57 .selector_reg = DA9211_REG_PAGE_CON,
|
/Linux-v4.19/include/linux/ |
D | regmap.h | 425 unsigned int selector_reg; member
|