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

/drivers/telephony/
H A Dixj.c2105 static int ixj_open(struct phone_device *p, struct file *file_p) argument
2108 file_p->private_data = j;
2113 if (file_p->f_mode & FMODE_READ) {
2121 if (file_p->f_mode & FMODE_WRITE) {
2125 if (file_p->f_mode & FMODE_READ){
2150 static int ixj_release(struct inode *inode, struct file *file_p) argument
2154 IXJ *j = file_p->private_data;
2314 if (file_p->f_mode & FMODE_READ)
2316 if (file_p->f_mode & FMODE_WRITE)
2349 file_p
2745 ixj_read(struct file * file_p, char __user *buf, size_t length, loff_t * ppos) argument
2800 ixj_enhanced_read(struct file * file_p, char __user *buf, size_t length, loff_t * ppos) argument
2825 ixj_write(struct file *file_p, const char __user *buf, size_t count, loff_t * ppos) argument
2879 ixj_enhanced_write(struct file * file_p, const char __user *buf, size_t count, loff_t * ppos) argument
4583 ixj_poll(struct file *file_p, poll_table * wait) argument
6089 do_ixj_ioctl(struct file *file_p, unsigned int cmd, unsigned long arg) argument
6656 ixj_ioctl(struct file *file_p, unsigned int cmd, unsigned long arg) argument
6665 ixj_fasync(int fd, struct file *file_p, int mode) argument
[all...]

Completed in 47 milliseconds