Home
last modified time | relevance | path

Searched refs:usb_eth_initialize (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/board/h2200/
H A Dh2200.c19 usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/board/logicpd/am3517evm/
H A Dam3517evm.c180 rv = usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/board/warp7/
H A Dwarp7.c91 ret = usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/board/l+g/vinco/
H A Dvinco.c207 usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/board/creative/xfi3/
H A Dxfi3.c221 usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/board/phytec/pcm051/
H A Dboard.c248 rv = usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/board/ti/evm/
H A Devm.c339 return usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/board/tcl/sl50/
H A Dboard.c377 rv = usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/board/sandisk/sansa_fuze_plus/
H A Dsfp.c385 usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/board/bosch/shc/
H A Dboard.c471 return usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/board/ti/beagle/
H A Dbeagle.c577 return usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/include/
H A Dnet.h230 int usb_eth_initialize(bd_t *bi);
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c1017 rv = usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c404 usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c298 usb_eth_initialize(bis); in board_eth_init()
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c2573 int usb_eth_initialize(bd_t *bi) in usb_eth_initialize() function