Lines Matching defs:file
73 static struct aspeed_lpc_snoop_channel *snoop_file_to_chan(struct file *file)
75 return container_of(file->private_data,
80 static ssize_t snoop_file_read(struct file *file, char __user *buffer,
83 struct aspeed_lpc_snoop_channel *chan = snoop_file_to_chan(file);
88 if (file->f_flags & O_NONBLOCK)
102 static __poll_t snoop_file_poll(struct file *file,
105 struct aspeed_lpc_snoop_channel *chan = snoop_file_to_chan(file);
107 poll_wait(file, &chan->wq, pt);