Home
last modified time | relevance | path

Searched refs:bridge_to_mhdp (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c1718 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_attach()
1972 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_atomic_enable()
2060 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_atomic_disable()
2091 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_detach()
2155 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_atomic_check()
2175 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_bridge_detect()
2183 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_bridge_get_edid()
2190 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_bridge_hpd_enable()
2200 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_bridge_hpd_disable()
Dcdns-mhdp8546-core.h418 #define bridge_to_mhdp(x) container_of(x, struct cdns_mhdp_device, bridge) macro