Lines Matching defs:arg
112 * \param arg user argument, pointing to a drm_unique structure.
176 * \param arg user argument, pointing to a drm_client structure.
218 * \param arg user argument, pointing to a drm_stats structure.
379 * \param arg user argument, pointing to a drm_lock structure.
506 * \param arg user argument, pointing to a drm_version structure.
509 * Fills in the version information in \p arg.
808 * @arg: user argument
818 unsigned int cmd, unsigned long arg)
889 if (copy_from_user(kdata, (void __user *)arg, in_size) != 0) {
898 if (copy_to_user((void __user *)arg, kdata, out_size) != 0)