Home
last modified time | relevance | path

Searched refs:hpd_cb (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_bridge.c1137 if (WARN(bridge->hpd_cb, "Hot plug detection already enabled\n")) in drm_bridge_hpd_enable()
1140 bridge->hpd_cb = cb; in drm_bridge_hpd_enable()
1172 bridge->hpd_cb = NULL; in drm_bridge_hpd_disable()
1193 if (bridge->hpd_cb) in drm_bridge_hpd_notify()
1194 bridge->hpd_cb(bridge->hpd_data, status); in drm_bridge_hpd_notify()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_bridge.c1259 if (WARN(bridge->hpd_cb, "Hot plug detection already enabled\n")) in drm_bridge_hpd_enable()
1262 bridge->hpd_cb = cb; in drm_bridge_hpd_enable()
1294 bridge->hpd_cb = NULL; in drm_bridge_hpd_disable()
1315 if (bridge->hpd_cb) in drm_bridge_hpd_notify()
1316 bridge->hpd_cb(bridge->hpd_data, status); in drm_bridge_hpd_notify()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_bridge.h750 * @hpd_mutex: Protects the @hpd_cb and @hpd_data fields.
754 * @hpd_cb: Hot plug detection callback, registered with
757 void (*hpd_cb)(void *data, enum drm_connector_status status); member
760 * @hpd_cb.
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_bridge.h762 * @hpd_mutex: Protects the @hpd_cb and @hpd_data fields.
766 * @hpd_cb: Hot plug detection callback, registered with
769 void (*hpd_cb)(void *data, enum drm_connector_status status); member
772 * @hpd_cb.

Completed in 7 milliseconds