Searched refs:bind (Results 226 - 250 of 427) sorted by relevance

1234567891011>>

/u-boot/drivers/mmc/
H A Dmsm_sdhci.c280 .bind = msm_sdc_bind,
H A Dnexell_dw_mmc.c235 .bind = nexell_dwmmc_bind,
H A Drockchip_dw_mmc.c185 .bind = rockchip_dwmmc_bind,
H A Ds5p_sdhci.c247 .bind = s5p_sdhci_bind,
H A Dsandbox_mmc.c242 .bind = sandbox_mmc_bind,
H A Dsdhci-cadence.c311 .bind = sdhci_cdns_bind,
/u-boot/arch/arm/mach-stm32mp/stm32mp1/
H A Dpwr_regulator.c107 .bind = stm32mp_pwr_bind,
/u-boot/arch/x86/cpu/ivybridge/
H A Dsata.c257 .bind = bd82x6x_sata_bind,
/u-boot/arch/x86/cpu/intel_common/
H A Ditss.c174 * It would be nice to do this in the bind() method, but with
228 .bind = itss_bind,
/u-boot/boot/
H A Dbootmeth_script.c260 .bind = script_bootmeth_bind,
H A Dvbe_simple.c228 .bind = bootmeth_vbe_simple_bind,
/u-boot/cmd/
H A Dhost.c52 /* Skip 'bind' */
78 printf("Cannot create device / bind file\n");
234 U_BOOT_CMD_MKENT(bind, 4, 0, do_host_bind, "", ""),
266 "host bind [-r] <label> <filename> [<blksz>] - bind \"host\" device to file,\n"
/u-boot/drivers/clk/mediatek/
H A Dclk-mt7622.c627 debug("Warning: failed to bind reset controller\n");
645 debug("Warning: failed to bind reset controller\n");
759 .bind = mt7622_pciesys_bind,
769 .bind = mt7622_ethsys_bind,
/u-boot/drivers/usb/host/
H A Ddwc3-octeon-glue.c393 .bind = octeon_dwc3_glue_bind,
/u-boot/include/linux/usb/
H A Dgadget.h758 * This routine may be used during the gadget driver bind() call to prevent
779 * @bind: Invoked when the driver is bound to a gadget, usually
802 * Devices are disabled till a gadget driver successfully bind()s, which
807 * descriptor during enumeration, or else fail the bind() call. In such
808 * cases, no USB traffic may flow until both bind() returns without
849 int (*bind)(struct usb_gadget *); member in struct:usb_gadget_driver
875 * The driver's bind() function will be called to bind it to a
877 * the bind() functions will be in init sections.
/u-boot/include/dm/
H A Ddevice.h121 * A device will come into existence through a 'bind' call, either due to
343 * @bind: Called to bind a device to its driver
378 int (*bind)(struct udevice *dev); member in struct:driver
587 * dev_get_driver_data() - get the driver data used to bind a device
936 * This must be called in the device's bind() method and no later. Normally
/u-boot/drivers/clk/renesas/
H A Dr8a774a1-cpg-mssr.c348 .bind = gen3_cpg_bind,
H A Dr8a774c0-cpg-mssr.c315 .bind = gen3_cpg_bind,
H A Dr8a774b1-cpg-mssr.c346 .bind = gen3_cpg_bind,
H A Dr8a774e1-cpg-mssr.c359 .bind = gen3_cpg_bind,
H A Dr8a7795-cpg-mssr.c384 .bind = gen3_cpg_bind,
H A Dr8a7796-cpg-mssr.c391 .bind = gen3_cpg_bind,
H A Dr8a77965-cpg-mssr.c375 .bind = gen3_cpg_bind,
H A Dr8a77990-cpg-mssr.c329 .bind = gen3_cpg_bind,
H A Dr8a779g0-cpg-mssr.c334 .bind = gen3_cpg_bind,

Completed in 505 milliseconds

1234567891011>>