Searched refs:vmmc_nb (Results 1 – 2 of 2) sorted by relevance
282 vmmc_nb); in mmc_handle_regulator_event()321 host->supply.vmmc_nb.notifier_call = mmc_handle_regulator_event; in mmc_regulator_register_undervoltage_notifier()323 &host->supply.vmmc_nb); in mmc_regulator_register_undervoltage_notifier()338 regulator_unregister_notifier(host->supply.vmmc, &host->supply.vmmc_nb); in mmc_regulator_unregister_undervoltage_notifier()
347 struct notifier_block vmmc_nb; /* Notifier for vmmc */ member