Lines Matching defs:or
10 * that the name of the copyright holders not be used in advertising or
14 * is" without express or implied warranty.
57 * (or a list of memory handles for multi-planar formats) through the
111 * @or: pointer to request structure
117 * Called by the user via ioctl, or by an in-kernel client.
122 int drm_mode_addfb(struct drm_device *dev, struct drm_mode_fb_cmd *or,
131 r.pixel_format = drm_driver_legacy_fb_format(dev, or->bpp, or->depth);
133 DRM_DEBUG("bad {bpp:%d, depth:%d}\n", or->bpp, or->depth);
138 r.fb_id = or->fb_id;
139 r.width = or->width;
140 r.height = or->height;
141 r.pitches[0] = or->pitch;
142 r.handles[0] = or->handle;
148 or->fb_id = r.fb_id;
429 * Called by the user via ioctl, or by an in-kernel client.
570 * usb display-link, mipi manual update panels or edp panel self refresh modes.
990 * can never increase from 1 again, so we don't need any barriers or