Home
last modified time | relevance | path

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

/external/u-boot/board/h2200/
Dh2200.c19 usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/board/logicpd/am3517evm/
Dam3517evm.c179 rv = usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/board/l+g/vinco/
Dvinco.c207 usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/board/creative/xfi3/
Dxfi3.c221 usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/board/warp7/
Dwarp7.c154 ret = usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/board/phytec/pcm051/
Dboard.c248 rv = usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/board/ti/evm/
Devm.c351 return usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/board/tcl/sl50/
Dboard.c377 rv = usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/board/sandisk/sansa_fuze_plus/
Dsfp.c385 usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/board/ti/beagle/
Dbeagle.c589 return usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/board/bosch/shc/
Dboard.c569 rv = usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/include/
Dnet.h233 int usb_eth_initialize(bd_t *bi);
/external/u-boot/board/ti/am335x/
Dboard.c924 rv = usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/board/boundary/nitrogen6x/
Dnitrogen6x.c404 usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/board/gateworks/gw_ventana/
Dgw_ventana.c297 usb_eth_initialize(bis); in board_eth_init()
/external/u-boot/drivers/usb/gadget/
Dether.c2603 int usb_eth_initialize(bd_t *bi) in usb_eth_initialize() function