Searched refs:hpd_pin (Results 1 – 4 of 4) sorted by relevance
122 struct gpio *hpd_pin = link_get_hpd_gpio( in query_hpd_status() local125 if (!hpd_pin) in query_hpd_status()128 dal_gpio_open(hpd_pin, GPIO_MODE_INTERRUPT); in query_hpd_status()129 dal_gpio_get_value(hpd_pin, is_hpd_high); in query_hpd_status()130 dal_gpio_close(hpd_pin); in query_hpd_status()131 dal_gpio_destroy_irq(&hpd_pin); in query_hpd_status()
399 int hpd_pin; member1775 conn = val & BIT(tc->hpd_pin); in tc_bridge_detect()1788 if (tc->hpd_pin >= 0) in tc_connector_detect()1851 if (tc->hpd_pin >= 0) { in tc_edp_bridge_attach()2248 if (tc->hpd_pin >= 0 && tc->bridge.dev && tc->aux.drm_dev) { in tc_irq_handler()2255 bool h = val & INT_GPIO_H(tc->hpd_pin); in tc_irq_handler()2256 bool lc = val & INT_GPIO_LC(tc->hpd_pin); in tc_irq_handler()2259 dev_dbg(tc->dev, "GPIO%d: %s %s\n", tc->hpd_pin, in tc_irq_handler()2371 if (tc->hpd_pin >= 0) in tc_probe_edp_bridge_endpoint()2513 &tc->hpd_pin); in tc_probe()[all …]
120 enum hpd_pin { enum
294 enum hpd_pin hpd_pin; member