Searched refs:obuf (Results 1 – 2 of 2) sorted by relevance
30 void *obuf);33 void *obuf, uint32_t chunk_sz);36 int hash_finish(struct udevice *dev, void *ctx, void *obuf);48 int (*hash_finish)(struct udevice *dev, void *ctx, void *obuf);53 void *obuf);58 void *obuf, uint32_t chunk_sz);
481 dma_addr_t obuf, u32 obuf_len) in cppi5_hdesc_attach_buf() argument484 WARN_ON(!buf && !obuf); in cppi5_hdesc_attach_buf()488 desc->org_buf_ptr = obuf; in cppi5_hdesc_attach_buf()493 dma_addr_t *obuf, u32 *obuf_len) in cppi5_hdesc_get_obuf() argument496 WARN_ON(!obuf); in cppi5_hdesc_get_obuf()499 *obuf = desc->org_buf_ptr; in cppi5_hdesc_get_obuf()
Completed in 8 milliseconds