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