Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dmxcmmc.c280 static int mxcmci_pull(struct mxcmci_host *host, void *_buf, int bytes) in mxcmci_pull() argument
283 u32 *buf = _buf; in mxcmci_pull()
309 static int mxcmci_push(struct mxcmci_host *host, const void *_buf, int bytes) in mxcmci_push() argument
312 const u32 *buf = _buf; in mxcmci_push()
/rk3399_rockchip-uboot/tools/
H A Dkwboot.c466 char _buf[128], *buf = _buf; in kwboot_term_pipe() local