Lines Matching refs:driver
917 * Determine whether the DRM kernel driver has been loaded.
919 * \return 1 if the DRM driver is loaded, 0 otherwise.
922 * Determine the presence of the kernel driver by attempting to open the 0
1081 * \param name driver name.
1087 * This function opens the first minor number that matches the driver name and
1105 * Open the first minor number that matches the driver name and isn't
1134 char *driver, *pt, *devstring;
1143 for (driver = pt = buf; *pt && *pt != ' '; ++pt)
1147 if (!strcmp(driver, name)) { /* Match */
1172 * \param name driver name. Not referenced if bus ID is supplied.
1192 * \param name driver name. Not referenced if bus ID is supplied.
1300 * Query the driver version information.
1352 * This version number is driver independent.
2366 * Get AGP driver major version number.
2389 * Get AGP driver minor version number.
3276 * in /dev/drm/ and links in /dev/dri while a WIP in kernel driver creates
3413 * in /dev/drm/ and links in /dev/dri while a WIP in kernel driver creates
3623 /* BUG: This above section is iffy, since it mandates that a driver will