Home
last modified time | relevance | path

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

12345678910>>...45

/u-boot/test/dm/
A Dtest-driver.c82 .probe = test_probe,
93 .probe = test_probe,
147 .probe = test_manual_probe,
157 .probe = test_manual_probe,
168 .probe = test_manual_probe,
179 .probe = test_manual_probe,
190 .probe = test_manual_probe,
/u-boot/drivers/usb/eth/
A Dusb_ether.c151 usb_eth_probe probe; member
160 .probe = asix_eth_probe,
167 .probe = ax88179_eth_probe,
174 .probe = mcs7830_eth_probe,
181 .probe = smsc95xx_eth_probe,
188 .probe = r8152_eth_probe,
223 for (j = 0; prob_dev[j].probe && prob_dev[j].get_info; j++) { in probe_valid_drivers()
224 if (!prob_dev[j].probe(dev, 0, &usb_eth[usb_max_eth_dev])) in probe_valid_drivers()
271 for (i = 0; prob_dev[i].probe; i++) { in usb_host_eth_scan()
/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/drivers/serial/
A Dserial_rockchip.c48 .probe = rockchip_serial_probe,
58 .probe = rockchip_serial_probe,
/u-boot/board/Marvell/db-88f6820-gp/
A DREADME10 => sf probe;tftpboot 2000000 db-88f6820-gp/u-boot-spl.kwb;\
17 => sf probe;tftpboot 2000000 db-88f6820-gp/u-boot-spl.kwb;\
/u-boot/fs/
A Dfs.c147 int (*probe)(struct blk_desc *fs_dev_desc, member
183 .probe = fat_set_blk_dev,
211 .probe = ext4fs_probe,
235 .probe = sandbox_fs_set_blk_dev,
254 .probe = ubifs_set_blk_dev,
273 .probe = btrfs_probe,
292 .probe = sqfs_probe,
312 .probe = fs_probe_unsupported,
378 info->probe += gd->reloc_off; in fs_set_blk_dev()
401 if (!info->probe(fs_dev_desc, &fs_partition)) { in fs_set_blk_dev()
[all …]
/u-boot/drivers/misc/
A Dtest_drv.c93 .probe = testbus_drv_probe,
168 .probe = testfdt_drv_probe,
184 .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/phy/
A Dphy-qcom-ipq4019-usb.c77 .probe = ipq4019_usb_ss_phy_probe,
143 .probe = ipq4019_usb_hs_phy_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/ata/
A Dahci-pci.c33 .probe = ahci_pci_probe,
A Dahci_mvebu.c59 .probe = mvebu_ahci_probe,
/u-boot/drivers/pinctrl/nxp/
A Dpinctrl-imxrt.c35 .probe = imxrt_pinctrl_probe,
A Dpinctrl-vf610.c35 .probe = vf610_pinctrl_probe,
A Dpinctrl-imx5.c39 .probe = imx5_pinctrl_probe,
A Dpinctrl-imx8.c37 .probe = imx8_pinctrl_probe,
A Dpinctrl-imx7.c36 .probe = imx7_pinctrl_probe,
/u-boot/drivers/power/regulator/
A Das3722_regulator.c155 .probe = as3722_stepdown_probe,
162 .probe = as3722_ldo_probe,
/u-boot/drivers/sysreset/
A Dsysreset_resetctl.c47 .probe = resetctl_reboot_probe,

Completed in 40 milliseconds

12345678910>>...45