Home
last modified time | relevance | path

Searched refs:probe (Results 1 – 25 of 1154) sorted by relevance

12345678910>>...47

/u-boot/cmd/
A Dbootdev.c38 bool probe; in do_bootdev_list() local
40 probe = argc >= 2 && !strcmp(argv[1], "-p"); in do_bootdev_list()
41 bootdev_list(probe); in do_bootdev_list()
75 bool probe; in do_bootdev_info() local
77 probe = argc >= 2 && !strcmp(argv[1], "-p"); in do_bootdev_info()
97 if (probe) in do_bootdev_info()
/u-boot/test/dm/
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/board/boundary/nitrogen6x/
A D6x_upgrade.txt6 if sf probe || sf probe || \
7 sf probe 1 27000000 || sf probe 1 27000000 ; then
A D6x_bootscript.txt13 if i2c probe 0x04 ; then
25 if i2c probe 0x38 ; then
37 if i2c probe 0x48 ; then
A D6x_bootscript_android.txt9 if i2c probe 0x04 ; then
21 if i2c probe 0x38 ; then
33 if i2c probe 0x48 ; then
A D6x_bootscript_android_recovery.txt9 if i2c probe 0x04 ; then
21 if i2c probe 0x38 ; then
33 if i2c probe 0x48 ; then
/u-boot/drivers/gpio/
A Docteon_gpio.c48 int probe; member
185 if (priv->data->probe == PROBE_PCI) { in octeon_gpio_probe()
215 .probe = PROBE_DT,
221 .probe = PROBE_PCI,
238 .probe = octeon_gpio_probe,
/u-boot/fs/
A Dfs.c155 int (*probe)(struct blk_desc *fs_dev_desc, member
191 .probe = fat_set_blk_dev,
219 .probe = ext4fs_probe,
243 .probe = sandbox_fs_set_blk_dev,
262 .probe = smh_fs_set_blk_dev,
282 .probe = ubifs_set_blk_dev,
303 .probe = btrfs_probe,
323 .probe = sqfs_probe,
344 .probe = erofs_probe,
364 .probe = fs_probe_unsupported,
[all …]
/u-boot/board/Marvell/db-88f6820-gp/
A DREADME10 => sf probe;tftpboot 2000000 db-88f6820-gp/u-boot-with-spl.kwb;\
17 => sf probe;tftpboot 2000000 db-88f6820-gp/u-boot-with-spl.kwb;\
/u-boot/arch/mips/mach-octeon/
A Dcvmx-helper.c79 int (*probe)(int xiface); member
102 .probe = __cvmx_helper_rgmii_probe,
147 .probe = __cvmx_helper_bgx_probe,
177 .probe = __cvmx_helper_xaui_probe,
192 .probe = __cvmx_helper_bgx_probe,
222 .probe = __cvmx_helper_bgx_probe,
237 .probe = __cvmx_helper_bgx_probe,
252 .probe = __cvmx_helper_bgx_probe,
262 .probe = __cvmx_helper_bgx_probe,
272 .probe = __cvmx_helper_bgx_probe,
[all …]
/u-boot/drivers/misc/
A Dtest_drv.c93 .probe = testbus_drv_probe,
176 .probe = testfdt_drv_probe,
192 .probe = testfdt_drv_probe,
A Dp2sb_sandbox.c37 .probe = sandbox_p2sb_probe,
/u-boot/drivers/net/phy/
A Dca_phy.c113 .probe = &rtl8211_probe,
124 .probe = &rtl8211_probe,
/u-boot/drivers/clk/mediatek/
A Dclk-mt7622.c710 .probe = mt7622_mcucfg_probe,
718 .probe = mt7622_apmixedsys_probe,
728 .probe = mt7622_topckgen_probe,
738 .probe = mt7622_infracfg_probe,
748 .probe = mt7622_pericfg_probe,
758 .probe = mt7622_pciesys_probe,
768 .probe = mt7622_ethsys_probe,
778 .probe = mt7622_sgmiisys_probe,
787 .probe = mt7622_ssusbsys_probe,
A Dclk-mt7629.c698 .probe = mt7629_mcucfg_probe,
706 .probe = mt7629_apmixedsys_probe,
716 .probe = mt7629_topckgen_probe,
726 .probe = mt7629_infracfg_probe,
736 .probe = mt7629_pericfg_probe,
746 .probe = mt7629_ethsys_probe,
756 .probe = mt7629_sgmiisys_probe,
765 .probe = mt7629_ssusbsys_probe,
/u-boot/drivers/phy/qcom/
A Dphy-qcom-ipq4019-usb.c77 .probe = ipq4019_usb_ss_phy_probe,
143 .probe = ipq4019_usb_hs_phy_probe,
/u-boot/drivers/dma/
A Dxilinx_dpdma.c41 .probe = zynqmp_dpdma_probe,
/u-boot/drivers/mmc/
A Daspeed_sdhci.c94 .probe = aspeed_sdhci_probe,
131 .probe = aspeed_sdc_probe,
/u-boot/arch/arm/mach-stm32mp/
A Dsyscon.c35 .probe = stm32mp_syscon_probe,
/u-boot/drivers/memory/
A Datmel_ebi.c35 .probe = atmel_ebi_probe,
/u-boot/drivers/power/regulator/
A Das3722_regulator.c155 .probe = as3722_stepdown_probe,
162 .probe = as3722_ldo_probe,
/u-boot/drivers/pinctrl/nxp/
A Dpinctrl-imxrt.c35 .probe = imxrt_pinctrl_probe,
A Dpinctrl-imx93.c32 .probe = imx93_pinctrl_probe,
A Dpinctrl-vf610.c35 .probe = vf610_pinctrl_probe,
/u-boot/drivers/ata/
A Dahci-pci.c35 .probe = ahci_pci_probe,

Completed in 45 milliseconds

12345678910>>...47