Searched refs:extcon_get_property (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/include/linux/ |
D | extcon.h | 184 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/ |
D | phy-lgm-usb.c | 56 ret = extcon_get_property(ta->phy.edev, EXTCON_USB_HOST, in get_flipped()
|
/linux-5.19.10/drivers/phy/rockchip/ |
D | phy-rockchip-typec.c | 831 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/ |
D | cdn-dp-core.c | 160 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/ |
D | extcon.c | 604 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/ |
D | ite-it6505.c | 1230 err = extcon_get_property(it6505->extcon, EXTCON_DISP_DP, in it6505_get_extcon_property()
|