Home
last modified time | relevance | path

Searched refs:DP_GET_SINK_COUNT (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/
H A Ddrm_dp_helper.h238 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c182 count = DP_GET_SINK_COUNT(count); in dp_panel_read_sink_caps()
H A Ddp_link.c733 DP_GET_SINK_COUNT(link->dp_link.sink_count); in dp_link_parse_sink_count()
/OK3568_Linux_fs/u-boot/include/drm/
H A Ddrm_dp_helper.h544 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix-anx6345.c446 if (!DP_GET_SINK_COUNT(value)) { in anx6345_get_downstream_info()
H A Danalogix-anx78xx.c817 if (!DP_GET_SINK_COUNT(value)) { in anx78xx_get_downstream_info()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_dp_helper.h585 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c158 *sink_count = DP_GET_SINK_COUNT(value); in cdn_dp_get_sink_count()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_helper.c1161 return DP_GET_SINK_COUNT(count); in drm_dp_read_sink_count()