Lines Matching refs:inode
48 static int ci_device_open(struct inode *inode, struct file *file) in ci_device_open() argument
50 return single_open(file, ci_device_show, inode->i_private); in ci_device_open()
115 static int ci_port_test_open(struct inode *inode, struct file *file) in ci_port_test_open() argument
117 return single_open(file, ci_port_test_show, inode->i_private); in ci_port_test_open()
159 static int ci_qheads_open(struct inode *inode, struct file *file) in ci_qheads_open() argument
161 return single_open(file, ci_qheads_show, inode->i_private); in ci_qheads_open()
207 static int ci_requests_open(struct inode *inode, struct file *file) in ci_requests_open() argument
209 return single_open(file, ci_requests_show, inode->i_private); in ci_requests_open()
281 static int ci_otg_open(struct inode *inode, struct file *file) in ci_otg_open() argument
283 return single_open(file, ci_otg_show, inode->i_private); in ci_otg_open()
334 static int ci_role_open(struct inode *inode, struct file *file) in ci_role_open() argument
336 return single_open(file, ci_role_show, inode->i_private); in ci_role_open()
379 static int ci_registers_open(struct inode *inode, struct file *file) in ci_registers_open() argument
381 return single_open(file, ci_registers_show, inode->i_private); in ci_registers_open()