Searched refs:get_info (Results 1 – 25 of 59) sorted by relevance
123
/u-boot/drivers/ram/ |
A D | ram-uclass.c | 18 if (!ops->get_info) in ram_get_info() 21 return ops->get_info(dev, info); in ram_get_info()
|
A D | sandbox_ram.c | 25 .get_info = sandbox_get_info,
|
A D | bmips_ram.c | 118 .get_info = bmips_ram_get_info,
|
/u-boot/drivers/usb/eth/ |
A D | usb_ether.c | 152 usb_eth_get_info get_info; member 161 .get_info = asix_eth_get_info, 168 .get_info = ax88179_eth_get_info, 175 .get_info = mcs7830_eth_get_info, 182 .get_info = smsc95xx_eth_get_info, 189 .get_info = r8152_eth_get_info, 223 for (j = 0; prob_dev[j].probe && prob_dev[j].get_info; j++) { in probe_valid_drivers() 230 if (prob_dev[j].get_info(dev, in probe_valid_drivers()
|
/u-boot/drivers/cache/ |
A D | cache-uclass.c | 14 if (!ops->get_info) in cache_get_info() 17 return ops->get_info(dev, info); in cache_get_info()
|
A D | sandbox_cache.c | 33 .get_info = sandbox_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 | 22 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/cpu/ |
A D | cpu-uclass.c | 86 if (!ops->get_info) in cpu_get_info() 92 return ops->get_info(dev, info); in cpu_get_info()
|
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/ram/rockchip/ |
A D | sdram_rk3308.c | 40 .get_info = rk3308_dmc_get_info,
|
A D | sdram_rk3128.c | 43 .get_info = rk3128_dmc_get_info,
|
/u-boot/drivers/video/ |
A D | video_osd-uclass.c | 15 return ops->get_info(dev, info); in video_osd_get_info()
|
A D | sandbox_osd.c | 144 .get_info = sandbox_osd_get_info,
|
/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 | 191 .get_info = baytrail_get_info,
|
/u-boot/arch/nios2/cpu/ |
A D | cpu.c | 142 .get_info = altera_nios2_get_info,
|
/u-boot/arch/x86/cpu/apollolake/ |
A D | cpu.c | 179 .get_info = apl_get_info,
|
/u-boot/disk/ |
A D | part.c | 347 if (!drv->get_info) { in part_get_info() 352 if (drv->get_info(dev_desc, part, info) == 0) { in part_get_info() 672 ret = part_drv->get_info(dev_desc, i, info); in part_get_info_by_name_type()
|
Completed in 38 milliseconds
123