Searched refs:cs_info (Results 1 – 13 of 13) sorted by relevance
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | dependency_info_unittest.py | 40 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 …]
|
D | cloud_storage_info_unittest.py | 47 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 …]
|
D | base_config.py | 144 cs_info = None 176 cs_info = cloud_storage_info.CloudStorageInfo( 182 local_path_info=local_info, cloud_storage_info=cs_info)
|
D | base_config_unittest.py | 1563 cs_info = dep_info.cloud_storage_info 1564 actual_glob = cs_info._archive_info._stale_unzip_path_glob
|
/external/u-boot/drivers/spi/ |
D | spi-uclass.c | 143 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()
|
D | sandbox_spi.c | 149 .cs_info = sandbox_cs_info,
|
D | ath79_spi.c | 212 .cs_info = ath79_cs_info,
|
D | bcm63xx_hsspi.c | 302 .cs_info = bcm63xx_hsspi_cs_info,
|
D | tegra20_sflash.c | 339 .cs_info = tegra20_sflash_cs_info,
|
D | bcm63xx_spi.c | 303 .cs_info = bcm63xx_spi_cs_info,
|
/external/u-boot/include/ |
D | spi.h | 440 int (*cs_info)(struct udevice *bus, uint cs, struct spi_cs_info *info); member
|
/external/u-boot/doc/driver-model/ |
D | spi-howto.txt | 36 - 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/ |
D | ddr3_training_ip_prv_if.h | 36 u8 dev_num, u32 cs_mask, struct hws_cs_config_info *cs_info);
|