Home
last modified time | relevance | path

Searched refs:accel_open (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/drm/
Ddrm_accel.h24 .open = accel_open,\
60 int accel_open(struct inode *inode, struct file *filp);
/Linux-v6.6/drivers/accel/
Ddrm_accel.c227 int accel_open(struct inode *inode, struct file *filp) in accel_open() function
255 EXPORT_SYMBOL_GPL(accel_open);
/Linux-v6.6/Documentation/accel/
Dintroduction.rst94 - Change the open callback in your driver fops structure to accel_open().