| /kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.c | 268 enum data_direction data_dir; member 1566 switch (common->data_dir) { in finish_reply() 1724 enum data_direction data_dir, unsigned int mask, in check_command() 1734 if (common->data_dir != DATA_DIR_UNKNOWN) in check_command() 1735 sprintf(hdlen, ", H%c=%u", dirletter[(int) common->data_dir], in check_command() 1738 name, cmnd_size, dirletter[(int) data_dir], in check_command() 1746 data_dir = DATA_DIR_NONE; in check_command() 1760 if (common->data_dir != data_dir && common->data_size_from_cmnd > 0) { in check_command() 1853 int cmnd_size, enum data_direction data_dir, in check_command_size_in_blocks() 1723 check_command(struct fsg_common *common, int cmnd_size, enum data_direction data_dir, unsigned int mask, int needs_medium, const char *name) check_command() argument 1852 check_command_size_in_blocks(struct fsg_common *common, int cmnd_size, enum data_direction data_dir, unsigned int mask, int needs_medium, const char *name) check_command_size_in_blocks() argument [all...] |
| /kernel/linux/linux-6.6/drivers/memstick/core/ |
| H A D | mspro_block.c | 151 data_dir:1, member 567 memstick_init_req_sg(*mrq, msb->data_dir == READ in h_mspro_block_transfer_data() 655 msb->data_dir = rq_data_dir(msb->block_req); in mspro_block_issue_req() 656 msb->transfer_cmd = msb->data_dir == READ in mspro_block_issue_req() 683 if (msb->data_dir == READ) { in mspro_block_complete_req() 919 msb->data_dir = READ; in mspro_block_read_attributes() 1020 msb->data_dir = READ; in mspro_block_read_attributes()
|
| /kernel/linux/linux-5.10/drivers/memstick/host/ |
| H A D | rtsx_usb_ms.c | 230 static int ms_transfer_data(struct rtsx_usb_ms *host, unsigned char data_dir, in ms_transfer_data() argument 241 dev_dbg(ms_dev(host), "%s: tpc = 0x%02x, data_dir = %s, length = %d\n", in ms_transfer_data() 242 __func__, tpc, (data_dir == READ) ? "READ" : "WRITE", in ms_transfer_data() 245 if (data_dir == READ) { in ms_transfer_data() 470 err = ms_transfer_data(host, req->data_dir, in rtsx_usb_ms_issue_cmd() 473 if (req->data_dir == READ) in rtsx_usb_ms_issue_cmd()
|
| /kernel/linux/linux-6.6/drivers/memstick/host/ |
| H A D | rtsx_usb_ms.c | 230 static int ms_transfer_data(struct rtsx_usb_ms *host, unsigned char data_dir, in ms_transfer_data() argument 241 dev_dbg(ms_dev(host), "%s: tpc = 0x%02x, data_dir = %s, length = %d\n", in ms_transfer_data() 242 __func__, tpc, (data_dir == READ) ? "READ" : "WRITE", in ms_transfer_data() 245 if (data_dir == READ) { in ms_transfer_data() 470 err = ms_transfer_data(host, req->data_dir, in rtsx_usb_ms_issue_cmd() 473 if (req->data_dir == READ) in rtsx_usb_ms_issue_cmd()
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_sdist.py | 186 data_dir = join(self.tmp_dir, 'data') 187 os.mkdir(data_dir) 188 self.write_file((data_dir, 'data.dt'), '#')
|
| /third_party/skia/experimental/tools/ |
| H A D | pdf-comparison.py | 227 def build_and_run_dm(directory, data_dir): 230 os.makedirs(os.path.join(data_dir, PDF_CONFIG, source)) 231 dm_args = [dm, '--src'] + SOURCES + ['--config', PDF_CONFIG, '-w', data_dir]
|
| /third_party/python/Lib/test/test_importlib/ |
| H A D | test_resource.py | 145 data_dir = data_path.parent 146 self.source_zip_path = data_dir / 'ziptestdata.zip'
|
| /kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
| H A D | megaraid_ioctl.h | 95 * @data_dir : Direction of the data transfer 125 uint32_t data_dir; member
|
| /kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
| H A D | megaraid_ioctl.h | 95 * @data_dir : Direction of the data transfer 125 uint32_t data_dir; member
|
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | dm-cache-policy-smq.c | 1287 int data_dir, bool fast_promote) in should_promote() 1289 if (data_dir == WRITE) { in should_promote() 1372 int data_dir, bool fast_copy, in __lookup() 1396 pr = should_promote(mq, hs_e, data_dir, fast_copy); in __lookup() 1407 int data_dir, bool fast_copy, in smq_lookup() 1416 data_dir, fast_copy, in smq_lookup() 1425 int data_dir, bool fast_copy, in smq_lookup_with_work() 1434 r = __lookup(mq, oblock, cblock, data_dir, fast_copy, work, &background_queued); in smq_lookup_with_work() 1286 should_promote(struct smq_policy *mq, struct entry *hs_e, int data_dir, bool fast_promote) should_promote() argument 1371 __lookup(struct smq_policy *mq, dm_oblock_t oblock, dm_cblock_t *cblock, int data_dir, bool fast_copy, struct policy_work **work, bool *background_work) __lookup() argument 1406 smq_lookup(struct dm_cache_policy *p, dm_oblock_t oblock, dm_cblock_t *cblock, int data_dir, bool fast_copy, bool *background_work) smq_lookup() argument 1423 smq_lookup_with_work(struct dm_cache_policy *p, dm_oblock_t oblock, dm_cblock_t *cblock, int data_dir, bool fast_copy, struct policy_work **work) smq_lookup_with_work() argument
|
| /kernel/linux/linux-6.6/drivers/md/ |
| H A D | dm-cache-policy-smq.c | 1292 int data_dir, bool fast_promote) in should_promote() 1294 if (data_dir == WRITE) { in should_promote() 1377 int data_dir, bool fast_copy, in __lookup() 1401 pr = should_promote(mq, hs_e, data_dir, fast_copy); in __lookup() 1412 int data_dir, bool fast_copy, in smq_lookup() 1421 data_dir, fast_copy, in smq_lookup() 1430 int data_dir, bool fast_copy, in smq_lookup_with_work() 1439 r = __lookup(mq, oblock, cblock, data_dir, fast_copy, work, &background_queued); in smq_lookup_with_work() 1291 should_promote(struct smq_policy *mq, struct entry *hs_e, int data_dir, bool fast_promote) should_promote() argument 1376 __lookup(struct smq_policy *mq, dm_oblock_t oblock, dm_cblock_t *cblock, int data_dir, bool fast_copy, struct policy_work **work, bool *background_work) __lookup() argument 1411 smq_lookup(struct dm_cache_policy *p, dm_oblock_t oblock, dm_cblock_t *cblock, int data_dir, bool fast_copy, bool *background_work) smq_lookup() argument 1428 smq_lookup_with_work(struct dm_cache_policy *p, dm_oblock_t oblock, dm_cblock_t *cblock, int data_dir, bool fast_copy, struct policy_work **work) smq_lookup_with_work() argument
|
| /kernel/linux/linux-5.10/drivers/block/ |
| H A D | skd_main.c | 170 enum dma_data_direction data_dir; member 402 int data_dir, unsigned lba, in skd_prep_rw_cdb() 405 if (data_dir == READ) in skd_prep_rw_cdb() 491 const int data_dir = rq_data_dir(req); in skd_mq_queue_rq() local 510 lba, count, count, data_dir); in skd_mq_queue_rq() 519 skreq->data_dir = data_dir == READ ? DMA_FROM_DEVICE : DMA_TO_DEVICE; in skd_mq_queue_rq() 566 skd_prep_rw_cdb(scsi_req, data_dir, lba, count); in skd_mq_queue_rq() 628 WARN_ON_ONCE(skreq->data_dir != DMA_TO_DEVICE && in skd_preop_sg_list() 629 skreq->data_dir ! in skd_preop_sg_list() 401 skd_prep_rw_cdb(struct skd_scsi_request *scsi_req, int data_dir, unsigned lba, unsigned count) skd_prep_rw_cdb() argument [all...] |
| /kernel/linux/linux-5.10/drivers/staging/unisys/include/ |
| H A D | iochannel.h | 194 * @data_dir: Direction of the data, if any. 217 u32 data_dir; member
|
| /kernel/linux/linux-5.10/drivers/parport/ |
| H A D | parport_atari.c | 188 st_mfp.data_dir &= ~1; in parport_atari_init()
|
| /kernel/linux/linux-6.6/drivers/parport/ |
| H A D | parport_atari.c | 188 st_mfp.data_dir &= ~1; in parport_atari_init()
|
| /third_party/NuttX/drivers/usbdev/gadget/ |
| H A D | f_mass_storage.h | 197 data_direct data_dir; member
|
| /kernel/linux/linux-5.10/drivers/target/sbp/ |
| H A D | sbp_target.c | 1166 u32 *data_len, enum dma_data_direction *data_dir) in sbp_calc_data_length_direction() 1175 *data_dir = DMA_NONE; in sbp_calc_data_length_direction() 1179 *data_dir = direction ? DMA_FROM_DEVICE : DMA_TO_DEVICE; in sbp_calc_data_length_direction() 1198 enum dma_data_direction data_dir; in sbp_handle_command() local 1214 sbp_calc_data_length_direction(req, &data_length, &data_dir); in sbp_handle_command() 1216 pr_debug("sbp_handle_command ORB:0x%llx unpacked_lun:%d data_len:%d data_dir:%d\n", in sbp_handle_command() 1217 req->orb_pointer, unpacked_lun, data_length, data_dir); in sbp_handle_command() 1223 TCM_SIMPLE_TAG, data_dir, TARGET_SCF_ACK_KREF)) in sbp_handle_command() 1165 sbp_calc_data_length_direction(struct sbp_target_request *req, u32 *data_len, enum dma_data_direction *data_dir) sbp_calc_data_length_direction() argument
|
| /kernel/linux/linux-5.10/drivers/memstick/core/ |
| H A D | mspro_block.c | 152 data_dir:1, member 639 memstick_init_req_sg(*mrq, msb->data_dir == READ in h_mspro_block_transfer_data() 727 msb->data_dir = rq_data_dir(msb->block_req); in mspro_block_issue_req() 728 msb->transfer_cmd = msb->data_dir == READ in mspro_block_issue_req() 755 if (msb->data_dir == READ) { in mspro_block_complete_req() 991 msb->data_dir = READ; in mspro_block_read_attributes() 1092 msb->data_dir = READ; in mspro_block_read_attributes()
|
| /kernel/linux/linux-6.6/drivers/target/sbp/ |
| H A D | sbp_target.c | 1166 u32 *data_len, enum dma_data_direction *data_dir) in sbp_calc_data_length_direction() 1175 *data_dir = DMA_NONE; in sbp_calc_data_length_direction() 1179 *data_dir = direction ? DMA_FROM_DEVICE : DMA_TO_DEVICE; in sbp_calc_data_length_direction() 1198 enum dma_data_direction data_dir; in sbp_handle_command() local 1214 sbp_calc_data_length_direction(req, &data_length, &data_dir); in sbp_handle_command() 1216 pr_debug("sbp_handle_command ORB:0x%llx unpacked_lun:%d data_len:%d data_dir:%d\n", in sbp_handle_command() 1217 req->orb_pointer, unpacked_lun, data_length, data_dir); in sbp_handle_command() 1223 TCM_SIMPLE_TAG, data_dir, TARGET_SCF_ACK_KREF); in sbp_handle_command() 1165 sbp_calc_data_length_direction(struct sbp_target_request *req, u32 *data_len, enum dma_data_direction *data_dir) sbp_calc_data_length_direction() argument
|
| /kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
| H A D | aic94xx_sas.h | 326 u8 data_dir; /* :1,0 */ member 563 u8 data_dir; /* 01b */ member
|
| /kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
| H A D | aic94xx_sas.h | 326 u8 data_dir; /* :1,0 */ member 563 u8 data_dir; /* 01b */ member
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| H A D | sun3_scsi.c | 369 static int sun3scsi_dma_finish(enum dma_data_direction data_dir) in sun3scsi_dma_finish() argument 371 const bool write_flag = data_dir == DMA_TO_DEVICE; in sun3scsi_dma_finish()
|
| /test/testfwk/developer_test/local_coverage/code_coverage/ |
| H A D | multiprocess_code_coverage.py | 180 def gen_subsystem_trace_info(subsystem, data_dir, test_dir, lcovrc_path): 195 src_dir, data_dir, os.path.join(CODEPATH, LLVM_GCOV), lcovrc_path, output_name)
|
| /kernel/linux/linux-5.10/drivers/scsi/libsas/ |
| H A D | sas_ata.c | 205 task->data_dir = qc->dma_dir; 207 task->data_dir = DMA_NONE; 214 task->data_dir = qc->dma_dir;
|
| /kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
| H A D | pm8001_sas.c | 490 task->num_scatter, task->data_dir); in pm8001_queue_command() 510 task->num_scatter, task->data_dir); in pm8001_queue_command() 540 task->num_scatter, task->data_dir); in pm8001_ccb_task_free()
|