HomeSort by: relevance | last modified time | path
    Searched defs:drm_dev_exit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_drv.c 435 * released. This is done using drm_dev_enter() and drm_dev_exit(). There is one
473 * @idx: Pointer to index that will be passed to the matching drm_dev_exit()
477 * with drm_dev_exit(). Calls to this function can be nested.
496 * drm_dev_exit - Exit device critical section
502 void drm_dev_exit(int idx) function in typeref:typename:void
506 EXPORT_SYMBOL(drm_dev_exit);
514 * drm_dev_exit() to protect device resources in a race free manner. This
drm_drv.c 435 * released. This is done using drm_dev_enter() and drm_dev_exit(). There is one
473 * @idx: Pointer to index that will be passed to the matching drm_dev_exit()
477 * with drm_dev_exit(). Calls to this function can be nested.
496 * drm_dev_exit - Exit device critical section
502 void drm_dev_exit(int idx) function in typeref:typename:void
506 EXPORT_SYMBOL(drm_dev_exit);
514 * drm_dev_exit() to protect device resources in a race free manner. This

Completed in 21 milliseconds