Lines Matching defs:filep
176 static ssize_t cdcacm_release_rxpending(FAR struct file *filep,
220 static ssize_t cdcuart_write(FAR struct file *filep,
222 static int cdcuart_open(FAR struct file *filep);
223 static int cdcuart_ioctl(FAR struct file *filep,
302 static ssize_t cdcuart_write(FAR struct file *filep,
311 struct drv_data *drv = (struct drv_data *)filep->f_vnode->data;
604 static ssize_t cdcacm_release_rxpending(FAR struct file *filep, FAR char *buffer, size_t buflen)
611 struct drv_data *drv = (struct drv_data *)filep->f_vnode->data;
1662 static int cdcuart_open(FAR struct file *filep)
1666 (void)filep;
1678 static int cdcuart_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
1683 struct drv_data *drv = (struct drv_data *)filep->f_vnode->data;