Home
last modified time | relevance | path

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

/linux-6.15/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
/linux-6.15/drivers/phy/
H A Dphy-lgm-usb.c56 ret = extcon_get_property(ta->phy.edev, EXTCON_USB_HOST, in get_flipped()
/linux-6.15/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);
/linux-6.15/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()
/linux-6.15/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c159 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-6.15/Documentation/driver-api/
H A Dextcon.rst154 :identifiers: extcon_get_property
/linux-6.15/drivers/gpu/drm/bridge/
H A Dite-it6505.c1455 err = extcon_get_property(it6505->extcon, EXTCON_DISP_DP, in it6505_get_extcon_property()