Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_accel.h24 .open = accel_open,\
59 int accel_open(struct inode *inode, struct file *filp);
/openbmc/linux/drivers/accel/
H A Ddrm_accel.c133 int accel_open(struct inode *inode, struct file *filp) in accel_open() function
161 EXPORT_SYMBOL_GPL(accel_open);
/openbmc/linux/Documentation/accel/
H A Dintroduction.rst94 - Change the open callback in your driver fops structure to accel_open().