Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dextcon.h228 struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev,
309 static inline struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, in extcon_get_edev_by_phandle() function
/linux/drivers/extcon/
H A Dextcon.c1429 struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, int index) in extcon_get_edev_by_phandle() function
1458 struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, int index) in extcon_get_edev_by_phandle() function
1466 EXPORT_SYMBOL_GPL(extcon_get_edev_by_phandle);
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-usb-hs.c260 uphy->vbus_edev = extcon_get_edev_by_phandle(&ulpi->dev, 0); in qcom_usb_hs_phy_probe()
/linux/drivers/usb/renesas_usbhs/
H A Dcommon.c638 priv->edev = extcon_get_edev_by_phandle(dev, 0); in usbhs_probe()
/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c1183 extcon = extcon_get_edev_by_phandle(dev, i); in cdn_dp_probe()
/linux/drivers/usb/dwc3/
H A Dcore.c1971 return extcon_get_edev_by_phandle(dev, 0); in dwc3_get_extcon()
/linux/drivers/gpu/drm/bridge/
H A Dite-it6505.c3637 extcon = extcon_get_edev_by_phandle(dev, 0); in it6505_i2c_probe()