Home
last modified time | relevance | path

Searched defs:hpd (Results 1 – 25 of 53) sorted by relevance

123

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_hpd.c65 struct gpio *hpd; in link_enable_hpd_filter() local
137 struct gpio *hpd; in get_hpd_line() local
179 struct gpio *hpd; in program_hpd_filter() local
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_cec.c55 bool hpd; member
93 void (*hpd_event)(bool hpd, struct device *dev), in mtk_cec_set_hpd_event()
152 static void mtk_cec_hpd_event(struct mtk_cec *cec, bool hpd) in mtk_cec_hpd_event()
171 bool hpd; in mtk_cec_htplg_isr_thread() local
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dconn.c46 static const u8 hpd[] = { 0x07, 0x08, 0x51, 0x52, 0x5e, 0x5f, 0x60 }; in nvkm_conn_ctor() local
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dgpio.h35 struct hw_hpd *hpd; member
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h25 struct nvkm_gsp_event hpd; member
36 struct nvkm_event hpd; member
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce60/
H A Dhw_factory_dce60.c143 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce80/
H A Dhw_factory_dce80.c143 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce110/
H A Dhw_factory_dce110.c139 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dconn.h38 u8 hpd; member
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce120/
H A Dhw_factory_dce120.c156 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn10/
H A Dhw_factory_dcn10.c188 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn32/
H A Dhw_factory_dcn32.c229 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn20/
H A Dhw_factory_dcn20.c208 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn401/
H A Dhw_factory_dcn401.c221 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn21/
H A Dhw_factory_dcn21.c196 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn30/
H A Dhw_factory_dcn30.c225 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/display/
H A Ddrm_bridge_connector.c182 struct drm_bridge *hpd = bridge_connector->bridge_hpd; in drm_bridge_connector_enable_hpd() local
193 struct drm_bridge *hpd = bridge_connector->bridge_hpd; in drm_bridge_connector_disable_hpd() local
/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c66 bool hpd; member
160 bool hpd = !!(dp->data.status & DP_STATUS_HPD_STATE); in dp_altmode_status_update() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn315/
H A Dhw_factory_dcn315.c217 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v10_0.c90 uint32_t hpd; member
281 enum amdgpu_hpd_id hpd) in dce_v10_0_hpd_sense()
304 enum amdgpu_hpd_id hpd) in dce_v10_0_hpd_set_polarity()
3072 unsigned hpd, in dce_v10_0_set_hpd_irq_state()
3225 int hpd) in dce_v10_0_hpd_int_ack()
3312 unsigned hpd; in dce_v10_0_hpd_irq() local
H A Ddce_v8_0.c89 uint32_t hpd; member
229 enum amdgpu_hpd_id hpd) in dce_v8_0_hpd_sense()
252 enum amdgpu_hpd_id hpd) in dce_v8_0_hpd_set_polarity()
269 int hpd) in dce_v8_0_hpd_int_ack()
3220 unsigned hpd; in dce_v8_0_hpd_irq() local
/linux/drivers/gpu/drm/sti/
H A Dsti_hdmi.h80 bool hpd; member
/linux/drivers/gpu/drm/radeon/
H A Dradeon_combios.c1440 struct radeon_hpd hpd; in radeon_get_legacy_connector_info_from_table() local
2207 struct radeon_hpd *hpd) in radeon_apply_legacy_quirks()
2300 struct radeon_hpd hpd; in radeon_get_legacy_connector_info_from_bios() local
H A Devergreen.c1726 bool evergreen_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd) in evergreen_hpd_sense()
1743 enum radeon_hpd_id hpd) in evergreen_hpd_set_polarity()
1773 enum radeon_hpd_id hpd = in evergreen_hpd_init() local
1812 enum radeon_hpd_id hpd = in evergreen_hpd_fini() local
/linux/drivers/extcon/
H A Dextcon-usbc-cros-ec.c257 bool hpd = false; in extcon_cros_ec_detect_cable() local

123