Home
last modified time | relevance | path

Searched refs:obuf (Results 1 – 2 of 2) sorted by relevance

/include/u-boot/
A Dhash.h30 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);
/include/linux/soc/ti/
A Dcppi5.h481 dma_addr_t obuf, u32 obuf_len) in cppi5_hdesc_attach_buf() argument
484 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() argument
496 WARN_ON(!obuf); in cppi5_hdesc_get_obuf()
499 *obuf = desc->org_buf_ptr; in cppi5_hdesc_get_obuf()

Completed in 8 milliseconds