Searched refs:p_file (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/misc/bcm-vk/ |
| D | bcm_vk.h | 489 int bcm_vk_open(struct inode *inode, struct file *p_file); 490 ssize_t bcm_vk_read(struct file *p_file, char __user *buf, size_t count, 492 ssize_t bcm_vk_write(struct file *p_file, const char __user *buf, 494 __poll_t bcm_vk_poll(struct file *p_file, struct poll_table_struct *wait); 495 int bcm_vk_release(struct inode *inode, struct file *p_file);
|
| D | bcm_vk_msg.c | 972 int bcm_vk_open(struct inode *inode, struct file *p_file) in bcm_vk_open() argument 975 struct miscdevice *miscdev = (struct miscdevice *)p_file->private_data; in bcm_vk_open() 995 p_file->private_data = ctx; in bcm_vk_open() 1002 ssize_t bcm_vk_read(struct file *p_file, in bcm_vk_read() argument 1008 struct bcm_vk_ctx *ctx = p_file->private_data; in bcm_vk_read() 1074 ssize_t bcm_vk_write(struct file *p_file, in bcm_vk_write() argument 1080 struct bcm_vk_ctx *ctx = p_file->private_data; in bcm_vk_write() 1252 __poll_t bcm_vk_poll(struct file *p_file, struct poll_table_struct *wait) in bcm_vk_poll() argument 1256 struct bcm_vk_ctx *ctx = p_file->private_data; in bcm_vk_poll() 1260 poll_wait(p_file, &ctx->rd_wq, wait); in bcm_vk_poll() [all …]
|