Searched refs:to_dp (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/exynos/ |
| D | exynos_dp.c | 31 #define to_dp(nm) container_of(nm, struct exynos_dp_device, nm) macro 48 struct exynos_dp_device *dp = to_dp(plat_data); in exynos_dp_crtc_clock_enable() 72 struct exynos_dp_device *dp = to_dp(plat_data); in exynos_dp_get_modes() 101 struct exynos_dp_device *dp = to_dp(plat_data); in exynos_dp_bridge_attach()
|
| /Linux-v5.4/drivers/gpu/drm/rockchip/ |
| D | analogix_dp-rockchip.c | 42 #define to_dp(nm) container_of(nm, struct rockchip_dp_device, nm) macro 86 struct rockchip_dp_device *dp = to_dp(plat_data); in rockchip_dp_poweron_start() 107 struct rockchip_dp_device *dp = to_dp(plat_data); in rockchip_dp_powerdown() 168 struct rockchip_dp_device *dp = to_dp(encoder); in rockchip_dp_drm_encoder_enable() 210 struct rockchip_dp_device *dp = to_dp(encoder); in rockchip_dp_drm_encoder_disable()
|
| /Linux-v5.4/drivers/gpu/drm/bridge/analogix/ |
| D | analogix_dp_core.c | 33 #define to_dp(nm) container_of(nm, struct analogix_dp_device, nm) macro 1108 struct analogix_dp_device *dp = to_dp(connector); in analogix_dp_get_modes() 1145 struct analogix_dp_device *dp = to_dp(connector); in analogix_dp_best_encoder() 1154 struct analogix_dp_device *dp = to_dp(connector); in analogix_dp_atomic_check() 1186 struct analogix_dp_device *dp = to_dp(connector); in analogix_dp_detect() 1632 struct analogix_dp_device *dp = to_dp(aux); in analogix_dpaux_transfer() 1830 struct analogix_dp_device *dp = to_dp(connector); in analogix_dp_start_crc() 1844 struct analogix_dp_device *dp = to_dp(connector); in analogix_dp_stop_crc()
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
| D | mem.c | 116 u8 wr_len, *to_dp, *from_dp; in _c4iw_write_mem_inline() local 167 to_dp = (u8 *)(sc + 1); in _c4iw_write_mem_inline() 170 memcpy(to_dp, from_dp, copy_len); in _c4iw_write_mem_inline() 172 memset(to_dp, 0, copy_len); in _c4iw_write_mem_inline() 174 memset(to_dp + copy_len, 0, T4_ULPTX_MIN_IO - in _c4iw_write_mem_inline()
|
| /Linux-v5.4/net/dsa/ |
| D | slave.c | 875 struct dsa_port *to_dp; in dsa_slave_add_cls_matchall() local 903 to_dp = dsa_slave_to_port(act->dev); in dsa_slave_add_cls_matchall() 905 mirror->to_local_port = to_dp->index; in dsa_slave_add_cls_matchall()
|