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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_config.h 417 /** @fb_lock: Mutex to protect fb the global @fb_list and @num_fb. */
419 /** @num_fb: Number of entries on @fb_list. */
421 /** @fb_list: List of all &struct drm_framebuffer. */
422 struct list_head fb_list; member in struct:drm_mode_config
drm_mode_config.h 417 /** @fb_lock: Mutex to protect fb the global @fb_list and @num_fb. */
419 /** @num_fb: Number of entries on @fb_list. */
421 /** @fb_list: List of all &struct drm_framebuffer. */
422 struct list_head fb_list; member in struct:drm_mode_config
drm_mode_config.h 417 /** @fb_lock: Mutex to protect fb the global @fb_list and @num_fb. */
419 /** @num_fb: Number of entries on @fb_list. */
421 /** @fb_list: List of all &struct drm_framebuffer. */
422 struct list_head fb_list; member in struct:drm_mode_config

Completed in 116 milliseconds