Home
last modified time | relevance | path

Searched refs:IA_CSS_QUEUE_LOC_SP (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/staging/media/atomisp/pci/runtime/queue/src/
Dqueue_access.c32 if (rdesc->location == IA_CSS_QUEUE_LOC_SP) { in ia_css_queue_load()
87 if (rdesc->location == IA_CSS_QUEUE_LOC_SP) { in ia_css_queue_store()
134 if (rdesc->location == IA_CSS_QUEUE_LOC_SP) { in ia_css_queue_item_load()
161 if (rdesc->location == IA_CSS_QUEUE_LOC_SP) { in ia_css_queue_item_store()
/linux-5.19.10/drivers/staging/media/atomisp/pci/runtime/queue/interface/
Dia_css_queue_comm.h28 #define IA_CSS_QUEUE_LOC_SP 1 macro
/linux-5.19.10/drivers/staging/media/atomisp/pci/runtime/bufq/src/
Dbufq.c264 remoteq.location = IA_CSS_QUEUE_LOC_SP; in init_bufq()