Home
last modified time | relevance | path

Searched refs:ul_count (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_file.h173 ul_count:指定要读取的长度
177 static inline hi_s32 oal_file_read(const oal_file_stru *pst_file, hi_u8 *pc_buf, hi_u32 ul_count) in oal_file_read() argument
180 return kernel_read(pst_file->fp, pc_buf, ul_count, &(pst_file->fp->f_pos)); in oal_file_read()
182 return read(pst_file->fd, pc_buf, ul_count); in oal_file_read()

Completed in 1 milliseconds