Lines Matching defs:file
37 static struct aspeed_lpc_ctrl *file_aspeed_lpc_ctrl(struct file *file)
39 return container_of(file->private_data, struct aspeed_lpc_ctrl,
43 static int aspeed_lpc_ctrl_mmap(struct file *file, struct vm_area_struct *vma)
45 struct aspeed_lpc_ctrl *lpc_ctrl = file_aspeed_lpc_ctrl(file);
63 static long aspeed_lpc_ctrl_ioctl(struct file *file, unsigned int cmd,
66 struct aspeed_lpc_ctrl *lpc_ctrl = file_aspeed_lpc_ctrl(file);
67 struct device *dev = file->private_data;