Searched refs:rcfg (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/mips/ath25/ |
D | board.c | 74 const void __iomem *rcfg, *begin, *end; in find_radio_config() local 83 for (rcfg = begin; rcfg < end; rcfg += 0x1000) in find_radio_config() 84 if (check_notempty(rcfg) && check_radio_magic(rcfg)) in find_radio_config() 85 return rcfg; in find_radio_config() 90 for (rcfg = begin; rcfg < end; rcfg += 0x1000) in find_radio_config() 91 if (check_notempty(rcfg) && check_radio_magic(rcfg)) in find_radio_config() 92 return rcfg; in find_radio_config() 108 const void __iomem *bcfg, *rcfg; in ath25_find_config() local 159 rcfg = find_radio_config(flash_limit, bcfg); in ath25_find_config() 160 if (!rcfg) { in ath25_find_config() [all …]
|
/linux-6.12.1/drivers/power/reset/ |
D | at91-sama5d2_shdwc.c | 93 const struct reg_config *rcfg; member 113 const struct reg_config *rcfg = shdw->rcfg; in at91_wakeup_status() local 125 if (SHDW_WK_PIN(reg, &rcfg->shdwc)) in at91_wakeup_status() 127 else if (SHDW_RTCWK(reg, &rcfg->shdwc)) in at91_wakeup_status() 129 else if (SHDW_RTTWK(reg, &rcfg->shdwc)) in at91_wakeup_status() 168 "r" (at91_shdwc->rcfg->pmc.mckr) in at91_poweroff() 235 const struct reg_config *rcfg = shdw->rcfg; in at91_shdwc_dt_configure() local 248 mode |= SHDW_RTCWKEN(&rcfg->shdwc); in at91_shdwc_dt_configure() 251 mode |= SHDW_RTTWKEN(&rcfg->shdwc); in at91_shdwc_dt_configure() 356 at91_shdwc->rcfg = match->data; in at91_shdwc_probe() [all …]
|
/linux-6.12.1/drivers/regulator/ |
D | 88pm886-regulator.c | 343 struct regulator_config rcfg = { }; in pm886_regulator_probe() local 360 rcfg.regmap = regmap; in pm886_regulator_probe() 362 rcfg.dev = dev->parent; in pm886_regulator_probe() 366 rdev = devm_regulator_register(dev, rdesc, &rcfg); in pm886_regulator_probe()
|
/linux-6.12.1/drivers/power/supply/ |
D | mt6370-charger.c | 236 struct regulator_config *rcfg) in mt6370_chg_otg_of_parse_cb() argument 238 struct mt6370_priv *priv = rcfg->driver_data; in mt6370_chg_otg_of_parse_cb() 240 rcfg->ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(of), in mt6370_chg_otg_of_parse_cb() 244 if (IS_ERR(rcfg->ena_gpiod)) { in mt6370_chg_otg_of_parse_cb() 245 rcfg->ena_gpiod = NULL; in mt6370_chg_otg_of_parse_cb() 739 struct regulator_config rcfg = { in mt6370_chg_init_otg_regulator() local 746 &rcfg); in mt6370_chg_init_otg_regulator()
|