Home
last modified time | relevance | path

Searched refs:extcon_get_edev_by_phandle (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dextcon.h261 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
/linux-4.1.27/drivers/extcon/
Dextcon.c1011 struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, int index) in extcon_get_edev_by_phandle() function
1040 struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, int index) in extcon_get_edev_by_phandle() function
1045 EXPORT_SYMBOL_GPL(extcon_get_edev_by_phandle);
/linux-4.1.27/drivers/usb/dwc3/
Ddwc3-omap.c450 edev = extcon_get_edev_by_phandle(omap->dev, 0); in dwc3_omap_extcon_register()
/linux-4.1.27/drivers/usb/renesas_usbhs/
Dcommon.c548 priv->edev = extcon_get_edev_by_phandle(&pdev->dev, 0); in usbhs_probe()