Symbol: hpd_status
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
947
if (hpd_aconnector->dc_link->hpd_status == (notify->hpd_status == DP_HPD_PLUG))
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
1276
if (!link->hpd_status) {
drivers/gpu/drm/amd/display/dc/dc.h
1695
bool hpd_status; /* HPD status of link without physical HPD pin. */
drivers/gpu/drm/amd/display/dc/link/link_validation.c
715
if ((link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) && (link->hpd_status == false))
drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia.c
133
link->hpd_status,
drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia.c
135
link->hpd_status = cmd.query_hpd.data.result;
drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia.c
142
link->hpd_status);
drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia.c
143
link->hpd_status = false;
drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia.c
146
return link->hpd_status;
drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia_bw.c
325
__func__, link->link_index, link->hpd_status,
drivers/gpu/drm/amd/display/dmub/dmub_srv.h
660
enum dp_hpd_status hpd_status;
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
3385
uint8_t hpd_status;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
82
notify->hpd_status = cmd.dp_hpd_notify.hpd_data.hpd_status;
drivers/gpu/drm/bridge/analogix/anx7625.c
1462
ctx->hpd_status = 0;
drivers/gpu/drm/bridge/analogix/anx7625.c
1476
ctx->hpd_status = 1;
drivers/gpu/drm/bridge/analogix/anx7625.c
1998
return ctx->hpd_status ? connector_status_connected :
drivers/gpu/drm/bridge/analogix/anx7625.h
482
int hpd_status;
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c
2065
int hpd_event, hpd_status;
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c
2078
hpd_status = cdns_mhdp_get_hpd_status(mhdp);
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c
2079
if (hpd_status < 0) {
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c
2081
__func__, hpd_status);
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c
2088
return !!hpd_status;
drivers/gpu/drm/bridge/lontium-lt9611uxc.c
139
unsigned int hpd_status = 0;
drivers/gpu/drm/bridge/lontium-lt9611uxc.c
144
regmap_read(lt9611uxc->regmap, 0xb023, &hpd_status);
drivers/gpu/drm/bridge/lontium-lt9611uxc.c
149
lt9611uxc->edid_read = !!(hpd_status & BIT(0));
drivers/gpu/drm/bridge/lontium-lt9611uxc.c
154
lt9611uxc->hdmi_connected = hpd_status & BIT(1);
drivers/gpu/drm/hisilicon/hibmc/dp/dp_comm.h
46
int hpd_status;
drivers/gpu/drm/hisilicon/hibmc/dp/dp_hw.c
338
dp->dp_dev->hpd_status = exp_status;
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_dp.c
67
if (dp_dev->hpd_status != HIBMC_HPD_IN) {
drivers/gpu/drm/i915/display/intel_vbt_defs.h
543
u8 hpd_status:2;
drivers/gpu/drm/i915/gvt/opregion.c
108
u8 hpd_status:2;
drivers/gpu/drm/mediatek/mtk_hdmi_v2.c
832
u32 hpd_status;
drivers/gpu/drm/mediatek/mtk_hdmi_v2.c
834
regmap_read(hdmi->regs, HPD_DDC_STATUS, &hpd_status);
drivers/gpu/drm/mediatek/mtk_hdmi_v2.c
835
hpd_pin_sta = FIELD_GET(HPD_PIN_STA, hpd_status);
drivers/gpu/drm/mediatek/mtk_hdmi_v2.c
836
pord_pin_sta = FIELD_GET(PORD_PIN_STA, hpd_status);
drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c
218
struct hpd_status hpdstatus;
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_desc.c
190
struct hpd_status hpdstatus;
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.c
127
struct hpd_status hpdstatus;