Searched refs:extcon_get_edev_by_phandle (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/include/linux/
H A Dextcon.h243 extern struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev,
354 static inline struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, extcon_get_edev_by_phandle() function
/linux-4.4.14/drivers/extcon/
H A Dextcon.c1080 * extcon_get_edev_by_phandle - Get the extcon device from devicetree
1086 struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, int index) extcon_get_edev_by_phandle() function
1118 struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, int index) extcon_get_edev_by_phandle() function
1123 EXPORT_SYMBOL_GPL(extcon_get_edev_by_phandle); variable
/linux-4.4.14/drivers/usb/phy/
H A Dphy-qcom-8x16-usb.c351 qphy->vbus_edev = extcon_get_edev_by_phandle(phy->dev, 0); phy_8x16_probe()
H A Dphy-msm-usb.c1569 ext_vbus = extcon_get_edev_by_phandle(&pdev->dev, 0); msm_otg_read_dt()
1573 ext_id = extcon_get_edev_by_phandle(&pdev->dev, 1); msm_otg_read_dt()
/linux-4.4.14/drivers/usb/dwc3/
H A Ddwc3-omap.c414 edev = extcon_get_edev_by_phandle(omap->dev, 0); dwc3_omap_extcon_register()
/linux-4.4.14/drivers/usb/renesas_usbhs/
H A Dcommon.c551 priv->edev = extcon_get_edev_by_phandle(&pdev->dev, 0); usbhs_probe()
/linux-4.4.14/drivers/usb/chipidea/
H A Dcore.c743 ext_vbus = extcon_get_edev_by_phandle(dev, 0); ci_get_platdata()
747 ext_id = extcon_get_edev_by_phandle(dev, 1); ci_get_platdata()
/linux-4.4.14/drivers/usb/musb/
H A Dsunxi.c640 glue->extcon = extcon_get_edev_by_phandle(&pdev->dev, 0); sunxi_musb_probe()

Completed in 199 milliseconds