Lines Matching +full:per +full:- +full:device

26  * enum switch_power_state - power state of drm device
44 * struct drm_device - DRM device structure
53 /** @ref: Object ref-count */
56 /** @dev: Device structure of bus-device */
57 struct device *dev;
74 /** @driver: DRM driver managing the device */
85 * per-device structure.
95 * hardware (and not character device node) struct device @dev.
121 * Currently active master for this device.
127 * @driver_features: per-device driver features
130 * certain features on a per-device basis while still
139 * Flag to tell if the device has been unplugged.
144 /** @anon_inode: inode for private address-space */
147 /** @unique: Unique name of the device */
187 * List of open DRM files for in-kernel clients.
202 * List of in-kernel clients. Protected by &clientlist_mutex.
214 * with high-precision timestamping (otherwise there are races) and the
224 * Array of vblank tracking structures, one per &struct drm_crtc. For
226 * is free-standing and not part of &struct drm_crtc itself. It must be
238 * @vbl_lock: Top-level vblank references lock, wraps the low-level
247 * wrap-around of the vblank register. It is used by the vblank core to
248 * handle wrap-arounds.
252 * high-precision timestamps. That approach is suffering from small
256 * This is the statically configured device wide maximum. The driver
257 * can instead choose to use a runtime configurable per-crtc value
260 * to use the per-crtc value.
262 * If non-zero, &drm_crtc_funcs.get_vblank_counter must be set.
277 /** @num_crtcs: Number of CRTCs on this device */