Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMIDevice.h242 struct file * pFilp,
253 struct file * pFilp );
259 struct file * pFilp,
269 struct file * pFilp );
273 struct file * pFilp,
276 static int UserspaceClose( struct file * pFilp );
282 struct file * pFilp,
289 struct file * pFilp,
295 struct file * pFilp,
H A DQMIDevice.c2491 struct file * pFilp, argument
2498 sQMIFilpStorage * pFilpData = (sQMIFilpStorage *)pFilp->private_data;
2509 pFilp->f_op = pFilp->f_dentry->d_inode->i_fop;
2626 struct file * pFilp ) argument
2659 pFilp->private_data = kmalloc( sizeof( sQMIFilpStorage ), GFP_KERNEL );
2660 if (pFilp->private_data == NULL)
2666 pFilpData = (sQMIFilpStorage *)pFilp->private_data;
2694 struct file * pFilp, argument
2699 return (int)UserspaceunlockedIOCTL( pFilp, cmd, arg );
2706 struct file * pFilp ) argument
[all …]