Lines Matching defs:arg
111 * \param arg user argument, pointing to a drm_unique structure.
175 * \param arg user argument, pointing to a drm_client structure.
217 * \param arg user argument, pointing to a drm_stats structure.
377 * \param arg user argument, pointing to a drm_lock structure.
504 * \param arg user argument, pointing to a drm_version structure.
507 * Fills in the version information in \p arg.
806 * @arg: user argument
816 unsigned int cmd, unsigned long arg)
887 if (copy_from_user(kdata, (void __user *)arg, in_size) != 0) {
896 if (copy_to_user((void __user *)arg, kdata, out_size) != 0)