Lines Matching defs:file
43 static struct aspeed_lpc_ctrl *file_aspeed_lpc_ctrl(struct file *file)
45 return container_of(file->private_data, struct aspeed_lpc_ctrl,
49 static int aspeed_lpc_ctrl_mmap(struct file *file, struct vm_area_struct *vma)
51 struct aspeed_lpc_ctrl *lpc_ctrl = file_aspeed_lpc_ctrl(file);
69 static long aspeed_lpc_ctrl_ioctl(struct file *file, unsigned int cmd,
72 struct aspeed_lpc_ctrl *lpc_ctrl = file_aspeed_lpc_ctrl(file);
73 struct device *dev = file->private_data;