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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_linux.c991 int RtmpOSFileRead(struct file *osfd, char *pDataPtr, int readLen) argument
995 return osfd->f_op->read(osfd, pDataPtr, readLen, &osfd->f_pos);
1002 int RtmpOSFileWrite(struct file *osfd, char *pDataPtr, int writeLen) argument
1004 return osfd->f_op->write(osfd, pDataPtr, (size_t) writeLen,
H A Drtmp.h4331 int RtmpOSFileRead(struct file *osfd, IN char *pDataPtr, IN int readLen);
4333 int RtmpOSFileWrite(struct file *osfd, IN char *pDataPtr, IN int writeLen);

Completed in 234 milliseconds