Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dhugetlb.h68 static inline pte_t *hugepd_page(hugepd_t hpd) in hugepd_page()
78 static inline unsigned int hugepd_mmu_psize(hugepd_t hpd) in hugepd_mmu_psize()
83 static inline unsigned int hugepd_shift(hugepd_t hpd) in hugepd_shift()
94 static inline pte_t *hugepte_offset(hugepd_t hpd, unsigned long addr, in hugepte_offset()
H A Dpgtable-4k.h44 static inline int hugepd_ok(hugepd_t hpd) in hugepd_ok()
50 #define is_hugepd(hpd) (hugepd_ok(hpd)) argument
H A Dpgtable-64k.h47 static inline int hugepd_ok(hugepd_t hpd) in hugepd_ok()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dhugetlb-book3e.h5 static inline pte_t *hugepd_page(hugepd_t hpd) in hugepd_page()
13 static inline unsigned int hugepd_shift(hugepd_t hpd) in hugepd_shift()
18 static inline pte_t *hugepte_offset(hugepd_t hpd, unsigned long addr, in hugepte_offset()
H A Dpgtable.h260 static inline int hugepd_ok(hugepd_t hpd) in hugepd_ok()
286 #define is_hugepd(hpd) (hugepd_ok(hpd)) argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_hpd.c58 struct hw_hpd *hpd = HW_HPD_FROM_BASE(*ptr); in dal_hw_hpd_destroy() local
71 struct hw_hpd *hpd = HW_HPD_FROM_BASE(ptr); in get_value() local
94 struct hw_hpd *hpd = HW_HPD_FROM_BASE(ptr); in set_config() local
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dhugetlb-8xx.h7 static inline pte_t *hugepd_page(hugepd_t hpd) in hugepd_page()
14 static inline unsigned int hugepd_shift(hugepd_t hpd) in hugepd_shift()
19 static inline pte_t *hugepte_offset(hugepd_t hpd, unsigned long addr, in hugepte_offset()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_bridge_connector.c142 struct drm_bridge *hpd = bridge_connector->bridge_hpd; in drm_bridge_connector_enable_hpd() local
162 struct drm_bridge *hpd = bridge_connector->bridge_hpd; in drm_bridge_connector_disable_hpd() local
208 struct drm_bridge *hpd = bridge_connector->bridge_hpd; in drm_bridge_connector_destroy() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A Dmtk_cec.c53 bool hpd; member
91 void (*hpd_event)(bool hpd, struct device *dev), in mtk_cec_set_hpd_event()
148 static void mtk_cec_hpd_event(struct mtk_cec *cec, bool hpd) in mtk_cec_hpd_event()
167 bool hpd; in mtk_cec_htplg_isr_thread() local
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_connector.h15 bool hpd; member
32 bool hpd; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dgpio.h35 struct hw_hpd *hpd; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/
H A Ddp_hpd.c27 int dp_hpd_connect(struct dp_usbpd *dp_usbpd, bool hpd) in dp_hpd_connect()
H A Ddp_display.c327 bool hpd) in dp_display_send_hpd_notification()
523 struct dp_usbpd *hpd; in dp_display_usbpd_attention_cb() local
554 struct dp_usbpd *hpd = dp->usbpd; in dp_hpd_plug_handle() local
642 struct dp_usbpd *hpd = dp->usbpd; in dp_hpd_unplug_handle() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h17 struct nvkm_event hpd; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dconn.c81 static const u8 hpd[] = { 0x07, 0x08, 0x51, 0x52, 0x5e, 0x5f, 0x60 }; in nvkm_conn_ctor() local
H A Dconn.h15 struct nvkm_notify hpd; member
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dhugetlb.h70 static inline pte_t *hugepte_offset(hugepd_t hpd, unsigned long addr, in hugepte_offset()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/dce110/
H A Dhw_factory_dce110.c143 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dconn.h38 u8 hpd; member
/OK3568_Linux_fs/kernel/drivers/usb/typec/altmodes/
H A Ddisplayport.c73 bool hpd; member
141 bool hpd = !!(dp->data.status & DP_STATUS_HPD_STATE); in dp_altmode_status_update() local
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dhugetlbpage.c30 #define hugepd_none(hpd) (hpd_val(hpd) == 0) argument
522 unsigned long address, hugepd_t hpd, in follow_huge_pd()
/OK3568_Linux_fs/kernel/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

1234