Searched refs:otg_nb (Results 1 – 2 of 2) sorted by relevance
38 struct notifier_block otg_nb; member454 container_of(nb, struct da9150_charger, otg_nb); in da9150_charger_otg_ncb()593 charger->otg_nb.notifier_call = da9150_charger_otg_ncb; in da9150_charger_probe()594 usb_register_notifier(charger->usb_phy, &charger->otg_nb); in da9150_charger_probe()629 usb_unregister_notifier(charger->usb_phy, &charger->otg_nb); in da9150_charger_probe()668 usb_unregister_notifier(charger->usb_phy, &charger->otg_nb); in da9150_charger_remove()
41 static struct notifier_block otg_nb; variable376 otg_nb.notifier_call = otg_handle_notification; in pda_power_probe()377 ret = usb_register_notifier(transceiver, &otg_nb); in pda_power_probe()