Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy-qcom-8x16-usb.c75 struct notifier_block vbus_notify; member
181 struct phy_8x16 *qphy = container_of(nb, struct phy_8x16, vbus_notify); in phy_8x16_vbus_notify()
371 qphy->vbus_notify.notifier_call = phy_8x16_vbus_notify; in phy_8x16_probe()
373 &qphy->vbus_notify); in phy_8x16_probe()
388 &qphy->vbus_notify); in phy_8x16_probe()
404 &qphy->vbus_notify); in phy_8x16_remove()
/linux-4.4.14/drivers/phy/
Dphy-sun4i-usb.c390 int id_det, vbus_det, id_notify = 0, vbus_notify = 0; in sun4i_usb_phy0_id_vbus_det_scan() local
421 vbus_notify = 1; in sun4i_usb_phy0_id_vbus_det_scan()
443 if (vbus_notify) in sun4i_usb_phy0_id_vbus_det_scan()