Home
last modified time | relevance | path

Searched refs:cs_info (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Ddependency_info_unittest.py40 cs_info = dependency_manager.CloudStorageInfo(
43 'dep', 'platform', 'config_path', cloud_storage_info=cs_info)
49 self.assertEqual(cs_info, dep_info._cloud_storage_info)
52 cs_info = dependency_manager.CloudStorageInfo(
55 'dep', 'platform', 'config_path', cloud_storage_info=cs_info)
104 cs_info = dep_info1._cloud_storage_info
105 self.assertEqual(cs_info, cs_info2)
106 self.assertEqual('cs_bucket2', cs_info._cs_bucket)
107 self.assertEqual('cs_hash2', cs_info._cs_hash)
108 self.assertEqual('download_path2', cs_info._download_path)
[all …]
Dcloud_storage_info_unittest.py47 cs_info = cloud_storage_info.CloudStorageInfo(
50 self.assertEqual('cs_hash', cs_info._cs_hash)
51 self.assertEqual('cs_bucket', cs_info._cs_bucket)
52 self.assertEqual('cs_remote_path', cs_info._cs_remote_path)
53 self.assertEqual('download_path', cs_info._download_path)
54 self.assertEqual('version_in_cs', cs_info._version_in_cs)
77 cs_info = cloud_storage_info.CloudStorageInfo(
80 self.assertEqual('cs_hash', cs_info._cs_hash)
81 self.assertEqual('cs_bucket', cs_info._cs_bucket)
82 self.assertEqual('cs_remote_path', cs_info._cs_remote_path)
[all …]
Dbase_config.py144 cs_info = None
176 cs_info = cloud_storage_info.CloudStorageInfo(
182 local_path_info=local_info, cloud_storage_info=cs_info)
Dbase_config_unittest.py1563 cs_info = dep_info.cloud_storage_info
1564 actual_glob = cs_info._archive_info._stale_unzip_path_glob
/external/u-boot/drivers/spi/
Dspi-uclass.c143 if (ops->cs_info) in spi_post_probe()
144 ops->cs_info += gd->reloc_off; in spi_post_probe()
234 if (ops->cs_info) in spi_cs_info()
235 return ops->cs_info(bus, cs, info); in spi_cs_info()
Dsandbox_spi.c149 .cs_info = sandbox_cs_info,
Dath79_spi.c212 .cs_info = ath79_cs_info,
Dbcm63xx_hsspi.c302 .cs_info = bcm63xx_hsspi_cs_info,
Dtegra20_sflash.c339 .cs_info = tegra20_sflash_cs_info,
Dbcm63xx_spi.c303 .cs_info = bcm63xx_spi_cs_info,
/external/u-boot/include/
Dspi.h440 int (*cs_info)(struct udevice *bus, uint cs, struct spi_cs_info *info); member
/external/u-boot/doc/driver-model/
Dspi-howto.txt36 - cs_info is used to get information on a chip select
119 .cs_info = exynos_cs_info,
573 17. Optional: Set up cs_info() if you want it
577 method for cs_info() to deal with this. If you don't provide it, then the
581 If you don't provide the cs_info() method, -ENODEV is assumed for all
/external/u-boot/drivers/ddr/marvell/a38x/
Dddr3_training_ip_prv_if.h36 u8 dev_num, u32 cs_mask, struct hws_cs_config_info *cs_info);