Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/au0828/
Dau0828-dvb.c143 schedule_work(&dev->restart_streaming); in urb_completion()
305 cancel_work_sync(&dev->restart_streaming); in au0828_dvb_stop_feed()
328 restart_streaming); in au0828_restart_dvb_streaming()
365 cancel_work_sync(&dev->restart_streaming); in au0828_set_frontend()
407 INIT_WORK(&dev->restart_streaming, au0828_restart_dvb_streaming); in dvb_register()
518 cancel_work_sync(&dev->restart_streaming); in au0828_dvb_unregister()
629 cancel_work_sync(&dev->restart_streaming); in au0828_dvb_suspend()
Dau0828.h203 struct work_struct restart_streaming; member