static int proc_udc_open(struct inode *inode, struct file *file) { return single_open(file, proc_udc_show, NULL); }