Home
last modified time | relevance | path

Searched refs:data_phase (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-taskfile.c565 if (req_task->data_phase == TASKFILE_IN_DMAQ || in ide_taskfile_ioctl()
566 req_task->data_phase == TASKFILE_IN_DMA) in ide_taskfile_ioctl()
572 switch (req_task->data_phase) { in ide_taskfile_ioctl()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dhdreg.h65 int data_phase; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dhdreg.h61 int data_phase; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dhdreg.h61 int data_phase; member
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic79xx.h406 uint8_t data_phase; /* Data-In or Data-Out */ member
439 uint8_t data_phase; /* Data-In or Data-Out */ member
H A Daic7xxx.h400 uint8_t data_phase; /* Data-In or Data-Out */ member
/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A Dhdio.rst708 data_phase see below
786 data_phase See below
839 3. The requested data_phase is TASKFILE_NO_DATA.
859 The data_phase field describes the data transfer to be
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.c122 int data_phase; member
1764 switch (req_task->data_phase) { in exec_drive_taskfile()
1865 if ((req_task->data_phase == TASKFILE_IN) && !(task_file_data & 1)) { in exec_drive_taskfile()