Home
last modified time | relevance | path

Searched refs:extcon_get_property (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dextcon.h186 int extcon_get_property(struct extcon_dev *edev, unsigned int id,
240 static inline int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property() function
/openbmc/linux/drivers/phy/
H A Dphy-lgm-usb.c56 ret = extcon_get_property(ta->phy.edev, EXTCON_USB_HOST, in get_flipped()
/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-typec.c830 ret = extcon_get_property(edev, id, EXTCON_PROP_USB_SS, in tcphy_get_mode()
841 ret = extcon_get_property(edev, id, EXTCON_PROP_USB_TYPEC_POLARITY, in tcphy_get_mode()
/openbmc/linux/drivers/extcon/
H A Dextcon.c624 int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property() function
689 EXPORT_SYMBOL_GPL(extcon_get_property);
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c159 extcon_get_property(edev, EXTCON_DISP_DP, in cdn_dp_get_port_lanes()
418 ret = extcon_get_property(port->extcon, EXTCON_DISP_DP, in cdn_dp_enable_phy()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dite-it6505.c1237 err = extcon_get_property(it6505->extcon, EXTCON_DISP_DP, in it6505_get_extcon_property()