Home
last modified time | relevance | path

Searched refs:cec_thread_func (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/cec/core/ !
H A Dcec-core.c266 adap->kthread = kthread_run(cec_thread_func, adap, "cec-%s", name); in cec_allocate_adapter()
H A Dcec-adap.c449 int cec_thread_func(void *_adap) in cec_thread_func() function