Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/ioctl/
Dhdio.txt554 in_flags flags indicating which registers should be returned
566 in_flags flags indicating which registers should be returned
589 [3] If one or more bits are set in out_flags and in_flags is
590 zero, the following values are used for in_flags.all and
591 written back into in_flags on completion.
598 The association between in_flags.all and each enable
602 effect other than modifying in_flags on completion.
623 in_flags flags indicating which entries in the
677 HOB_DATA If in_flags.b.data is set. It will contain
680 DATA If in_flags.b.data is set. It will contain
/linux-4.1.27/drivers/ide/
Dide-taskfile.c566 if (req_task->in_flags.b.data) in ide_taskfile_ioctl()
643 req_task->in_flags.all == 0) { in ide_taskfile_ioctl()
644 req_task->in_flags.all = IDE_TASKFILE_STD_IN_FLAGS; in ide_taskfile_ioctl()
646 req_task->in_flags.all |= (IDE_HOB_STD_IN_FLAGS << 8); in ide_taskfile_ioctl()
/linux-4.1.27/include/uapi/linux/
Dhdreg.h63 ide_reg_valid_t in_flags; member
/linux-4.1.27/arch/x86/mm/
Dpageattr.c209 int in_flags, struct page **pages) in cpa_flush_array() argument
231 if (in_flags & CPA_PAGES_ARRAY) in cpa_flush_array()
/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.c131 ide_reg_valid_t in_flags; member
2113 if ((req_task->in_flags.all == 0) && (req_task->out_flags.all & 1)) { in exec_drive_taskfile()
2114 req_task->in_flags.all = in exec_drive_taskfile()
2124 req_task->in_flags.all = IDE_TASKFILE_STD_IN_FLAGS; in exec_drive_taskfile()