Lines Matching defs:ioctl
2201 * Obtain write access to read/write semaphore that wraps ioctl
2725 * ioctl_version_show() - presents the current ioctl version of the host
2727 * @attr: Device attribute representing the ioctl version.
2728 * @buf: Buffer of length PAGE_SIZE to report back the ioctl version.
3144 .ioctl = cxlflash_ioctl,
3260 * decode_hioctl() - translates encoded host ioctl to easily identifiable string
3261 * @cmd: The host ioctl command to decode.
3263 * Return: A string identifying the decoded host ioctl.
3278 * @lunprov: Kernel copy of userspace ioctl data structure.
3369 * @afu_dbg: Kernel copy of userspace ioctl data structure.
3460 * @arg: Userspace ioctl data structure.
3464 * ioctl thread and released upon concluding execution. Additionally the
3465 * semaphore should be released and then reacquired in any ioctl execution
3467 * the ioctl (i.e. an adapter reset). To drain the ioctls currently running,
3490 hioctl ioctl;
3510 do_ioctl = ioctl_tbl[idx].ioctl;
3557 dev_err(dev, "%s: ioctl %s (%08X) returned rc=%d\n",
3560 dev_dbg(dev, "%s: ioctl %s (%08X) returned rc=%d\n",