Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dextcon.h192 extern int extcon_get_property(struct extcon_dev *edev, unsigned int id,
246 static inline int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property() function
/Linux-v4.19/drivers/phy/rockchip/
Dphy-rockchip-typec.c840 ret = extcon_get_property(edev, id, EXTCON_PROP_USB_SS, in tcphy_get_mode()
851 ret = extcon_get_property(edev, id, EXTCON_PROP_USB_TYPEC_POLARITY, in tcphy_get_mode()
/Linux-v4.19/drivers/extcon/
Dextcon.c623 int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property() function
688 EXPORT_SYMBOL_GPL(extcon_get_property);
/Linux-v4.19/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()