Searched refs:extcon_get_edev_by_phandle (Results 1 – 4 of 4) sorted by relevance
261 extern struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, int index);371 static inline struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, in extcon_get_edev_by_phandle() function
1011 struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, int index) in extcon_get_edev_by_phandle() function1040 struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, int index) in extcon_get_edev_by_phandle() function1045 EXPORT_SYMBOL_GPL(extcon_get_edev_by_phandle);
450 edev = extcon_get_edev_by_phandle(omap->dev, 0); in dwc3_omap_extcon_register()
548 priv->edev = extcon_get_edev_by_phandle(&pdev->dev, 0); in usbhs_probe()