Home
last modified time | relevance | path

Searched refs:drm_aux_hpd_bridge_notify (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/drm/bridge/
Daux-bridge.h28 void drm_aux_hpd_bridge_notify(struct device *dev, enum drm_connector_status status);
47 static inline void drm_aux_hpd_bridge_notify(struct device *dev, enum drm_connector_status status) in drm_aux_hpd_bridge_notify() function
/linux-6.12.1/drivers/gpu/drm/bridge/
Daux-hpd-bridge.c146 void drm_aux_hpd_bridge_notify(struct device *dev, enum drm_connector_status status) in drm_aux_hpd_bridge_notify() function
156 EXPORT_SYMBOL_GPL(drm_aux_hpd_bridge_notify);
/linux-6.12.1/drivers/soc/qcom/
Dpmic_glink_altmode.c233 drm_aux_hpd_bridge_notify(&alt_port->bridge->dev, in pmic_glink_altmode_worker()