Searched refs:get_info (Results 1 – 25 of 67) sorted by relevance
123
| /u-boot/drivers/ram/ |
| A D | ram-uclass.c | 20 if (!ops->get_info) in ram_get_info() 23 return ops->get_info(dev, info); in ram_get_info()
|
| A D | sandbox_ram.c | 25 .get_info = sandbox_get_info,
|
| /u-boot/drivers/cpu/ |
| A D | cpu-uclass.c | 79 if (!ops->get_info) in cpu_get_info() 85 return ops->get_info(dev, info); in cpu_get_info() 140 if (ops->get_info) in uclass_cpu_post_bind() 141 MANUAL_RELOC(ops->get_info); in uclass_cpu_post_bind()
|
| A D | cpu_sandbox.c | 58 .get_info = cpu_sandbox_get_info,
|
| A D | at91_cpu.c | 66 .get_info = at91_cpu_get_info,
|
| A D | riscv_cpu.c | 153 .get_info = riscv_cpu_get_info,
|
| /u-boot/drivers/cache/ |
| A D | cache-uclass.c | 16 if (!ops->get_info) in cache_get_info() 19 return ops->get_info(dev, info); in cache_get_info()
|
| A D | sandbox_cache.c | 33 .get_info = sandbox_get_info,
|
| A D | cache-sifive-ccache.c | 48 .get_info = sifive_ccache_get_info,
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_rng.c | 57 ret = rng->get_info(rng, &size, NULL); in execute() 74 ret = rng->get_info(rng, &size, algo_list); in execute()
|
| /u-boot/include/ |
| A D | ram.h | 25 int (*get_info)(struct udevice *dev, struct ram_info *info); member
|
| A D | efi_rng.h | 18 efi_status_t (EFIAPI *get_info)(struct efi_rng_protocol *protocol,
|
| A D | cache.h | 26 int (*get_info)(struct udevice *dev, struct cache_info *info); member
|
| A D | cpu.h | 75 int (*get_info)(const struct udevice *dev, struct cpu_info *info); member
|
| A D | video_osd.h | 53 int (*get_info)(struct udevice *dev, struct video_osd_info *info); member
|
| /u-boot/drivers/ram/rockchip/ |
| A D | sdram_rk3308.c | 40 .get_info = rk3308_dmc_get_info,
|
| A D | sdram_rk3568.c | 41 .get_info = rk3568_dmc_get_info,
|
| A D | sdram_rk3128.c | 43 .get_info = rk3128_dmc_get_info,
|
| A D | sdram_rk3588.c | 42 .get_info = rk3588_dmc_get_info,
|
| /u-boot/drivers/video/ |
| A D | video_osd-uclass.c | 17 return ops->get_info(dev, info); in video_osd_get_info()
|
| /u-boot/disk/ |
| A D | part.c | 329 if (!drv->get_info) { in part_get_info() 334 if (drv->get_info(dev_desc, part, info) == 0) { in part_get_info() 644 if (!part_drv->get_info) { in part_get_info_by_name_type() 651 ret = part_drv->get_info(dev_desc, i, info); in part_get_info_by_name_type()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_rng.c | 151 .get_info = rng_getinfo,
|
| /u-boot/arch/x86/cpu/baytrail/ |
| A D | cpu.c | 193 .get_info = baytrail_get_info,
|
| /u-boot/drivers/ram/starfive/ |
| A D | starfive_ddr.c | 146 .get_info = starfive_ddr_get_info,
|
| /u-boot/arch/nios2/cpu/ |
| A D | cpu.c | 144 .get_info = altera_nios2_get_info,
|
Completed in 36 milliseconds
123