Searched refs:probe (Results 1 - 25 of 1367) sorted by relevance

1234567891011>>

/u-boot/cmd/
H A Dbootdev.c38 bool probe; local
40 probe = argc >= 2 && !strcmp(argv[1], "-p");
41 bootdev_list(probe);
75 bool probe; local
77 probe = argc >= 2 && !strcmp(argv[1], "-p");
97 if (probe)
143 "list [-p] - list all available bootdevs (-p to probe)\n"
146 "bootdev info [-p] - show information about a bootdev (-p to probe)");
/u-boot/drivers/misc/
H A Dp2sb_sandbox.c37 .probe = sandbox_p2sb_probe,
H A Dtegra_car.c66 .probe = tegra_car_bpmp_probe,
H A Dsandbox_adder.c57 .probe = sandbox_adder_probe,
/u-boot/drivers/dma/
H A Dxilinx_dpdma.c41 .probe = zynqmp_dpdma_probe,
/u-boot/test/py/tests/
H A Dtest_i2c.py47 bus_list, probe = get_i2c_test_env(u_boot_console)
55 bus_list, probe = get_i2c_test_env(u_boot_console)
62 bus_list, probe = get_i2c_test_env(u_boot_console)
68 response = u_boot_console.run_command("i2c probe")
93 u_boot_console.run_command("i2c probe")
99 bus_list, probe = get_i2c_test_env(u_boot_console)
106 if probe:
115 response = u_boot_console.run_command("i2c probe")
/u-boot/test/dm/
H A Dtest-driver.c88 .probe = test_probe,
99 .probe = test_probe,
153 .probe = test_manual_probe,
163 .probe = test_manual_probe,
174 .probe = test_manual_probe,
185 .probe = test_manual_probe,
196 .probe = test_manual_probe,
/u-boot/drivers/pinctrl/nxp/
H A Dpinctrl-imxrt.c35 .probe = imxrt_pinctrl_probe,
H A Dpinctrl-vf610.c35 .probe = vf610_pinctrl_probe,
H A Dpinctrl-imx8.c37 .probe = imx8_pinctrl_probe,
H A Dpinctrl-imx5.c39 .probe = imx5_pinctrl_probe,
H A Dpinctrl-imx7.c36 .probe = imx7_pinctrl_probe,
H A Dpinctrl-imx8m.c33 .probe = imx8mq_pinctrl_probe,
H A Dpinctrl-imx93.c32 .probe = imx93_pinctrl_probe,
/u-boot/drivers/ata/
H A Dahci_mvebu.c60 .probe = mvebu_ahci_probe,
H A Dahci-pci.c35 .probe = ahci_pci_probe,
/u-boot/drivers/sysreset/
H A Dsysreset_resetctl.c47 .probe = resetctl_reboot_probe,
H A Dsysreset_octeon.c50 .probe = octeon_sysreset_probe,
/u-boot/drivers/memory/
H A Datmel_ebi.c20 printf("Failed to probe nand driver (err = %d)\n", ret);
35 .probe = atmel_ebi_probe,
/u-boot/drivers/soc/
H A Dsoc_sandbox.c55 .probe = soc_sandbox_probe,
/u-boot/arch/arm/mach-stm32mp/
H A Dsyscon.c35 .probe = stm32mp_syscon_probe,
/u-boot/drivers/cache/
H A Dcache-sifive-pl2.c43 .probe = sifive_pl2_probe,
/u-boot/drivers/ufs/
H A Dufs-pci.c37 .probe = ufs_pci_probe,
/u-boot/drivers/serial/
H A Dserial_intel_mid.c65 .probe = mid_serial_probe,
/u-boot/drivers/video/
H A Dbacklight_gpio.c70 .probe = gpio_backlight_probe,

Completed in 135 milliseconds

1234567891011>>