Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/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-2.6.39/include/linux/
Dhdreg.h63 ide_reg_valid_t in_flags; member
/linux-2.6.39/arch/x86/mm/
Dpageattr.c210 int in_flags, struct page **pages) in cpa_flush_array() argument
232 if (in_flags & CPA_PAGES_ARRAY) in cpa_flush_array()