Home
last modified time | relevance | path

Searched refs:get_info (Results 1 – 25 of 59) sorted by relevance

123

/u-boot/drivers/ram/
A Dram-uclass.c18 if (!ops->get_info) in ram_get_info()
21 return ops->get_info(dev, info); in ram_get_info()
A Dsandbox_ram.c25 .get_info = sandbox_get_info,
A Dbmips_ram.c118 .get_info = bmips_ram_get_info,
/u-boot/drivers/usb/eth/
A Dusb_ether.c152 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 Dcache-uclass.c14 if (!ops->get_info) in cache_get_info()
17 return ops->get_info(dev, info); in cache_get_info()
A Dsandbox_cache.c33 .get_info = sandbox_get_info,
/u-boot/lib/efi_selftest/
A Defi_selftest_rng.c57 ret = rng->get_info(rng, &size, NULL); in execute()
74 ret = rng->get_info(rng, &size, algo_list); in execute()
/u-boot/include/
A Dram.h25 int (*get_info)(struct udevice *dev, struct ram_info *info); member
A Defi_rng.h22 efi_status_t (EFIAPI *get_info)(struct efi_rng_protocol *protocol,
A Dcache.h26 int (*get_info)(struct udevice *dev, struct cache_info *info); member
A Dcpu.h75 int (*get_info)(const struct udevice *dev, struct cpu_info *info); member
A Dvideo_osd.h53 int (*get_info)(struct udevice *dev, struct video_osd_info *info); member
/u-boot/drivers/cpu/
A Dcpu-uclass.c86 if (!ops->get_info) in cpu_get_info()
92 return ops->get_info(dev, info); in cpu_get_info()
A Dcpu_sandbox.c58 .get_info = cpu_sandbox_get_info,
A Dat91_cpu.c66 .get_info = at91_cpu_get_info,
A Driscv_cpu.c153 .get_info = riscv_cpu_get_info,
/u-boot/drivers/ram/rockchip/
A Dsdram_rk3308.c40 .get_info = rk3308_dmc_get_info,
A Dsdram_rk3128.c43 .get_info = rk3128_dmc_get_info,
/u-boot/drivers/video/
A Dvideo_osd-uclass.c15 return ops->get_info(dev, info); in video_osd_get_info()
A Dsandbox_osd.c144 .get_info = sandbox_osd_get_info,
/u-boot/lib/efi_loader/
A Defi_rng.c151 .get_info = rng_getinfo,
/u-boot/arch/x86/cpu/baytrail/
A Dcpu.c191 .get_info = baytrail_get_info,
/u-boot/arch/nios2/cpu/
A Dcpu.c142 .get_info = altera_nios2_get_info,
/u-boot/arch/x86/cpu/apollolake/
A Dcpu.c179 .get_info = apl_get_info,
/u-boot/disk/
A Dpart.c347 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