Lines Matching defs:file
36 static ssize_t ts_write(struct file *file, const char __user *buf,
39 struct dvb_device *dvbdev = file->private_data;
53 static ssize_t ts_read(struct file *file, char __user *buf,
56 struct dvb_device *dvbdev = file->private_data;
77 static __poll_t ts_poll(struct file *file, poll_table *wait)
79 struct dvb_device *dvbdev = file->private_data;
86 poll_wait(file, &rbuf->queue, wait);
87 poll_wait(file, &wbuf->queue, wait);