Searched refs:probe (Results 226 - 250 of 1367) sorted by relevance

1234567891011>>

/u-boot/drivers/watchdog/
H A Dsbsa_gwdt.c128 .probe = sbsa_gwdt_probe,
H A Dmt7620_wdt.c139 .probe = mt7620_wdt_probe,
H A Dmax6370_wdt.c115 .probe = max6370_wdt_probe,
H A Darm_smc_wdt.c121 .probe = smcwd_probe,
H A Dbcm2835_wdt.c129 .probe = bcm2835_wdt_probe,
H A Dnpcm_wdt.c124 .probe = npcm_wdt_probe,
/u-boot/fs/
H A Dfs.c149 * Is it legal to pass NULL as .probe()'s fs_dev_desc parameter? This
157 int (*probe)(struct blk_desc *fs_dev_desc, member in struct:fstype_info
193 .probe = fat_set_blk_dev,
221 .probe = ext4fs_probe,
245 .probe = sandbox_fs_set_blk_dev,
264 .probe = smh_fs_set_blk_dev,
284 .probe = ubifs_set_blk_dev,
305 .probe = btrfs_probe,
325 .probe = sqfs_probe,
346 .probe
[all...]
/u-boot/drivers/i2c/
H A Docteon_i2c.c164 * @probe: Probing of this SoC (DT vs PCI)
170 int probe; member in struct:octeon_i2c_data
752 .probe = PROBE_DT,
759 .probe = PROBE_PCI,
766 .probe = PROBE_PCI,
773 * Driver probe function
775 * @dev I2C device to probe
790 if (twsi->data->probe == PROBE_PCI) {
836 .probe = octeon_i2c_probe,
/u-boot/drivers/usb/mtu3/
H A Dmtu3_plat.c258 .probe = mtu3_gadget_probe,
299 .probe = mtu3_host_probe,
366 .probe = mtu3_probe,
/u-boot/drivers/clk/qcom/
H A Dclock-qcom.c229 .probe = msm_clk_probe,
338 .probe = qcom_reset_probe,
414 .probe = qcom_power_probe,
/u-boot/drivers/bootcount/
H A Dbootcount.c140 .probe = bootcount_mem_probe,
/u-boot/drivers/gpio/
H A Dmt7620_gpio.c143 .probe = mt7620_gpio_probe,
H A Dpalmas_gpio.c130 .probe = palmas_gpio_probe,
/u-boot/drivers/net/
H A Dmdio_mux_mmioreg.c126 .probe = mdio_mux_mmioreg_probe,
H A Dmdio_mux_meson_gxl.c135 .probe = mdio_mux_meson_gxl_probe,
/u-boot/drivers/pci/
H A Dpci_msc01.c126 .probe = msc01_pci_probe,
/u-boot/drivers/net/octeontx2/
H A Drvu_pf.c105 .probe = rvu_pf_probe,
/u-boot/drivers/serial/
H A Dserial_octeon_bootcmd.c180 .probe = octeon_bootcmd_probe,
/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand_dt.c167 .probe = mxs_nand_dt_probe,
/u-boot/drivers/reset/
H A Dreset-at91.c138 .probe = at91_reset_probe,
/u-boot/drivers/clk/nuvoton/
H A Dclk_npcm7xx.c93 .probe = npcm7xx_clk_probe,
H A Dclk_npcm8xx.c96 .probe = npcm8xx_clk_probe,
/u-boot/drivers/usb/dwc3/
H A Ddwc3-uniphier.c151 .probe = dwc3_glue_probe,
/u-boot/drivers/power/domain/
H A Dscmi-power-domain.c190 .probe = scmi_power_domain_probe,
/u-boot/include/
H A Dbootdev.h62 * bootdev_hunter_func - function to probe for bootdevs of a given type
88 * This struct holds information about the bootdev so we can determine the probe
184 * @probe: true to probe devices, false to leave them as is
186 void bootdev_list(bool probe);

Completed in 226 milliseconds

1234567891011>>