Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/au0828/
Dau0828-dvb.c114 schedule_work(&dev->restart_streaming); in au0828_bulk_timeout()
148 schedule_work(&dev->restart_streaming); in urb_completion()
325 cancel_work_sync(&dev->restart_streaming); in au0828_dvb_stop_feed()
348 restart_streaming); in au0828_restart_dvb_streaming()
385 cancel_work_sync(&dev->restart_streaming); in au0828_set_frontend()
427 INIT_WORK(&dev->restart_streaming, au0828_restart_dvb_streaming); in dvb_register()
550 cancel_work_sync(&dev->restart_streaming); in au0828_dvb_unregister()
663 cancel_work_sync(&dev->restart_streaming); in au0828_dvb_suspend()
Dau0828.h197 struct work_struct restart_streaming; member