Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c684 solo_dev->ring_thread = kthread_run(solo_ring_thread, solo_dev, in solo_ring_start()
686 if (IS_ERR(solo_dev->ring_thread)) { in solo_ring_start()
687 int err = PTR_ERR(solo_dev->ring_thread); in solo_ring_start()
689 solo_dev->ring_thread = NULL; in solo_ring_start()
700 if (solo_dev->ring_thread) { in solo_ring_stop()
701 kthread_stop(solo_dev->ring_thread); in solo_ring_stop()
702 solo_dev->ring_thread = NULL; in solo_ring_stop()
H A Dsolo6x10.h257 struct task_struct *ring_thread; member