Home
last modified time | relevance | path

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

/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c693 solo_dev->ring_thread = kthread_run(solo_ring_thread, solo_dev, in solo_ring_start()
695 if (IS_ERR(solo_dev->ring_thread)) { in solo_ring_start()
696 int err = PTR_ERR(solo_dev->ring_thread); in solo_ring_start()
698 solo_dev->ring_thread = NULL; in solo_ring_start()
709 if (solo_dev->ring_thread) { in solo_ring_stop()
710 kthread_stop(solo_dev->ring_thread); in solo_ring_stop()
711 solo_dev->ring_thread = NULL; in solo_ring_stop()
Dsolo6x10.h261 struct task_struct *ring_thread; member