Searched refs:usb_unregister_notifier (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/power/supply/ |
A D | da9150-charger.c | 625 usb_unregister_notifier(charger->usb_phy, &charger->otg_nb); in da9150_charger_probe() 664 usb_unregister_notifier(charger->usb_phy, &charger->otg_nb); in da9150_charger_remove()
|
A D | pda_power.c | 434 usb_unregister_notifier(transceiver, &otg_nb); in pda_power_remove()
|
A D | bq25890_charger.c | 1004 usb_unregister_notifier(bq->usb_phy, &bq->usb_nb); in bq25890_probe() 1014 usb_unregister_notifier(bq->usb_phy, &bq->usb_nb); in bq25890_remove()
|
A D | isp1704_charger.c | 484 usb_unregister_notifier(isp->phy, &isp->nb); in isp1704_charger_remove()
|
A D | sc2731_charger.c | 518 usb_unregister_notifier(info->usb_phy, &info->usb_notify); in sc2731_charger_remove()
|
A D | rt9455_charger.c | 1694 usb_unregister_notifier(info->usb_phy, &info->nb); in rt9455_probe() 1712 usb_unregister_notifier(info->usb_phy, &info->nb); in rt9455_remove()
|
A D | wm831x_power.c | 704 usb_unregister_notifier(wm831x_power->usb_phy, in wm831x_power_remove()
|
A D | bq256xx_charger.c | 865 usb_unregister_notifier(bq->usb2_phy, &bq->usb_nb); in bq256xx_charger_reset() 868 usb_unregister_notifier(bq->usb3_phy, &bq->usb_nb); in bq256xx_charger_reset()
|
A D | ab8500_charger.c | 3677 usb_unregister_notifier(di->usb_phy, &di->nb); in ab8500_charger_probe() 3693 usb_unregister_notifier(di->usb_phy, &di->nb); in ab8500_charger_remove()
|
/linux/include/linux/usb/ |
A D | phy.h | 345 usb_unregister_notifier(struct usb_phy *x, struct notifier_block *nb) in usb_unregister_notifier() function
|
/linux/drivers/usb/musb/ |
A D | ux500.c | 168 usb_unregister_notifier(musb->xceiv, &musb->nb); in ux500_musb_exit()
|
/linux/drivers/usb/phy/ |
A D | phy.c | 345 usb_unregister_notifier(res->phy, res->nb); in devm_usb_phy_release2()
|
/linux/drivers/usb/gadget/udc/ |
A D | pxa27x_udc.c | 2437 usb_unregister_notifier(udc->transceiver, &pxa27x_udc_phy); in pxa_udc_probe() 2455 usb_unregister_notifier(udc->transceiver, &pxa27x_udc_phy); in pxa_udc_remove()
|
Completed in 50 milliseconds