Home
last modified time | relevance | path

Searched refs:vmmc_nb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mmc/core/
H A Dregulator.c282 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()
/linux/include/linux/mmc/
H A Dhost.h347 struct notifier_block vmmc_nb; /* Notifier for vmmc */ member