Home
last modified time | relevance | path

Searched refs:UCLASS_ETH (Results 1 – 25 of 59) sorted by relevance

123

/third_party/uboot/u-boot-2020.01/net/
Deth-uclass.c44 uclass_get(UCLASS_ETH, &uc); in eth_get_uclass_priv()
57 uclass_first_device(UCLASS_ETH, &uc_priv->current); in eth_set_current_to_next()
72 eth_errno = uclass_first_device(UCLASS_ETH, in eth_get_dev()
112 uclass_get(UCLASS_ETH, &uc); in eth_get_dev_by_name()
224 retval = uclass_find_device_by_seq(UCLASS_ETH, index, false, &dev); in on_ethaddr()
404 uclass_first_device_check(UCLASS_ETH, &dev); in eth_initialize()
580 .id = UCLASS_ETH,
/third_party/uboot/u-boot-2020.01/drivers/net/
Dsandbox.c32 ret = uclass_get_device(UCLASS_ETH, index, &dev); in sandbox_eth_disable_response()
290 ret = uclass_get_device(UCLASS_ETH, index, &dev); in sandbox_eth_set_tx_handler()
312 ret = uclass_get_device(UCLASS_ETH, index, &dev); in sandbox_eth_set_priv()
443 .id = UCLASS_ETH,
Ddwmac_socfpga.c114 .id = UCLASS_ETH,
Dsandbox-raw.c191 .id = UCLASS_ETH,
Dftmac100.c436 .id = UCLASS_ETH,
Dsunxi_emac.c606 .id = UCLASS_ETH,
Dbcm6348-eth.c531 .id = UCLASS_ETH,
Dpch_gbe.c494 .id = UCLASS_ETH,
Dftgmac100.c600 .id = UCLASS_ETH,
Dxilinx_emaclite.c630 .id = UCLASS_ETH,
Dfsl_enetc.c555 .id = UCLASS_ETH,
Dhigmacv300.c590 .id = UCLASS_ETH,
Dbcm6368-eth.c634 .id = UCLASS_ETH,
Dgmac_rockchip.c754 .id = UCLASS_ETH,
Dpic32_eth.c601 .id = UCLASS_ETH,
/third_party/uboot/u-boot-2020.01/include/dm/
Duclass-id.h46 UCLASS_ETH, /* Ethernet device */ enumerator
/third_party/uboot/u-boot-2020.01/drivers/virtio/
Dvirtio_net.c231 .id = UCLASS_ETH,
/third_party/uboot/u-boot-2020.01/drivers/usb/eth/
Dlan75xx.c301 .id = UCLASS_ETH,
Dlan78xx.c462 .id = UCLASS_ETH,
/third_party/uboot/u-boot-2020.01/drivers/net/pfe_eth/
Dpfe_eth.c289 .id = UCLASS_ETH,
/third_party/uboot/u-boot-2020.01/drivers/net/ti/
Dkeystone_net.c800 .id = UCLASS_ETH,
812 .id = UCLASS_ETH,
/third_party/uboot/u-boot-2020.01/test/dm/
Deth.c116 ut_assertok(uclass_find_device_by_name(UCLASS_ETH, in dm_test_eth_act()
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_device_path.c435 case UCLASS_ETH: in dp_size()
511 case UCLASS_ETH: { in dp_fill()
/third_party/uboot/u-boot-2020.01/drivers/net/mscc_eswitch/
Dservalt_switch.c519 .id = UCLASS_ETH,
Dserval_switch.c599 .id = UCLASS_ETH,

123