Searched defs:rkisp_rx_buf (Results 1 – 1 of 1) sorted by relevance
44 struct rkisp_rx_buf { struct45 struct list_head list;46 struct dma_buf *dbuf;47 dma_addr_t dma;48 u64 timestamp;49 u32 sequence;50 u32 type;51 u32 runtime_us;53 bool is_init;54 bool is_first;[all …]