Home
last modified time | relevance | path

Searched refs:dp_add_event (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_display.c128 static int dp_add_event(struct dp_display_private *dp_priv, u32 event, in dp_add_event() function
375 dp_add_event(dp, EV_USER_NOTIFICATION, true, 0); in dp_display_process_hpd_high()
465 dp_add_event(dp, EV_USER_NOTIFICATION, false, 0); in dp_display_usbpd_disconnect_cb()
486 dp_add_event(dp, EV_USER_NOTIFICATION, false, 0); in dp_display_handle_port_ststus_changed()
578 dp_add_event(dp, EV_HPD_PLUG_INT, 0, 1); /* delay = 1 */ in dp_hpd_plug_handle()
598 dp_add_event(dp, EV_CONNECT_PENDING_TIMEOUT, 0, tout); in dp_hpd_plug_handle()
659 dp_add_event(dp, EV_HPD_UNPLUG_INT, 0, 1); /* delay = 1 */ in dp_hpd_unplug_handle()
679 dp_add_event(dp, EV_DISCONNECT_PENDING_TIMEOUT, 0, DP_TIMEOUT_5_SECOND); in dp_hpd_unplug_handle()
1162 dp_add_event(dp, EV_HPD_PLUG_INT, 0, 0); in dp_display_irq_handler()
1168 dp_add_event(d in dp_display_irq_handler()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_display.c200 static int dp_add_event(struct dp_display_private *dp_priv, u32 event, in dp_add_event() function
439 dp_add_event(dp, EV_USER_NOTIFICATION, true, 0); in dp_display_process_hpd_high()
506 dp_add_event(dp, EV_USER_NOTIFICATION, false, 0); in dp_display_notify_disconnect()
527 dp_add_event(dp, EV_USER_NOTIFICATION, false, 0); in dp_display_handle_port_ststus_changed()
607 dp_add_event(dp, EV_HPD_PLUG_INT, 0, 1); /* delay = 1 */ in dp_hpd_plug_handle()
716 dp_add_event(dp, EV_IRQ_HPD_INT, 0, 1); /* delay = 1 */ in dp_irq_hpd_handle()
1176 dp_add_event(dp, EV_HPD_PLUG_INT, 0, 0); in dp_display_irq_handler()
1179 dp_add_event(dp, EV_IRQ_HPD_INT, 0, 0); in dp_display_irq_handler()
1183 dp_add_event(dp, EV_HPD_UNPLUG_INT, 0, 0); in dp_display_irq_handler()
1184 dp_add_event(d in dp_display_irq_handler()
[all...]

Completed in 5 milliseconds