Searched refs:init (Results 1 – 8 of 8) sorted by relevance
35 int (*init)(struct udevice *dev); member200 if (data->init) { in usb_onboard_hub_probe()201 ret = data->init(dev); in usb_onboard_hub_probe()268 .init = usb5744_i2c_init,
19 bool "Enable console recording during pre-relocation init"23 This option enables console recording during pre-relocation init.291 bool "Update environment variables during console init"716 bool "Call board-specific init before relocation"725 bool "Call board-specific init after relocation"729 in the post-relocation init sequence.732 bool "Call board-specific init board_init() during init-calls"745 bool "Execute Board late init"828 bool "Enumerate PCI buses during init"837 bool "Reset ethernet PHY during init"[all …]
8 obj-y += init/
1310 int board_usb_init(int index, enum usb_init_type init) in board_usb_init() argument1316 int board_usb_cleanup(int index, enum usb_init_type init) in board_usb_cleanup() argument
40 bool "Arch init code will be built for a very small image"
226 bool "Support MPC8XXX DDR init"246 or must perform some init using PCI in SPL, this provides the
193 or must perform some init using PCI in VPL, this provides the
954 bool "Support MPC8XXX DDR init"1277 or must perform some init using PCI in SPL, this provides the
Completed in 26 milliseconds