Home
last modified time | relevance | path

Searched refs:IVA_UNIT (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/tidspbridge/rmgr/
Dmgr.c260 } else if (dev_type == IVA_UNIT) { in mgr_enum_processor_info()
Dnode.c1332 if (dev_type != IVA_UNIT) { in node_create_mgr()
1413 if (proc_id == DSP_UNIT || proc_id == IVA_UNIT) { in node_delete()
1454 } else if (proc_id == IVA_UNIT) in node_delete()
1901 if (proc_id == IVA_UNIT) in node_pause()
2157 if ((proc_id != DSP_UNIT) && (proc_id != IVA_UNIT)) in node_run()
2175 if (proc_id == IVA_UNIT) in node_run()
/drivers/staging/tidspbridge/include/dspbridge/
Ddbdefs.h79 #define IVA_UNIT 1 macro
/drivers/staging/tidspbridge/pmgr/
Ddspapi.c324 if ((dev_type == DSP_UNIT) || (dev_type == IVA_UNIT)) { in api_init_complete2()