| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | smsc.c | 52 .startup = &smsc_startup, 62 .startup = &smsc_startup, 72 .startup = &genphy_startup, 82 .startup = &genphy_startup, 92 .startup = &genphy_startup,
|
| H A D | micrel_ksz8xxx.c | 26 .startup = &genphy_startup, 55 .startup = &genphy_startup, 83 .startup = &genphy_startup, 93 .startup = &genphy_startup, 150 .startup = &ksz8895_startup, 161 .startup = &genphy_startup, 186 .startup = &ksz886x_startup,
|
| H A D | vitesse.c | 301 .startup = &vitesse_startup, 311 .startup = &vitesse_startup, 321 .startup = &vitesse_startup, 331 .startup = &vitesse_startup, 341 .startup = &vitesse_startup, 351 .startup = &vitesse_startup, 361 .startup = &vitesse_startup, 371 .startup = &vitesse_startup, 381 .startup = &vitesse_startup, 391 .startup = &vitesse_startup, [all …]
|
| H A D | aquantia.c | 120 .startup = &aquantia_startup, 133 .startup = &aquantia_startup, 146 .startup = &aquantia_startup, 159 .startup = &aquantia_startup, 172 .startup = &aquantia_startup, 185 .startup = &aquantia_startup,
|
| H A D | marvell.c | 600 .startup = &m88e1011s_startup, 610 .startup = &m88e1011s_startup, 620 .startup = &m88e1118_startup, 630 .startup = &m88e1118_startup, 640 .startup = &genphy_startup, 650 .startup = &m88e1145_startup, 660 .startup = &m88e1011s_startup, 670 .startup = &m88e1011s_startup, 685 .startup = &m88e1011s_startup, 695 .startup = &m88e1011s_startup, [all …]
|
| H A D | natsemi.c | 42 .startup = &genphy_startup, 112 .startup = &dp83865_startup, 155 .startup = &dp83848_startup,
|
| H A D | atheros.c | 99 .startup = genphy_startup, 109 .startup = genphy_startup, 119 .startup = genphy_startup,
|
| H A D | realtek.c | 272 .startup = &rtl8211x_startup, 283 .startup = &rtl8211e_startup, 294 .startup = &rtl8211x_startup, 305 .startup = &rtl8211f_startup,
|
| H A D | broadcom.c | 333 .startup = &bcm54xx_startup, 343 .startup = &bcm54xx_startup, 353 .startup = &bcm5482_startup, 363 .startup = &bcm_cygnus_startup,
|
| H A D | mscc.c | 466 .startup = &mscc_startup, 476 .startup = &mscc_startup, 486 .startup = &mscc_startup, 496 .startup = &mscc_startup,
|
| H A D | lxt.c | 67 .startup = &lxt971_startup,
|
| H A D | davicom.c | 78 .startup = &dm9161_startup,
|
| H A D | generic_10g.c | 92 .startup = gen10g_startup,
|
| H A D | teranetics.c | 103 .startup = &tn2020_startup,
|
| H A D | fixed.c | 73 .startup = fixedphy_startup,
|
| H A D | phy.c | 456 .startup = genphy_startup, 543 if (drv->startup) in phy_register() 544 drv->startup += gd->reloc_off; in phy_register() 912 if (phydev->drv->startup) in phy_startup() 913 return phydev->drv->startup(phydev); in phy_startup()
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | Kconfig | 4 The new android bootloader need to startup 11 The new android bootloader need to startup 18 The new android bootloader need to startup
|
| /rk3399_rockchip-uboot/lib/avb/libavb_ab/ |
| H A D | Kconfig | 6 choose the _a or _b system to startup. 14 choose the _a or _b system to startup. 22 choose the _a or _b system to startup.
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3066a-evb.dts | 51 startup-delay-us = <100000>; 65 startup-delay-us = <100000>; 77 startup-delay-us = <100000>; 90 startup-delay-us = <100000>;
|
| H A D | rk3066a-mk808.dts | 51 startup-delay-us = <100000>; 65 startup-delay-us = <100000>; 77 startup-delay-us = <100000>; 90 startup-delay-us = <100000>;
|
| H A D | at91sam9g20.dtsi | 39 atmel,adc-startup-time = <40>;
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/regulator/ |
| H A D | fixed.txt | 13 - startup-delay-us: startup time in microseconds
|
| /rk3399_rockchip-uboot/drivers/sound/ |
| H A D | rockchip-sound.c | 46 if (!ops || !ops->startup) in sound_startup() 49 return ops->startup(dev); in sound_startup()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | sound.h | 59 int (*startup)(struct udevice *dev); member
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | pytest.ini | 6 # Static configuration data for pytest. pytest reads this at startup time.
|