Lines Matching full:accel
31 return kasprintf(GFP_KERNEL, "accel/%s", dev_name(dev)); in accel_devnode()
35 .name = "accel",
95 struct drm_minor *minor = dev->accel; in accel_debugfs_register()
104 * accel_set_device_instance_params() - Set some device parameters for accel device
108 * This function creates the dev_t of the device using the accel major and
110 * device instance to the accel sysfs class and device type, respectively.
120 * accel_open - open method for ACCEL file
125 * It looks up the correct ACCEL device and instantiates all the per-file
196 unregister_chrdev(ACCEL_MAJOR, "accel"); in accel_core_exit()
208 DRM_ERROR("Cannot create ACCEL class: %d\n", ret); in accel_core_init()
212 accel_debugfs_root = debugfs_create_dir("accel", NULL); in accel_core_init()
214 ret = register_chrdev(ACCEL_MAJOR, "accel", &accel_stub_fops); in accel_core_init()
216 DRM_ERROR("Cannot register ACCEL major: %d\n", ret); in accel_core_init()