Searched refs:accel_open (Results 1 – 3 of 3) sorted by relevance
24 .open = accel_open,\60 int accel_open(struct inode *inode, struct file *filp);
227 int accel_open(struct inode *inode, struct file *filp) in accel_open() function255 EXPORT_SYMBOL_GPL(accel_open);
94 - Change the open callback in your driver fops structure to accel_open().