Home
last modified time | relevance | path

Searched refs:event_thread (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/pci/hotplug/
Dcpci_hotplug_core.c432 event_thread(void *data) in event_thread() function
497 cpci_thread = kthread_run(event_thread, NULL, "cpci_hp_eventd"); in cpci_start_thread()
Dcpqphp_ctrl.c1725 static int event_thread(void *data) in event_thread() function
1749 cpqhp_event_thread = kthread_run(event_thread, NULL, "phpd_event"); in cpqhp_event_start_thread()
/linux-6.6.21/drivers/gpu/drm/msm/
Dmsm_drv.c227 if (priv->event_thread[i].worker) in msm_drm_uninit()
228 kthread_destroy_worker(priv->event_thread[i].worker); in msm_drm_uninit()
502 ev_thread = &priv->event_thread[drm_crtc_index(crtc)]; in msm_drm_init()
Dmsm_drv.h207 struct msm_drm_thread event_thread[MAX_CRTCS]; member
/linux-6.6.21/drivers/staging/rtl8723bs/include/
Drtw_mlme.h438 int event_thread(void *context);
/linux-6.6.21/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_crtc.c715 kthread_queue_work(priv->event_thread[crtc_id].worker, &fevent->work); in dpu_crtc_frame_event_cb()
867 if (crtc->index >= ARRAY_SIZE(priv->event_thread)) { in dpu_crtc_atomic_flush()