Lines Matching defs:args
661 * @args: Pointer to a struct drm_mode_create_dumb structure670 struct drm_mode_create_dumb *args)674 int cpp = DIV_ROUND_UP(args->bpp, 8);690 args->pitch = args->width * cpp;691 args->size = ALIGN(args->pitch * args->height, PAGE_SIZE);694 args->size, &args->handle,