Home
last modified time | relevance | path

Searched full:hpd_data (Results 1 – 3 of 3) sorted by relevance

/linux/include/drm/
H A Ddrm_bridge.h1255 * @hpd_mutex: Protects the @hpd_cb and @hpd_data fields.
1264 * @hpd_data: Private data passed to the Hot plug detection callback
1267 void *hpd_data; member
/linux/drivers/gpu/drm/
H A Ddrm_bridge.c1425 bridge->hpd_data = data; in drm_bridge_hpd_enable()
1457 bridge->hpd_data = NULL; in drm_bridge_hpd_disable()
1478 bridge->hpd_cb(bridge->hpd_data, status); in drm_bridge_hpd_notify()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3314 struct dp_hpd_data hpd_data; member