Lines Matching refs:file
140 static ssize_t ppc_rtas_clock_write(struct file *file,
143 static ssize_t ppc_rtas_progress_write(struct file *file,
146 static ssize_t ppc_rtas_poweron_write(struct file *file,
149 static ssize_t ppc_rtas_tone_freq_write(struct file *file,
152 static ssize_t ppc_rtas_tone_volume_write(struct file *file,
157 static int poweron_open(struct inode *inode, struct file *file) in poweron_open() argument
159 return single_open(file, ppc_rtas_poweron_show, NULL); in poweron_open()
170 static int progress_open(struct inode *inode, struct file *file) in progress_open() argument
172 return single_open(file, ppc_rtas_progress_show, NULL); in progress_open()
183 static int clock_open(struct inode *inode, struct file *file) in clock_open() argument
185 return single_open(file, ppc_rtas_clock_show, NULL); in clock_open()
196 static int tone_freq_open(struct inode *inode, struct file *file) in tone_freq_open() argument
198 return single_open(file, ppc_rtas_tone_freq_show, NULL); in tone_freq_open()
209 static int tone_volume_open(struct inode *inode, struct file *file) in tone_volume_open() argument
211 return single_open(file, ppc_rtas_tone_volume_show, NULL); in tone_volume_open()
277 static ssize_t ppc_rtas_poweron_write(struct file *file, in ppc_rtas_poweron_write() argument
311 static ssize_t ppc_rtas_progress_write(struct file *file, in ppc_rtas_progress_write() argument
343 static ssize_t ppc_rtas_clock_write(struct file *file, in ppc_rtas_clock_write() argument
702 static ssize_t ppc_rtas_tone_freq_write(struct file *file, in ppc_rtas_tone_freq_write() argument
727 static ssize_t ppc_rtas_tone_volume_write(struct file *file, in ppc_rtas_tone_volume_write() argument