This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

About FVID_delete() to run into mdSubmit() in vport-driver

Hi all,

I want to realizes a function ,in the during of capturing , use the "FVID_delete()" to close a device driver channel  and then initialize the vport  using FVID_create().But when run to FVID_delete() ,I find my program run into the mdSubmit() in vport-driver.By single step ,my program first run into GIO_delete(),then run into GIO_submit().

I've searched Google and the TI forums but I couldn't find anything useful. Does anyone have experience with this?

Many thanks!