Home
last modified time | relevance | path

Searched refs:in_flags (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/Documentation/ioctl/
Dhdio.rst707 in_flags flags indicating which registers should be returned
721 in_flags flags indicating which registers should be returned
747 [3] If one or more bits are set in out_flags and in_flags is
748 zero, the following values are used for in_flags.all and
749 written back into in_flags on completion.
756 The association between in_flags.all and each enable
760 effect other than modifying in_flags on completion.
782 in_flags flags indicating which entries in the
842 HOB_DATA If in_flags.b.data is set. It will contain
845 DATA If in_flags.b.data is set. It will contain
/Linux-v5.4/drivers/ide/
Dide-taskfile.c561 if (req_task->in_flags.b.data) in ide_taskfile_ioctl()
638 req_task->in_flags.all == 0) { in ide_taskfile_ioctl()
639 req_task->in_flags.all = IDE_TASKFILE_STD_IN_FLAGS; in ide_taskfile_ioctl()
641 req_task->in_flags.all |= (IDE_HOB_STD_IN_FLAGS << 8); in ide_taskfile_ioctl()
/Linux-v5.4/include/uapi/linux/
Dhdreg.h64 ide_reg_valid_t in_flags; member
/Linux-v5.4/drivers/block/mtip32xx/
Dmtip32xx.c121 ide_reg_valid_t in_flags; member
1793 if ((req_task->in_flags.all == 0) && (req_task->out_flags.all & 1)) { in exec_drive_taskfile()
1794 req_task->in_flags.all = in exec_drive_taskfile()
1804 req_task->in_flags.all = IDE_TASKFILE_STD_IN_FLAGS; in exec_drive_taskfile()