Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dextcon.h184 int extcon_get_property(struct extcon_dev *edev, unsigned int id,
238 static inline int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property() function
/linux-5.19.10/drivers/phy/
Dphy-lgm-usb.c56 ret = extcon_get_property(ta->phy.edev, EXTCON_USB_HOST, in get_flipped()
/linux-5.19.10/drivers/phy/rockchip/
Dphy-rockchip-typec.c831 ret = extcon_get_property(edev, id, EXTCON_PROP_USB_SS, in tcphy_get_mode()
842 ret = extcon_get_property(edev, id, EXTCON_PROP_USB_TYPEC_POLARITY, in tcphy_get_mode()
/linux-5.19.10/drivers/gpu/drm/rockchip/
Dcdn-dp-core.c160 extcon_get_property(edev, EXTCON_DISP_DP, in cdn_dp_get_port_lanes()
419 ret = extcon_get_property(port->extcon, EXTCON_DISP_DP, in cdn_dp_enable_phy()
/linux-5.19.10/drivers/extcon/
Dextcon.c604 int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property() function
669 EXPORT_SYMBOL_GPL(extcon_get_property);
/linux-5.19.10/drivers/gpu/drm/bridge/
Dite-it6505.c1230 err = extcon_get_property(it6505->extcon, EXTCON_DISP_DP, in it6505_get_extcon_property()