Searched refs:UCLASS_ETH (Results 1 – 25 of 59) sorted by relevance
123
/third_party/uboot/u-boot-2020.01/net/ |
D | eth-uclass.c | 44 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/ |
D | sandbox.c | 32 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,
|
D | dwmac_socfpga.c | 114 .id = UCLASS_ETH,
|
D | sandbox-raw.c | 191 .id = UCLASS_ETH,
|
D | ftmac100.c | 436 .id = UCLASS_ETH,
|
D | sunxi_emac.c | 606 .id = UCLASS_ETH,
|
D | bcm6348-eth.c | 531 .id = UCLASS_ETH,
|
D | pch_gbe.c | 494 .id = UCLASS_ETH,
|
D | ftgmac100.c | 600 .id = UCLASS_ETH,
|
D | xilinx_emaclite.c | 630 .id = UCLASS_ETH,
|
D | fsl_enetc.c | 555 .id = UCLASS_ETH,
|
D | higmacv300.c | 590 .id = UCLASS_ETH,
|
D | bcm6368-eth.c | 634 .id = UCLASS_ETH,
|
D | gmac_rockchip.c | 754 .id = UCLASS_ETH,
|
D | pic32_eth.c | 601 .id = UCLASS_ETH,
|
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | uclass-id.h | 46 UCLASS_ETH, /* Ethernet device */ enumerator
|
/third_party/uboot/u-boot-2020.01/drivers/virtio/ |
D | virtio_net.c | 231 .id = UCLASS_ETH,
|
/third_party/uboot/u-boot-2020.01/drivers/usb/eth/ |
D | lan75xx.c | 301 .id = UCLASS_ETH,
|
D | lan78xx.c | 462 .id = UCLASS_ETH,
|
/third_party/uboot/u-boot-2020.01/drivers/net/pfe_eth/ |
D | pfe_eth.c | 289 .id = UCLASS_ETH,
|
/third_party/uboot/u-boot-2020.01/drivers/net/ti/ |
D | keystone_net.c | 800 .id = UCLASS_ETH, 812 .id = UCLASS_ETH,
|
/third_party/uboot/u-boot-2020.01/test/dm/ |
D | eth.c | 116 ut_assertok(uclass_find_device_by_name(UCLASS_ETH, in dm_test_eth_act()
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_device_path.c | 435 case UCLASS_ETH: in dp_size() 511 case UCLASS_ETH: { in dp_fill()
|
/third_party/uboot/u-boot-2020.01/drivers/net/mscc_eswitch/ |
D | servalt_switch.c | 519 .id = UCLASS_ETH,
|
D | serval_switch.c | 599 .id = UCLASS_ETH,
|
123