Searched refs:p_file (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/misc/bcm-vk/ |
| H A D | bcm_vk.h | 488 int bcm_vk_open(struct inode *inode, struct file *p_file); 489 ssize_t bcm_vk_read(struct file *p_file, char __user *buf, size_t count, 491 ssize_t bcm_vk_write(struct file *p_file, const char __user *buf, 493 __poll_t bcm_vk_poll(struct file *p_file, struct poll_table_struct *wait); 494 int bcm_vk_release(struct inode *inode, struct file *p_file);
|
| H A D | bcm_vk_msg.c | 971 int bcm_vk_open(struct inode *inode, struct file *p_file) in bcm_vk_open() argument 974 struct miscdevice *miscdev = (struct miscdevice *)p_file->private_data; in bcm_vk_open() 994 p_file->private_data = ctx; in bcm_vk_open() 1001 ssize_t bcm_vk_read(struct file *p_file, in bcm_vk_read() argument 1007 struct bcm_vk_ctx *ctx = p_file->private_data; in bcm_vk_read() 1075 ssize_t bcm_vk_write(struct file *p_file, in bcm_vk_write() argument 1081 struct bcm_vk_ctx *ctx = p_file->private_data; in bcm_vk_write() 1253 __poll_t bcm_vk_poll(struct file *p_file, struct poll_table_struct *wait) in bcm_vk_poll() argument 1257 struct bcm_vk_ctx *ctx = p_file->private_data; in bcm_vk_poll() 1261 poll_wait(p_file, &ctx->rd_wq, wait); in bcm_vk_poll() [all …]
|