Lines Matching defs:file
126 static int fw_log_fops_open(struct inode *inode, struct file *file)
128 return single_open(file, fw_log_show, inode->i_private);
132 fw_log_fops_write(struct file *file, const char __user *user_buf, size_t size, loff_t *pos)
134 struct seq_file *s = file->private_data;
154 fw_trace_destination_mask_fops_write(struct file *file, const char __user *user_buf,
157 struct ivpu_device *vdev = file->private_data;
181 fw_trace_hw_comp_mask_fops_write(struct file *file, const char __user *user_buf,
184 struct ivpu_device *vdev = file->private_data;
208 fw_trace_level_fops_write(struct file *file, const char __user *user_buf, size_t size, loff_t *pos)
210 struct ivpu_device *vdev = file->private_data;
234 ivpu_reset_engine_fn(struct file *file, const char __user *user_buf, size_t size, loff_t *pos)
236 struct ivpu_device *vdev = file->private_data;
250 ivpu_force_recovery_fn(struct file *file, const char __user *user_buf, size_t size, loff_t *pos)
252 struct ivpu_device *vdev = file->private_data;